Method GetTermVectors
GetTermVectors(Int64)
Retrieve term vectors for this document, or null
if
term vectors were not indexed. The returned Fields
instance acts like a single-document inverted index
(the docID will be 0).
Declaration
public abstract Fields GetTermVectors(long docID)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | docID |
Returns
Type | Description |
---|---|
Fields |