lux.query.parser
Class RegexpQueryBuilder

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

public class RegexpQueryBuilder
extends Object
implements org.apache.lucene.queryparser.xml.QueryBuilder


Constructor Summary
RegexpQueryBuilder()
           
 
Method Summary
 org.apache.lucene.search.RegexpQuery getQuery(Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpQueryBuilder

public RegexpQueryBuilder()
Method Detail

getQuery

public org.apache.lucene.search.RegexpQuery getQuery(Element e)
                                              throws org.apache.lucene.queryparser.xml.ParserException
Specified by:
getQuery in interface org.apache.lucene.queryparser.xml.QueryBuilder
Throws:
org.apache.lucene.queryparser.xml.ParserException


Copyright © 2013. All Rights Reserved.