You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before a field marked as searchable was generating now extra field with an analyzer. Now the new golr-schema generator produces 3 extra fields, one with the StandardTokenizer, one with the KeywordTokenizer and finally one with the EdgeNGramTokenizer. This way we match words in any order, exact match and partial match for autocomplete.
The text was updated successfully, but these errors were encountered:
Before a field marked as searchable was generating now extra field with an analyzer. Now the new golr-schema generator produces 3 extra fields, one with the StandardTokenizer, one with the KeywordTokenizer and finally one with the EdgeNGramTokenizer. This way we match words in any order, exact match and partial match for autocomplete.
The text was updated successfully, but these errors were encountered: