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}
파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples

보호된 프로퍼티들

프로퍼티 타입 설명
_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