org.apache.lucene.queryParser.standard.config
Interface AnalyzerAttribute

All Superinterfaces:
org.apache.lucene.util.Attribute
All Known Implementing Classes:
AnalyzerAttributeImpl

Deprecated.

@Deprecated
public interface AnalyzerAttribute
extends org.apache.lucene.util.Attribute

This attribute is used by 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.


Method Summary
 org.apache.lucene.analysis.Analyzer getAnalyzer()
          Deprecated.  
 void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
          Deprecated.  
 

Method Detail

setAnalyzer

void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer)
Deprecated. 

getAnalyzer

org.apache.lucene.analysis.Analyzer getAnalyzer()
Deprecated. 


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.