public abstract static class BlendedTermQuery.RewriteMethod extends Object
BlendedTermQuery.RewriteMethod
defines how queries for individual terms should
be merged.Modifier | Constructor and Description |
---|---|
protected |
RewriteMethod()
Sole constructor
|
Modifier and Type | Method and Description |
---|---|
abstract Query |
rewrite(Query[] subQueries)
Merge the provided sub queries into a single
Query object. |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.