public class IntMetaDataQuery extends MetaDataQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
IntMetaDataQuery.IntMetaDataNode |
static class |
IntMetaDataQuery.IntMetaDataNodeNoCache |
static class |
IntMetaDataQuery.SimpleRangeValidator |
static class |
IntMetaDataQuery.SimpleValueValidator |
static class |
IntMetaDataQuery.Validator |
_term| Constructor and Description |
|---|
IntMetaDataQuery(org.apache.lucene.index.Term term,
IntMetaDataQuery.Validator validator)
constructs IntMetaDataQueryQuery
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.Searcher searcher) |
SectionSearchQueryPlan |
getPlan(org.apache.lucene.index.IndexReader reader) |
SectionSearchQueryPlan |
getPlan(MetaDataCache cache) |
org.apache.lucene.search.Query |
rewrite(org.apache.lucene.index.IndexReader reader) |
String |
toString(String field) |
getTermpublic IntMetaDataQuery(org.apache.lucene.index.Term term,
IntMetaDataQuery.Validator validator)
term - validator - public String toString(String field)
toString in class org.apache.lucene.search.Querypublic org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.Searcher searcher)
throws IOException
createWeight in class org.apache.lucene.search.QueryIOExceptionpublic org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader reader)
throws IOException
rewrite in class org.apache.lucene.search.QueryIOExceptionpublic SectionSearchQueryPlan getPlan(org.apache.lucene.index.IndexReader reader) throws IOException
getPlan in class MetaDataQueryIOExceptionpublic SectionSearchQueryPlan getPlan(MetaDataCache cache) throws IOException
getPlan in class MetaDataQueryIOExceptionCopyright © 2005–2013. All rights reserved.