-
Notifications
You must be signed in to change notification settings - Fork 17
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
Baseform: memory optimization #29
Comments
Thanks for the report. It's not a leak but the FSA is quite memory hungry when an index is created, the way it is implemented. Will be investigated to reduce memory size. |
Without using the baseform (removed also the defined filter), it still seems to be a memory problem. @jprante i only created in toal 24MB of indices/documents, but JVM is full and Kibana goes again to timeouts. |
@jprante i'm sadly no java geek, but i found at the ES repo this approach for Maybe this would ge a good idea? https://github.com/elastic/elasticsearch/blob/ee802ad63c0f21d697a5095dd05dc6f94626ee4d/core/src/main/java/org/elasticsearch/index/analysis/HunspellTokenFilterFactory.java#L44 |
When i use the baseform plugin for some (> 1.000.000) documents, i'm getting this error
The text was updated successfully, but these errors were encountered: