Method | Description | |
---|---|---|
ContainsItemsByFields ( string ids, string fieldName, string fieldValue ) : bool | ||
Dispose ( ) : void | ||
GetIndex ( string indexId ) : Index |
Returns a search index by specified index id
|
|
GetItems ( |
||
GetItems ( |
||
GetItemsInRange ( |
||
GetItemsInRange ( |
||
RunQuery ( |
||
RunQuery ( |
||
RunQuery ( QueryBase query ) : List |
||
RunQuery ( QueryBase query, bool showAllVersions ) : List |
||
Searcher ( string indexId ) : System |
Method | Description | |
---|---|---|
AddDateRangeQuery ( Lucene.Net.Search.BooleanQuery query, |
||
AddFieldValueClause ( CombinedQuery query, string fieldName, string fieldValue, QueryOccurance occurance ) : void | ||
AddNumericRangeQuery ( Lucene.Net.Search.BooleanQuery query, |
||
AddPartialFieldValueClause ( Lucene.Net.Search.BooleanQuery query, string fieldName, string fieldValue ) : void | ||
ApplyDateRangeSearchParam ( Lucene.Net.Search.BooleanQuery query, |
||
ApplyFullTextClause ( CombinedQuery query, string searchText ) : void | ||
ApplyIdFilter ( CombinedQuery query, string fieldName, string filter ) : void | ||
ApplyLanguageClause ( CombinedQuery query, string language ) : void | ||
ApplyLocationFilter ( CombinedQuery query, string locationIds ) : void | ||
ApplyNumericRangeSearchParam ( Lucene.Net.Search.BooleanQuery query, |
||
ApplyRefinements ( CombinedQuery query, SafeDictionary |
||
ApplyRelationFilter ( CombinedQuery query, string ids ) : void | ||
ApplyTemplateFilter ( CombinedQuery query, string templateIds ) : void |
protected AddDateRangeQuery ( Lucene.Net.Search.BooleanQuery query, |
||
query | Lucene.Net.Search.BooleanQuery | |
dateRangeField | ||
occurance | ||
return | void |
protected AddFieldValueClause ( CombinedQuery query, string fieldName, string fieldValue, QueryOccurance occurance ) : void | ||
query | CombinedQuery | |
fieldName | string | |
fieldValue | string | |
occurance | QueryOccurance | |
return | void |
protected AddNumericRangeQuery ( Lucene.Net.Search.BooleanQuery query, |
||
query | Lucene.Net.Search.BooleanQuery | |
range | ||
occurance | ||
return | void |
protected AddPartialFieldValueClause ( Lucene.Net.Search.BooleanQuery query, string fieldName, string fieldValue ) : void | ||
query | Lucene.Net.Search.BooleanQuery | |
fieldName | string | |
fieldValue | string | |
return | void |
protected ApplyDateRangeSearchParam ( Lucene.Net.Search.BooleanQuery query, |
||
query | Lucene.Net.Search.BooleanQuery | |
param | ||
innerOccurance | ||
return | void |
protected ApplyFullTextClause ( CombinedQuery query, string searchText ) : void | ||
query | CombinedQuery | |
searchText | string | |
return | void |
protected ApplyIdFilter ( CombinedQuery query, string fieldName, string filter ) : void | ||
query | CombinedQuery | |
fieldName | string | |
filter | string | |
return | void |
protected ApplyLanguageClause ( CombinedQuery query, string language ) : void | ||
query | CombinedQuery | |
language | string | |
return | void |
protected ApplyLocationFilter ( CombinedQuery query, string locationIds ) : void | ||
query | CombinedQuery | |
locationIds | string | |
return | void |
protected ApplyNumericRangeSearchParam ( Lucene.Net.Search.BooleanQuery query, |
||
query | Lucene.Net.Search.BooleanQuery | |
param | ||
innerOccurance | ||
return | void |
protected ApplyRefinements ( CombinedQuery query, SafeDictionary |
||
query | CombinedQuery | |
refinements | SafeDictionary |
|
occurance | QueryOccurance | |
return | void |
protected ApplyRelationFilter ( CombinedQuery query, string ids ) : void | ||
query | CombinedQuery | |
ids | string | |
return | void |
protected ApplyTemplateFilter ( CombinedQuery query, string templateIds ) : void | ||
query | CombinedQuery | |
templateIds | string | |
return | void |
public ContainsItemsByFields ( string ids, string fieldName, string fieldValue ) : bool | ||
ids | string | |
fieldName | string | |
fieldValue | string | |
return | bool |
public static GetIndex ( string indexId ) : Index | ||
indexId | string | Search index id |
return | Index |
public GetItems ( |
||
param | ||
return | List |
public GetItems ( |
||
param | ||
return | List |
public GetItemsInRange ( |
||
param | ||
return | List |
public GetItemsInRange ( |
||
param | ||
return | List |
public RunQuery ( |
||
query | ||
return | List |
public RunQuery ( |
||
query | ||
showAllVersions | bool | |
return | List |
public RunQuery ( QueryBase query, bool showAllVersions ) : List |
||
query | QueryBase | |
showAllVersions | bool | |
return | List |