Méthode | Description | |
---|---|---|
BuildAutoCompleteIndex ( ) : void |
Open the index in the given directory and create a new index of word frequency for the given index.
|
|
SearchAutoComplete ( int maxResults = 8 ) : System | ||
SuggestTermsFor ( string term ) : IEnumerable |
Find terms matching the given partial word that appear in the highest number of documents.
|
Méthode | Description | |
---|---|---|
MakeDocument ( Hotel hotel, int searchCount ) : Lucene.Net.Documents.Document | ||
ReplaceSearcher ( ) : void |
public SearchAutoComplete ( int maxResults = 8 ) : System | ||
maxResults | int | |
Résultat | System |
public SuggestTermsFor ( string term ) : IEnumerable |
||
term | string | A word or part of a word |
Résultat | IEnumerable |