org.apache.lucene.xmlparser.builders
Class SpanOrTermsBuilder

java.lang.Object
  extended by org.apache.lucene.xmlparser.builders.SpanBuilderBase
      extended by org.apache.lucene.xmlparser.builders.SpanOrTermsBuilder
All Implemented Interfaces:
SpanQueryBuilder, QueryBuilder

public class SpanOrTermsBuilder
extends SpanBuilderBase


Constructor Summary
SpanOrTermsBuilder(org.apache.lucene.analysis.Analyzer analyzer)
           
 
Method Summary
 org.apache.lucene.search.spans.SpanQuery getSpanQuery(Element e)
           
 
Methods inherited from class org.apache.lucene.xmlparser.builders.SpanBuilderBase
getQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpanOrTermsBuilder

public SpanOrTermsBuilder(org.apache.lucene.analysis.Analyzer analyzer)
Parameters:
analyzer -
Method Detail

getSpanQuery

public org.apache.lucene.search.spans.SpanQuery getSpanQuery(Element e)
                                                      throws ParserException
Throws:
ParserException


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