C# Класс Lucene.Net.Search.Spell.CombineSuggestion

A suggestion generated by combining one or more original query terms

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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)

Описание методов

CombineSuggestion() публичный Метод

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