Package | Description |
---|---|
org.elasticsearch.index.query.support |
Modifier and Type | Class and Description |
---|---|
static class |
XContentStructure.InnerFilter
InnerFilter is an extension of
XContentStructure that eagerly
parses the filter in a streaming manner if the types are available at
construction time. |
static class |
XContentStructure.InnerQuery
InnerQuery is an extension of
XContentStructure that eagerly
parses the query in a streaming manner if the types are available at
construction time. |
Modifier and Type | Method and Description |
---|---|
XContentStructure |
XContentStructure.freeze()
"Freeze" the parsing content, which means copying the current parser's
structure into an internal
BytesReference to be parsed later. |
Copyright © 2009–2015. All rights reserved.