SearchQuery Methods |
The SearchQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateAndQuery |
Creates a combined query that will find only documents which will be found for each original query.
|
![]() ![]() | CreateDateRangeQuery |
Creates a date range query.
|
![]() ![]() | CreateFieldQuery |
Adds a field to the specified query.
|
![]() ![]() | CreateNotQuery |
Creates an inverted query that will find the rest documents in an index against ones which will be found for the original query.
|
![]() ![]() | CreateNumericRangeQuery |
Creates a numeric range query.
|
![]() ![]() | CreateOrQuery |
Creates a combined query that will find all the documents which will be found at least for one of the original queries.
|
![]() ![]() | CreatePhraseSearchQuery |
Creates a phrase search query.
|
![]() ![]() | CreateRegexQuery(String) |
Creates a regular expression query.
|
![]() ![]() | CreateRegexQuery(String, RegexOptions) |
Creates a regular expression query.
|
![]() ![]() | CreateWildcardQuery(Int32) |
Creates a wildcard for the phrase search.
|
![]() ![]() | CreateWildcardQuery(Int32, Int32) |
Creates a wildcard for the phrase search.
|
![]() ![]() | CreateWordPatternQuery |
Creates a word pattern query.
|
![]() ![]() | CreateWordQuery |
Creates a simple word query.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetChild |
Gets a child query by an index.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents the current SearchQuery instance.
(Overrides ObjectToString.) |