C# Class CrownPeak.SearchG2.PlainSearch

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

Search{T}
Afficher le fichier Open project: Crownpeak/Search-Results-Examples

Protected Properties

Свойство Type Description
_settings CrownPeak.SearchG2.Common.Settings

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Execute() public méthode

Execute a search that returns all of the results in the specified collection.
public Execute ( ) : PlainResultCollection
Résultat PlainResultCollection

Execute() public méthode

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 /// .
Résultat PlainResultCollection

Execute() public méthode

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.
Résultat PlainResultCollection

PlainSearch() public méthode

Create a new PlainSearch object with the specified settings
public PlainSearch ( Settings settings ) : System
settings CrownPeak.SearchG2.Common.Settings The to be used
Résultat System

Property Details

_settings protected_oe static_oe property

Settings that were provided to the PlainSearch(Settings).
protected static Settings,CrownPeak.SearchG2.Common _settings
Résultat CrownPeak.SearchG2.Common.Settings