com.browseengine.bobo.search.section
Class SectionSearchQueryPlanBuilder
java.lang.Object
com.browseengine.bobo.search.section.SectionSearchQueryPlanBuilder
public class SectionSearchQueryPlanBuilder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_reader
protected final org.apache.lucene.index.IndexReader _reader
_cacheProvider
protected final MetaDataCacheProvider _cacheProvider
SectionSearchQueryPlanBuilder
public SectionSearchQueryPlanBuilder(org.apache.lucene.index.IndexReader reader)
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.