Provide an alternative to org.hibernate.search.analyzer.Discriminator for Elasticsearch?

Description

org.hibernate.search.analyzer.Discriminator allows to dynamically choose the analyzer to use on each field based on the value of one entity property.
This can't be done on Elasticsearch, as analyzers are defined by the mapping, and cannot be specified when indexing.

We should either:

Note: there are disabled tests that should be re-enabled if we implement this feature or marked as definitively disabled if we decide otherwise. Search for the string HSEARCH-2428 in the codebase.

Activity

Show:

Yoann Rodière July 2, 2019 at 7:44 AM

Closing as duplicate of HSEARCH-3311.

Duplicate

Details

Assignee

Reporter

Components

Priority

Created October 25, 2016 at 7:28 AM
Updated July 2, 2019 at 7:44 AM
Resolved July 2, 2019 at 7:44 AM