Property | Type | Description | |
---|---|---|---|
InitSuggestionListFromFile | void | ||
InitializeSpellChecker | void | ||
LowerCaseFirst | string | ||
UppercaseFirst | string | ||
WriteSuggestionListToFile | void |
Method | Description | |
---|---|---|
Lookup ( string value ) : string | ||
LuceneRepository ( string indexPath = null, string suggestionPath = null, IRepository documentRepository = null ) : System | ||
SuggestionList ( ) : string[] | ||
UpdateSuggestionListFromAlephSearch ( string searchValue ) : void |
Method | Description | |
---|---|---|
InitSuggestionListFromFile ( ) : void | ||
InitializeSpellChecker ( ) : void | ||
LowerCaseFirst ( string s ) : string | ||
UppercaseFirst ( string s ) : string | ||
WriteSuggestionListToFile ( ) : void |
public LuceneRepository ( string indexPath = null, string suggestionPath = null, IRepository documentRepository = null ) : System | ||
indexPath | string | |
suggestionPath | string | |
documentRepository | IRepository | |
return | System |
public UpdateSuggestionListFromAlephSearch ( string searchValue ) : void | ||
searchValue | string | |
return | void |