Java org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.spatial.prefix RecursivePrefixTreeStrategy.

The text is from its open source code.

Subclass

org.apache.lucene.spatial.prefix.RecursivePrefixTreeStrategy has subclasses.
Click this link to see all its subclasses.

Constructor

Method

Field[]createIndexableFields(Shape shape)
doublegetDistErrPct()
SpatialPrefixTreegetGrid()
QuerymakeQuery(SpatialArgs args)
voidsetDistErrPct(double distErrPct)
The default measure of shape precision affecting shapes at index and query times.
voidsetPrefixGridScanLevel(int prefixGridScanLevel)
Sets the grid level [1-maxLevels] at which indexed terms are scanned brute-force instead of by grid decomposition.