org.apache.lucene.xmlparser.builders
Class SpanQueryBuilderFactory
java.lang.Object
org.apache.lucene.xmlparser.builders.SpanQueryBuilderFactory
- All Implemented Interfaces:
- SpanQueryBuilder, QueryBuilder
public class SpanQueryBuilderFactory
- extends Object
- implements SpanQueryBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpanQueryBuilderFactory
public SpanQueryBuilderFactory()
getQuery
public Query getQuery(Element e)
throws ParserException
- Specified by:
getQuery
in interface QueryBuilder
- Throws:
ParserException
addBuilder
public void addBuilder(String nodeName,
SpanQueryBuilder builder)
getSpanQuery
public SpanQuery getSpanQuery(Element e)
throws ParserException
- Specified by:
getSpanQuery
in interface SpanQueryBuilder
- Throws:
ParserException