Method GetTermVector
GetTermVector(Int64, String)
Retrieve term vector for this document and field, 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 Terms GetTermVector(long docID, string field)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | docID | |
System.String | field |
Returns
Type | Description |
---|---|
Terms |