Targeting of "implicit" fields in the Search DSL

Description

Elasticsearch creates some implicit fields when indexing, and so does Hibernate Search:

  • _index (the name of the index)

  • _entity_type (the name of the indexed entity type)

  • etc.

It would be nice to be able to refer to these fields in the Search DSL, even though they weren't declared anywhere, e.g.:

Note we do NOT want the same for the internal Lucene fields: those are private and should not be relied on by application developers.

Activity

Show:
Done

Assignee

Reporter

Components

Sprint

Fix versions

Priority

Created August 9, 2021 at 10:13 AM
Updated July 3, 2023 at 11:27 AM
Resolved December 23, 2022 at 10:01 AM
Loading...