ScopedAnalyzer
is a wrapper class containing all analyzers for a given class. ScopedAnalyzer
behaves similar to PerFieldAnalyzerWrapper
by delegating requests for TokenStream
s to the underlying Analyzer
depending on the requested field name.
@author Emmanuel Bernard
@author Sanne Grinovero
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|