Package com.couchbase.client.java.search.result
Holds search result classes and interfaces.
-
Interface Summary Interface Description DateRangeFacetResult Represents the result for aDateRangeFacet
.FacetResult Base interface for all facet results.NumericRangeFacetResult Represents the result of aNumericRangeFacet
.RowLocations Represents the locations of a search result row.SearchMetrics Provides statistics on an FTS query result (number of rows, time taken...).SearchStatus Represents the status of a FTS query.TermFacetResult Represents the result for aTermFacet
. -
Class Summary Class Description AbstractFacetResult DateRange A range (or bucket) for aDateRangeFacetResult
.DefaultDateRangeFacetResult Implementation of aDateRangeFacetResult
.DefaultNumericRangeFacetResult Implementation of aNumericRangeFacetResult
.DefaultRowLocations A default implementation of aRowLocations
.DefaultSearchMetrics The default implementation for aSearchMetrics
DefaultSearchStatus The default implementation for aSearchStatus
DefaultTermFacetResult Implementation of aTermFacetResult
.NumericRange A range (or bucket) for aNumericRangeFacetResult
.ReactiveSearchResult RowLocation A FTS result row location indicates at which position a given term occurs inside a given field.SearchQueryRow An FTS result row (or hit).SearchResult Full Text Search (FTS) query results, as returned from the asynchronous API.TermRange A range (or bucket) for aTermFacetResult
.