C# Класс CrownPeak.SearchG2.Suggest

Class to support a Suggest search on the CrownPeak SearchG2 infrastructure
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Execute SuggestionCollection

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

Метод Описание
Execute ( string q ) : SuggestionCollection

Execute a Suggest search that returns the results that start with the specified query text, using a default set of query options.

Execute ( string q, QueryOptions options ) : SuggestionCollection

Execute a Suggest search that returns the results that start the specified query text, using a specified set of QueryOptions

Suggest ( Settings settings ) : System

Create a new Suggest object with the specified settings

Приватные методы

Метод Описание
Execute ( string q, SolrNet options ) : SuggestionCollection

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

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

Execute a Suggest search that returns the results that start with the specified query text, using a default set of query options.
public Execute ( string q ) : SuggestionCollection
q string The query string to execute. See /// .
Результат SuggestionCollection

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

Execute a Suggest search that returns the results that start the specified query text, using a specified set of QueryOptions
public Execute ( string q, QueryOptions options ) : SuggestionCollection
q string The query string to execute. See /// .
options CrownPeak.SearchG2.Query.QueryOptions The to use for this query.
Результат SuggestionCollection

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

Create a new Suggest object with the specified settings
public Suggest ( Settings settings ) : System
settings CrownPeak.SearchG2.Common.Settings The to be used
Результат System