public abstract static class MultiNodeTermQuery.RewriteMethod extends Object
| Constructor and Description |
|---|
MultiNodeTermQuery.RewriteMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.lucene.index.TermsEnum |
getTermsEnum(MultiNodeTermQuery query,
org.apache.lucene.index.Terms terms,
org.apache.lucene.util.AttributeSource atts)
Returns the
MultiNodeTermQuerys TermsEnum |
abstract org.apache.lucene.search.Query |
rewrite(org.apache.lucene.index.IndexReader reader,
MultiNodeTermQuery query) |
public abstract org.apache.lucene.search.Query rewrite(org.apache.lucene.index.IndexReader reader,
MultiNodeTermQuery query)
throws IOException
IOExceptionprotected org.apache.lucene.index.TermsEnum getTermsEnum(MultiNodeTermQuery query, org.apache.lucene.index.Terms terms, org.apache.lucene.util.AttributeSource atts) throws IOException
MultiNodeTermQuerys TermsEnumIOExceptionMultiNodeTermQuery.getTermsEnum(Terms, AttributeSource)Copyright © 2014. All rights reserved.