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

Class to support a search on the CrownPeak SearchG2 infrastructure, using a Dictionary{String, Object} to contain each result.

Search{T}
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_settings CrownPeak.SearchG2.Common.Settings

Private Properties

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

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

Метод Описание
Execute ( ) : PlainResultCollection

Execute a search that returns all of the results in the specified collection.

Execute ( string q ) : PlainResultCollection

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

Execute ( string q, QueryOptions options ) : PlainResultCollection

Execute a search that returns the results that match the specified query text, using a specified set of QueryOptions.

PlainSearch ( Settings settings ) : System

Create a new PlainSearch object with the specified settings

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

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

Execute a search that returns all of the results in the specified collection.
public Execute ( ) : PlainResultCollection
Результат PlainResultCollection

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

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

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

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

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

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

Описание свойств

_settings защищенное статическое свойство

Settings that were provided to the PlainSearch(Settings).
protected static Settings,CrownPeak.SearchG2.Common _settings
Результат CrownPeak.SearchG2.Common.Settings