Method RetrieveInterestingTerms
RetrieveInterestingTerms(Int32)
Declaration
public string[] RetrieveInterestingTerms(int docNum)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | docNum |
Returns
Type | Description |
---|---|
System.String[] |
See Also
RetrieveInterestingTerms(TextReader, String)
Convenience routine to make it easy to return the most interesting words in a document. More advanced users will call RetrieveTerms(TextReader, String) directly.
Declaration
public string[] RetrieveInterestingTerms(TextReader r, string fieldName)
Parameters
Type | Name | Description |
---|---|---|
TextReader | r | the source document |
System.String | fieldName | field passed to analyzer to use when analyzing the content |
Returns
Type | Description |
---|---|
System.String[] | the most interesting words in the document |