
O - Database Object typepublic interface RangeIndex<O> extends Index
| Modifier and Type | Method and Description |
|---|---|
<D extends Distance<D>> |
getRangeQuery(DistanceQuery<O,D> distanceQuery,
Object... hints)
Get a range query object for the given distance query and k.
|
initialize, logStatisticsgetLongName, getShortName<D extends Distance<D>> RangeQuery<O,D> getRangeQuery(DistanceQuery<O,D> distanceQuery, Object... hints)
D - Distance typedistanceQuery - Distance queryhints - Hints for the optimizernull