Method GetTerms
GetTerms(IndexReader, String)
this method may return null
if the field does not exist.
Declaration
public static Terms GetTerms(IndexReader r, string field)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | r | |
System.String | field |
Returns
Type | Description |
---|---|
Terms |
GetTerms(String)
Declaration
public override Terms GetTerms(string field)
Parameters
Type | Name | Description |
---|---|---|
System.String | field |
Returns
Type | Description |
---|---|
Terms |