Couchbase.Search Namespace |
[Missing <summary> documentation for "N:Couchbase.Search"]
| Class | Description | |
|---|---|---|
| CouchbaseSearchResponseException |
Exception thrown for a failed search query response if EnsureSucess is called.
| |
| DateRange | ||
| DateRangeFacet |
A ISearchFacet which counts how many documents fall between two DateTime values.
| |
| DateRangeFacetResult |
The result for a DateRangeFacet.
| |
| DefaultFacetResult |
The default facet result.
| |
| MetaData | ||
| NumericRange | ||
| NumericRangeFacet |
A ISearchFacet which counts how many documents fall between two Single values.
| |
| NumericRangeFacetResult |
The result for a NumericRangeFacet.
| |
| RangeT |
Represents a range of values.
| |
| SearchFacet |
An abstract class for creating ISearchFacet implementations.
| |
| SearchMetrics | ||
| SearchOptions |
Represents a number of query options that can be applied to a FTS query request.
| |
| SearchQueryRow |
Represents a single "hit" for a ISearchQuery request.
| |
| Term | ||
| TermFacet |
A ISearchFacet implementation which counts up how many of the matching documents have a particular term in a particular field.
| |
| TermFacetResult |
The result for a TermFacet.
|
| Interface | Description | |
|---|---|---|
| IFacetResult |
Interface to describe Facet results.
| |
| ISearchFacet |
A ISearchFacet allows for aggregating information collected on a particular result set.
| |
| ISearchQuery |
Represents a search query request.
| |
| ISearchQueryRow |
Represents a single "hit" for a ISearchQuery request.
| |
| ISearchResult |
The result of a search query.
|
| Enumeration | Description | |
|---|---|---|
| FacetResultType |
The type of facet result.
| |
| HighLightStyle |
The highlighting options available from the server.
| |
| SearchScanConsistency |
Sets the desired index scan consistency for current N1QL query.
| |
| SearchStatus |
The status of the ISearchQuery response.
|