Class TermQueryPrefixTreeStrategy
A basic implementation of PrefixTreeStrategy using a large TermsFilter of all the cells from GetCells(IShape, Int32, Boolean, Boolean). It only supports the search of indexed Point shapes.
The precision of query shapes (DistErrPct) is an important factor in using this Strategy. If the precision is too precise then it will result in many terms which will amount to a slower query.
@lucene.experimental
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Spatial.dll
Syntax
[Serializable]
public class TermQueryPrefixTreeStrategy : PrefixTreeStrategy
Constructors
Name | Description |
---|---|
TermQueryPrefixTreeStrategy(SpatialPrefixTree, String) |
Methods
Name | Description |
---|---|
MakeFilter(SpatialArgs) |