Re: Cursor Performance Issue

2021-01-14 Thread Ajay Sharma
, wrote: > You should be using docvalues on your id, but note that switching this > would require a reindex. > > On Wed, Jan 13, 2021 at 6:04 AM Ajay Sharma > wrote: > > > Hi All, > > > > I have used cursors to search and export documents in solr according to >

Cursor Performance Issue

2021-01-13 Thread Ajay Sharma
{ refid: "152585558" }, { refid: "157276077" } ] } When i curl http://localhost:8080/solr/search/select?q=bird toy&qt=mapping&ps=3&rows=25&mm=100, i can get results in 3 seconds. When i curl localhost:8080/solr/search/select?q=bird toy&qt=cursor&ps=3&rows=1000&mm=100&sort=score desc,id asc&cursorMark=* it consumed 8 seconds to return result even if the result count=0 BTW, the id schema definition is used in sort Is it due to the sort I have applied or I have implemented it in the wrong way? Please help or provide the direction to solve this issue Thanks in advance -- Thanks & Regards, Ajay Sharma Product Search Indiamart Intermesh Ltd. --

Re: Solr Highlighting not working

2020-11-30 Thread Ajay Sharma
Hi All, pushing the query to the top. Does anyone have any idea about it? On Fri, Nov 27, 2020 at 11:49 AM Ajay Sharma wrote: > Hi Community, > > This is the first time, I am implementing a solr *highlighting *feature. > I have read the concept via solr documentation &

Solr Highlighting not working

2020-11-26 Thread Ajay Sharma
om community members will be highly appreciated. Thanks in advance. -- Regards, Ajay Sharma Software Engineer, Product-Search, IndiaMART InterMESH Ltd --

Re: Increase in Response time when solr fields are merged

2020-11-19 Thread Ajay Sharma
PM Shawn Heisey wrote: > 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

Increase in Response time when solr fields are merged

2020-11-19 Thread Ajay Sharma
. -- Thanks & Regards, Ajay Sharma Software Engineer, Product-Search, IndiaMART InterMESH Ltd --

Give boosting to a grouped documents in Solr Based on number of results in a group

2020-04-22 Thread Ajay Sharma
2 because he has more number of products related to mobile phones. Is there a way in Solr where I can boost a supplier and give boosting to a grouped documents in Solr Based on the number of results in a group. Any help will be appreciated. -- Thanks & Regards, Ajay Sharma Software Engi