Deprecated API


Contents
Deprecated Classes
org.apache.lucene.queryParser.standard.MultiFieldQueryParserWrapper
          this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one 
org.apache.lucene.queryParser.standard.QueryParserWrapper
          this class will be removed soon, it's a temporary class to be used along the transition from the old query parser to the new one 
 

Deprecated Methods
org.apache.lucene.queryParser.core.processors.QueryNodeProcessorPipeline.addProcessor(QueryNodeProcessor)
          this class now conforms to List interface, so use QueryNodeProcessorPipeline.add(QueryNodeProcessor) instead 
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl.containsTag(CharSequence)
          use QueryNodeImpl.containsTag(String) instead 
org.apache.lucene.queryParser.core.nodes.QueryNode.containsTag(CharSequence)
          use QueryNode.containsTag(String) instead 
org.apache.lucene.queryParser.standard.parser.JavaCharStream.getColumn()
           
org.apache.lucene.queryParser.surround.parser.CharStream.getColumn()
            
org.apache.lucene.queryParser.core.config.QueryConfigHandler.getFieldConfig(CharSequence)
          use QueryConfigHandler.getFieldConfig(String) instead 
org.apache.lucene.queryParser.core.config.FieldConfig.getFieldName()
          use FieldConfig.getField() instead 
org.apache.lucene.queryParser.standard.QueryParserWrapper.getFieldQuery(String, String)
          Use QueryParserWrapper.getFieldQuery(String, String, boolean) instead 
org.apache.lucene.queryParser.standard.parser.JavaCharStream.getLine()
           
org.apache.lucene.queryParser.surround.parser.CharStream.getLine()
            
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl.getTag(CharSequence)
          use QueryNodeImpl.getTag(String) instead 
org.apache.lucene.queryParser.core.nodes.QueryNode.getTag(CharSequence)
          use QueryNode.getTag(String) instead 
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl.getTags()
          use QueryNodeImpl.getTagMap() instead 
org.apache.lucene.queryParser.core.nodes.QueryNode.getTags()
          use QueryNode.getTagMap() 
org.apache.lucene.queryParser.core.builders.QueryTreeBuilder.setBuilder(CharSequence, QueryBuilder)
          use QueryTreeBuilder.setBuilder(String, QueryBuilder) instead 
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl.setTag(CharSequence, Object)
          use QueryNodeImpl.setTag(String, Object) instead 
org.apache.lucene.queryParser.core.nodes.QueryNode.setTag(CharSequence, Object)
          use QueryNode.setTag(String, Object) instead 
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl.unsetTag(CharSequence)
          use QueryNodeImpl.unsetTag(String) 
org.apache.lucene.queryParser.core.nodes.QueryNode.unsetTag(CharSequence)
          use QueryNode.unsetTag(String) instead 
 

Deprecated Constructors
org.apache.lucene.queryParser.core.config.FieldConfig(CharSequence)
          use FieldConfig.FieldConfig(String) instead 
 



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