Fixed
Details
Assignee
Fabio Massimo ErcoliFabio Massimo ErcoliReporter
Fabio Massimo ErcoliFabio Massimo ErcoliComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Fabio Massimo Ercoli
Fabio Massimo ErcoliReporter
Fabio Massimo Ercoli
Fabio Massimo ErcoliComponents
Sprint
None
Fix versions
Affects versions
Priority
Created December 11, 2020 at 3:37 PM
Updated February 8, 2021 at 4:44 PM
Resolved December 14, 2020 at 5:13 PM
Using the annotation the default analyzer is always used if no analyzer is specified for the full text field.
We want the same, or at least we want to test that it works the same, if we use the programmatic API.
The obvious workaround is to add
.analyzer( "default" )
on the full text field programmatic definition.