Re: Increase in Response time when solr fields are merged

2020-11-19 Thread Ajay Sharma
Thank you Shawn for the valuable inputs. I am assuming, please correct me if I am wrong => If we have two fields one has a large amount of text wrt to a field with shorter text like description and title. So, the Number of the tokens created for the description field will be much high w.r.t. the t

Re: Increase in Response time when solr fields are merged

2020-11-19 Thread Shawn Heisey
On 11/19/2020 2:12 AM, Ajay Sharma wrote: Earlier we were searching in 6 fields i.e qf is applied on 6 fields like below We merged all these 6 fields into one field X and now while searching we using this single filed X We are able to see a decrease in index size but the response time h

Increase in Response time when solr fields are merged

2020-11-19 Thread Ajay Sharma
Hi All, Earlier we were searching in 6 fields i.e qf is applied on 6 fields like below A B C D E F We had assumed if we reduced the number of fields being used to search then the index size and response time both will decrease. We merged all these 6 fields into one field X and now