| |
|
|
| Change By: |
Miroslaw Przedzimirski |
| Summary: |
simplify the configuration for dynamic analyser selection ; allow to use existing analysers (e.g. EnglishAnalyzer) |
|
strategy for determining analyser based on the contents of the entity:
public interface AnalyzerProvider {
Analyzer getAnalyzerForIndexedEntity(Object entity); } |
|
|
|
| |
|