com.browseengine.bobo.search.section
Class MetaDataQuery

java.lang.Object
  extended by org.apache.lucene.search.Query
      extended by com.browseengine.bobo.search.section.MetaDataQuery
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
IntMetaDataQuery

public abstract class MetaDataQuery
extends org.apache.lucene.search.Query

See Also:
Serialized Form

Field Summary
protected  org.apache.lucene.index.Term _term
           
 
Constructor Summary
MetaDataQuery(org.apache.lucene.index.Term term)
           
 
Method Summary
abstract  SectionSearchQueryPlan getPlan(org.apache.lucene.index.IndexReader reader)
           
abstract  SectionSearchQueryPlan getPlan(MetaDataCache cache)
           
 org.apache.lucene.index.Term getTerm()
           
 
Methods inherited from class org.apache.lucene.search.Query
clone, combine, createWeight, equals, extractTerms, getBoost, getSimilarity, hashCode, mergeBooleanQueries, rewrite, setBoost, toString, toString, weight
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_term

protected org.apache.lucene.index.Term _term
Constructor Detail

MetaDataQuery

public MetaDataQuery(org.apache.lucene.index.Term term)
Method Detail

getTerm

public org.apache.lucene.index.Term getTerm()

getPlan

public abstract SectionSearchQueryPlan getPlan(org.apache.lucene.index.IndexReader reader)
                                        throws IOException
Throws:
IOException

getPlan

public abstract SectionSearchQueryPlan getPlan(MetaDataCache cache)
                                        throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.