Class FilterAtomicReader.FilterTerms
Base class for filtering Terms implementations.
NOTE: If the order of terms and documents is not changed, and if these terms are going to be intersected with automata, you could consider overriding Intersect(CompiledAutomaton, BytesRef) for better performance.
Inherited Members
System.Object.ToString()
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.dll
Syntax
[Serializable]
public class FilterTerms : Terms
Constructors
Name | Description |
---|---|
FilterTerms(Terms) | Creates a new FilterAtomicReader.FilterTerms |
Fields
Name | Description |
---|---|
m_input | The underlying Terms instance. |
Properties
Name | Description |
---|---|
Comparer | |
Count | |
DocCount | |
HasFreqs | |
HasOffsets | |
HasPayloads | |
HasPositions | |
SumDocFreq | |
SumTotalTermFreq |
Methods
Name | Description |
---|---|
GetIterator(TermsEnum) |