
O - Object typepublic interface KNNIndex<O> extends Index
| Modifier and Type | Method and Description | 
|---|---|
| <D extends Distance<D>>  | getKNNQuery(DistanceQuery<O,D> distanceQuery,
           Object... hints)Get a KNN query object for the given distance query and k. | 
delete, deleteAll, getPageFileStatistics, insert, insertAllgetLongName, getShortName<D extends Distance<D>> KNNQuery<O,D> getKNNQuery(DistanceQuery<O,D> distanceQuery, Object... hints)
D - Distance typedistanceQuery - Distance queryhints - Hints for the optimizernull