lux.query.parser
Class XmlQueryParser

java.lang.Object
  extended by org.apache.lucene.queryparser.xml.CoreParser
      extended by lux.query.parser.XmlQueryParser
All Implemented Interfaces:
org.apache.lucene.queryparser.xml.QueryBuilder

public class XmlQueryParser
extends org.apache.lucene.queryparser.xml.CoreParser


Field Summary
 
Fields inherited from class org.apache.lucene.queryparser.xml.CoreParser
analyzer, filterFactory, maxNumCachedFilters, parser, queryFactory
 
Constructor Summary
XmlQueryParser(String fieldName, org.apache.lucene.analysis.Analyzer analyzer)
           
 
Method Summary
 
Methods inherited from class org.apache.lucene.queryparser.xml.CoreParser
addFilterBuilder, addQueryBuilder, getQuery, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlQueryParser

public XmlQueryParser(String fieldName,
                      org.apache.lucene.analysis.Analyzer analyzer)


Copyright © 2013. All Rights Reserved.