public abstract class MetaDataQuery
extends org.apache.lucene.search.Query
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.lucene.index.Term |
_term |
| Constructor and Description |
|---|
MetaDataQuery(org.apache.lucene.index.Term term) |
| Modifier and Type | Method and Description |
|---|---|
abstract SectionSearchQueryPlan |
getPlan(org.apache.lucene.index.IndexReader reader) |
abstract SectionSearchQueryPlan |
getPlan(MetaDataCache cache) |
org.apache.lucene.index.Term |
getTerm() |
public org.apache.lucene.index.Term getTerm()
public abstract SectionSearchQueryPlan getPlan(org.apache.lucene.index.IndexReader reader) throws IOException
IOExceptionpublic abstract SectionSearchQueryPlan getPlan(MetaDataCache cache) throws IOException
IOExceptionCopyright © 2005–2013. All rights reserved.