Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Data: Simplify field data cache settings #2843

Closed
kimchy opened this issue Apr 2, 2013 · 3 comments
Closed

Field Data: Simplify field data cache settings #2843

kimchy opened this issue Apr 2, 2013 · 3 comments

Comments

@kimchy
Copy link
Member

kimchy commented Apr 2, 2013

The new 0.90 supports new field data cache settings, including a "node" level cache, that works across all shards allocated on that node. In order to use it, one need to opt into using it, and then configure it. We can simplify it.

By default, we can always use the "node" level cache, but simply have it default to "resident" or unbounded. Once actual bounds need to be set, all that is needed is to set indices.fielddata.cache.size and/or indices.fielddata.cache.expire.

@kimchy kimchy closed this as completed in 31d1e6c Apr 2, 2013
@kovyrin
Copy link

kovyrin commented May 10, 2013

is it "index.fielddata.cache.size" (from the docs) or "indices.fielddata.cache.size"?

@clintongormley
Copy link

It looks like it is the index.fielddata.cache.size version: 31d1e6c#L0R165

@kimchy
Copy link
Member Author

kimchy commented May 10, 2013

its indices.fielddata.cache.size actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants