| 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:
|