C# Class Lucene.Net.Search.Spell.CombineSuggestion

A suggestion generated by combining one or more original query terms

ファイルを表示 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
CombineSuggestion ( SuggestWord suggestion, int originalTermIndexes )

Creates a new CombineSuggestion from a suggestion and an array of term ids (referencing the indexes to the original terms that form this combined suggestion)

Method Details

CombineSuggestion() public method

Creates a new CombineSuggestion from a suggestion and an array of term ids (referencing the indexes to the original terms that form this combined suggestion)
public CombineSuggestion ( SuggestWord suggestion, int originalTermIndexes )
suggestion SuggestWord
originalTermIndexes int