Class TermsIndexReaderBase.FieldIndexEnum
Similar to Terms
Inheritance
System.Object
TermsIndexReaderBase.FieldIndexEnum
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()
Namespace: Lucene.Net.Codecs.BlockTerms
Assembly: Lucene.Net.Codecs.dll
Syntax
public abstract class FieldIndexEnum
Properties
| Improve this Doc View SourceOrd
Declaration
public abstract long Ord { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Only implemented if Supportstrue
Term
Declaration
public abstract BytesRef Term { get; }
Property Value
Type | Description |
---|---|
Lucene. |
Methods
| Improve this Doc View SourceNext()
Returns -1 at end/
Declaration
public abstract long Next()
Returns
Type | Description |
---|---|
System. |
Seek(BytesRef)
Seeks to "largest" indexed term that's less than or equal to term; returns file pointer index (into the main terms index file) for that term.
Declaration
public abstract long Seek(BytesRef term)
Parameters
Type | Name | Description |
---|---|---|
Lucene. |
term |
Returns
Type | Description |
---|---|
System. |
Seek(Int64)
Declaration
public abstract long Seek(long ord)
Parameters
Type | Name | Description |
---|---|---|
System. |
ord |
Returns
Type | Description |
---|---|
System. |
Remarks
Only implemented if Supportstrue