Class BlockTreeTermsReader.FieldReader
Inheritance
System.Object
BlockTreeTermsReader.FieldReader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Lucene.Net.dll
Syntax
public sealed class FieldReader : Terms
Properties
|
Improve this Doc
View Source
Comparer
Declaration
public override IComparer<BytesRef> Comparer { get; }
Property Value
Type |
Description |
System.Collections.Generic.IComparer<BytesRef> |
|
Overrides
|
Improve this Doc
View Source
Count
Declaration
public override long Count { get; }
Property Value
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
DocCount
Declaration
public override int DocCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
HasFreqs
Declaration
public override bool HasFreqs { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
HasOffsets
Declaration
public override bool HasOffsets { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
HasPayloads
Declaration
public override bool HasPayloads { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
HasPositions
Declaration
public override bool HasPositions { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
SumDocFreq
Declaration
public override long SumDocFreq { get; }
Property Value
Type |
Description |
System.Int64 |
|
Overrides
|
Improve this Doc
View Source
SumTotalTermFreq
Declaration
public override long SumTotalTermFreq { get; }
Property Value
Type |
Description |
System.Int64 |
|
Overrides
Methods
|
Improve this Doc
View Source
ComputeStats()
For debugging -- used by CheckIndex too
Declaration
public BlockTreeTermsReader.Stats ComputeStats()
Returns
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public override TermsEnum GetEnumerator()
Returns
Overrides
|
Improve this Doc
View Source
Intersect(CompiledAutomaton, BytesRef)
Declaration
public override TermsEnum Intersect(CompiledAutomaton compiled, BytesRef startTerm)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
RamBytesUsed()
Returns approximate RAM bytes used
Declaration
public long RamBytesUsed()
Returns
Type |
Description |
System.Int64 |
|