public interface AnalyzerAttribute
extends org.apache.lucene.util.Attribute
AnalyzerQueryNodeProcessor
processor and
must be defined in the QueryConfigHandler
. It provides to this
processor the Analyzer
, if there is one, which will be used to
analyze the query terms. Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer() |
void |
setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.