public final class NestedHelper
extends java.lang.Object
| Constructor | Description |
|---|---|
NestedHelper(MapperService mapperService) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
mightMatchNestedDocs(org.apache.lucene.search.Query query) |
Returns true if the given query might match nested documents.
|
boolean |
mightMatchNonNestedDocs(org.apache.lucene.search.Query query,
java.lang.String nestedPath) |
Returns true if the given query might match parent documents or documents
that are nested under a different path.
|
public NestedHelper(MapperService mapperService)
public boolean mightMatchNestedDocs(org.apache.lucene.search.Query query)
public boolean mightMatchNonNestedDocs(org.apache.lucene.search.Query query,
java.lang.String nestedPath)