C# 클래스 CrownPeak.SearchG2.Suggest

Class to support a Suggest search on the CrownPeak SearchG2 infrastructure
파일 보기 프로젝트 열기: Crownpeak/Search-Results-Examples 1 사용 예제들

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