com.browseengine.bobo.search.section
Class SectionSearchQueryPlanBuilder

java.lang.Object
  extended by com.browseengine.bobo.search.section.SectionSearchQueryPlanBuilder

public class SectionSearchQueryPlanBuilder
extends Object


Nested Class Summary
static class SectionSearchQueryPlanBuilder.TranslationException
           
 
Field Summary
protected  MetaDataCacheProvider _cacheProvider
           
protected  org.apache.lucene.index.IndexReader _reader
           
 
Constructor Summary
SectionSearchQueryPlanBuilder(org.apache.lucene.index.IndexReader reader)
           
 
Method Summary
 SectionSearchQueryPlan getPlan(org.apache.lucene.search.Query query)
          Gets a query plan for the given query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_reader

protected final org.apache.lucene.index.IndexReader _reader

_cacheProvider

protected final MetaDataCacheProvider _cacheProvider
Constructor Detail

SectionSearchQueryPlanBuilder

public SectionSearchQueryPlanBuilder(org.apache.lucene.index.IndexReader reader)
Method Detail

getPlan

public SectionSearchQueryPlan getPlan(org.apache.lucene.search.Query query)
                               throws IOException
Gets a query plan for the given query. It is assumed that query is already rewritten before this call.

Parameters:
query -
Returns:
SectionSearchQueryPlan
Throws:
IOException


Copyright © 2011. All Rights Reserved.