Method Get
Get(Int32, BytesRef)
Lookup the value for document.
Declaration
public abstract void Get(int docID, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | docID | |
BytesRef | result |
Lookup the value for document.
public abstract void Get(int docID, BytesRef result)
Type | Name | Description |
---|---|---|
System.Int32 | docID | |
BytesRef | result |