Any guidence or reference on index size? #2346
Unanswered
gaston-haro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm in the process of designing an autocomplete/typeahead backend solution. I will have about 10 million small input documents, something like 4-5 string fields of 20-50 characters (4-5 words) each per document. When thinking of using the Edge N-gram token filter to some reasonable config what total index size can I expect?
All reactions