IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

TermQuery

edit

Finds documents that contain the exact term specified in the inverted index.

Properties

edit
value (object, required)
The exact value to query for.

Example

edit
{
   "value" : {}
}