Class CombineSuggestion
A suggestion generated by combining one or more original query terms
Inheritance
System.Object
CombineSuggestion
Assembly: Lucene.Net.Suggest.dll
Syntax
public class CombineSuggestion : object
Constructors
Name | Description |
---|---|
CombineSuggestion(SuggestWord, Int32[]) | Creates a new CombineSuggestion from a and
an array of term ids (referencing the indexes to the original terms that
form this combined suggestion)
|
Properties
Name | Description |
---|---|
OriginalTermIndexes | The indexes from the passed-in array of terms used to make this word combination |
Suggestion | The word combination suggestion |