| Modifier and Type | Method and Description |
|---|---|
QueryParserCache |
IndexCache.queryParserCache() |
| Constructor and Description |
|---|
IndexCache(Index index,
Settings indexSettings,
FilterCache filterCache,
QueryParserCache queryParserCache,
DocSetCache docSetCache,
FixedBitSetFilterCache fixedBitSetFilterCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoneQueryParserCache |
| Modifier and Type | Class and Description |
|---|---|
class |
ResidentQueryParserCache
A small (by default) query parser cache mainly to not parse the same query string several times
if several shards exists on the same node.
|
| Modifier and Type | Method and Description |
|---|---|
QueryParserCache |
QueryParseContext.queryParserCache() |
Copyright © 2009–2016. All rights reserved.