Method GetValues
GetValues(IndexReader)
Return the DocValues used by the function query.
Declaration
public abstract DocValues GetValues(IndexReader reader)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader | the IndexReader used to read these values. If any caching is involved, that caching would also be IndexReader based. |
Returns
Type | Description |
---|---|
DocValues |