|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Query
com.browseengine.bobo.search.section.MetaDataQuery
public abstract class MetaDataQuery
| 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 |
|---|
protected org.apache.lucene.index.Term _term
| Constructor Detail |
|---|
public MetaDataQuery(org.apache.lucene.index.Term term)
| Method Detail |
|---|
public org.apache.lucene.index.Term getTerm()
public abstract SectionSearchQueryPlan getPlan(org.apache.lucene.index.IndexReader reader)
throws IOException
IOException
public abstract SectionSearchQueryPlan getPlan(MetaDataCache cache)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||