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