Uses of Interface
org.apache.lucene.sandbox.search.MultiRangeQuery.Relatable
-
Packages that use MultiRangeQuery.Relatable Package Description org.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries. -
-
Uses of MultiRangeQuery.Relatable in org.apache.lucene.sandbox.search
Subinterfaces of MultiRangeQuery.Relatable in org.apache.lucene.sandbox.search Modifier and Type Interface Description private static interface
MultiRangeQuery.Range
A range represents anything with a min/max value that can compute its relation with another range and can compute if a point is inside itClasses in org.apache.lucene.sandbox.search that implement MultiRangeQuery.Relatable Modifier and Type Class Description private static class
MultiRangeQuery.RangeTree
An interval tree of Ranges for speeding up computations
-