Convenience routine to make it easy to return the most interesting words in a document.
More advanced users will call {@link #RetrieveTerms(java.io.Reader) retrieveTerms()} directly.
Namespace: Lucene.Net.Search.SimilarAssembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public string[] RetrieveInterestingTerms( TextReader r ) |
Visual Basic |
---|
Public Function RetrieveInterestingTerms ( _ r As TextReader _ ) As String() |
Visual C++ |
---|
public: array<String^>^ RetrieveInterestingTerms( TextReader^ r ) |
Parameters
- r
- Type: System.IO..::..TextReader
the source document
Return Value
the most interesting words in the documentSee Also
[!:#RetrieveTerms(java.io.Reader)]
[!:#setMaxQueryTerms]