@InterfaceStability.Experimental @InterfaceAudience.Public public interface SearchStatus
Represents the status of a FTS query.
Modifier and Type | Method and Description |
---|---|
long |
errorCount()
the number of FTS pindexes queried that gave an error.
|
boolean |
isSuccess() |
long |
successCount()
the number of FTS pindexes queried that successfully answered.
|
long |
totalCount()
the total number of FTS pindexes that were queried.
|
long totalCount()
the total number of FTS pindexes that were queried.
long successCount()
the number of FTS pindexes queried that successfully answered.
long errorCount()
the number of FTS pindexes queried that gave an error. If > 0, the SearchQueryResult
’s SearchQueryResult.errors()
method will contain errors.
boolean isSuccess()
Copyright © 2015 Couchbase, Inc.