Re: spell-check does not return collations when using search query with filter

2017-10-14 Thread Arnold Bronley
Thanks for replying. I tried spellcheck.q=polt and it does not help. Here is how the query looks like: http://solr:8983/solr/myapp/select?q=tag:polt&wt=json&indent=true&spellcheck=true&spellcheck.count=7&spellcheck.onlyMorePopular=true&spellcheck.extendedResults=true&spellcheck.collate=true&spell

Solr deep paging queries run very slow due to redundant q param

2017-10-14 Thread Sundeep T
Hello, In our scale environment, we see that the deep paging queries using cursormark are running really slow. When we traced out the calls, we see that the second query which queries the individual id's of matched pages is sending the q param that is already sent by the first query again. If we