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

java.lang.Object
  extended by org.apache.lucene.queryparser.xml.builders.BoostingQueryBuilder
All Implemented Interfaces:
QueryBuilder

public class BoostingQueryBuilder
extends Object
implements QueryBuilder

Builder for BoostingQuery


Constructor Summary
BoostingQueryBuilder(QueryBuilder factory)
           
 
Method Summary
 Query getQuery(Element e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoostingQueryBuilder

public BoostingQueryBuilder(QueryBuilder factory)
Method Detail

getQuery

public Query getQuery(Element e)
               throws ParserException
Specified by:
getQuery in interface QueryBuilder
Throws:
ParserException


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