public interface LuceneAnalyzerDefinitionProvider
Implementors should define a concrete class with either a public default constructor
or a public static method annotated with Factory
.
Users can select a definition provider through the
configuration properties
, while
framework integrators also have the option to inject an alternative implementation
of a LuceneAnalyzerDefinitionSourceService
.
Modifier and Type | Method and Description |
---|---|
void |
register(LuceneAnalyzerDefinitionRegistryBuilder builder) |
void register(LuceneAnalyzerDefinitionRegistryBuilder builder)
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved