Class ProjectedIndex.ProjectedRangeByObject

  • All Implemented Interfaces:
    RangeSearcher<O>
    Enclosing class:
    ProjectedIndex<O,​I>

    class ProjectedIndex.ProjectedRangeByObject
    extends java.lang.Object
    implements RangeSearcher<O>
    Class to proxy range queries.
    Author:
    Erich Schubert
    • Field Detail

      • distanceQuery

        protected final DistanceQuery<O> distanceQuery
        Hold the distance function to be used.
    • Constructor Detail

      • ProjectedRangeByObject

        public ProjectedRangeByObject​(DistanceQuery<O> distanceQuery,
                                      RangeSearcher<I> inner)
        Constructor.
        Parameters:
        distanceQuery - Distance query to use
        inner - Inner range query