org.apache.lucene.queryparser.xml.builders
Class SpanNotBuilder

java.lang.Object
  extended by org.apache.lucene.queryparser.xml.builders.SpanBuilderBase
      extended by org.apache.lucene.queryparser.xml.builders.SpanNotBuilder
All Implemented Interfaces:
SpanQueryBuilder, QueryBuilder

public class SpanNotBuilder
extends SpanBuilderBase

Builder for SpanNotQuery


Constructor Summary
SpanNotBuilder(SpanQueryBuilder factory)
           
 
Method Summary
 SpanQuery getSpanQuery(Element e)
           
 
Methods inherited from class org.apache.lucene.queryparser.xml.builders.SpanBuilderBase
getQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanNotBuilder

public SpanNotBuilder(SpanQueryBuilder factory)
Method Detail

getSpanQuery

public SpanQuery getSpanQuery(Element e)
                       throws ParserException
Throws:
ParserException


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