Can anyone help me with elastic search? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone help me with elastic search?

I have 200 fields which are needed to be in indexed elastic search. Only one field from them is too large like 30 pages of document. So, if I store large field with other small field, It will affect search performance on other small fields?

23rd Sep 2018, 5:51 AM
Pranavkant Trivedi
1 Answer
+ 1
We are currently using the type of index which mentioned in above problem in our production. And Elasticsearch is giving results perfectly and minimal time. So, I can say Large field will bot impact performance of small fields. We are using every type of search as well eg- Free text search, phrase search, slop, fuzziness etc
15th Aug 2020, 8:55 PM
Pranavkant Trivedi