com.browseengine.bobo.impl
Class QueryProducer

java.lang.Object
  extended by com.browseengine.bobo.impl.QueryProducer

public class QueryProducer
extends Object


Field Summary
static String CONTENT_FIELD
           
 
Constructor Summary
QueryProducer()
           
 
Method Summary
 org.apache.lucene.search.Query buildQuery(String query)
           
static org.apache.lucene.search.Query convert(String queryString, String defaultField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_FIELD

public static final String CONTENT_FIELD
See Also:
Constant Field Values
Constructor Detail

QueryProducer

public QueryProducer()
Method Detail

convert

public static org.apache.lucene.search.Query convert(String queryString,
                                                     String defaultField)
                                              throws org.apache.lucene.queryParser.ParseException
Throws:
org.apache.lucene.queryParser.ParseException

buildQuery

public org.apache.lucene.search.Query buildQuery(String query)
                                          throws org.apache.lucene.queryParser.ParseException
Throws:
org.apache.lucene.queryParser.ParseException


Copyright © 2011. All Rights Reserved.