Class BinaryDocValues
A per-document byte[]
Inherited Members
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public abstract class BinaryDocValues
Constructors
BinaryDocValues()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Declaration
protected BinaryDocValues()
Methods
Get(int, BytesRef)
Lookup the value for document.
Declaration
public abstract void Get(int docID, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
int | docID | |
BytesRef | result |