org.apache.lucene.xmlparser.builders
Class BoostingQueryBuilder

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

public class BoostingQueryBuilder
extends Object
implements QueryBuilder


Constructor Summary
BoostingQueryBuilder(QueryBuilder factory)
           
 
Method Summary
 org.apache.lucene.search.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 org.apache.lucene.search.Query getQuery(Element e)
                                        throws ParserException
Specified by:
getQuery in interface QueryBuilder
Throws:
ParserException


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