Re: Solr Warming Doubts

2018-03-07 Thread Bsr
I guess i should increase autowarmCount count. whats should be the ideal no. Also is there any way by which i can know that autowarm is completed? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr Warming Doubts

2018-03-07 Thread Bsr
Hi Its Just after 1-3 seconds when full import completed. Can you eloborate more on newSearcher and cache i.e what should we set. Also there is no resource crunch with the solr resources. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr Warming Doubts

2018-03-07 Thread Bsr
Whenever i am running the full-import, my response time for some request increases from 80ms to 3000ms. This must be indicating my poor choice of warming up. 1. FirstSearcher I have added some 10 frequent used query but all my autowarmCount are set to 0. I have also added facet for warming. So

Solr Warming Doubts

2018-03-07 Thread Bsr
Whenever i am running the full-import, my response time for some request increases from 80ms to 3000ms. This must be indicating my poor choice of warming up. *1. FirstSearcher* I have added some 10 frequent used query but all my autowarmCount are set to 0. I have also added facet for warming. So

Solt with no text search

2018-02-24 Thread Bsr
0 down vote favorite I have successfuly implemented the custom search in solr by extending CustomScoreProvider. But the problem is i need to pass some user info like 31,1 which i need in custom sort. *q={!mycustomparser}31+1+*:** and it is acting as a text search. Is there any way

Solt with no text search

2018-02-24 Thread Bsr
0 down vote favorite I have successfuly implemented the custom search in solr by extending CustomScoreProvider. But the problem is i need to pass some user info like 31,1 which i need in custom sort. q={!mycustomparser}31+1+*:* and it is acting as a text search. Is there any way that