Package org.hibernate.search.backend.lucene.analysis
package org.hibernate.search.backend.lucene.analysis
-
InterfacesClassDescriptionA context allowing the definition of named analyzers and normalizers in a Lucene backend.A provider of analysis-related definitions that can be referenced from the mapping, e.g. with @Analyzer(definition = "some-name") or @Normalizer(definition = "some-other-name").