Class: Meta

Bucket.FtsQueryResponse. Meta

The meta-information available from a FTS query response.


<private> new Meta()

Members


errors :number

Any non-fatal errors that occured during query processing.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)

facets :number

The resulting facet information for any facets that were specified in the search query.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)

maxScore :number

The maximum score out of all the results in this query.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)

status :number

The status information for this query, includes properties such as total, failed and successful.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)

took :number

The time spent processing this query.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)

totalHits :number

The total number of hits that were available for this seach query.

Type:
  • number
Since:
  • 2.1.7 (stability: uncommitted)