Re: Deep Paging with cursorMark throws error

2017-11-20 Thread Webster Homer
As I suspected this was a bug in my code. We use KIE Drools to configure our queries, and there was a conflict between two rules. On Mon, Nov 20, 2017 at 4:09 PM, Webster Homer <webster.ho...@sial.com> wrote: > I am developing an application that uses cursorMark deep paging. It's a >

Deep Paging with cursorMark throws error

2017-11-20 Thread Webster Homer
I am developing an application that uses cursorMark deep paging. It's a java client using solrj client. Currently the client is created with Solr 6.2 solrj jars, but the test server is a solr 7.1 server I am getting this error: Error from server at http://XX:8983/solr/sial-catalog-product

Re: Re: Paging and cursorMark

2016-03-23 Thread Tom Evans
On Wed, Mar 23, 2016 at 12:21 PM, Vanlerberghe, Luc wrote: > I worked on something similar a couple of years ago, but didn’t continue work > on it in the end. > > I've included the text of my original mail. > If you're interested, I could try to find the sources I

RE: Re: Paging and cursorMark

2016-03-23 Thread Vanlerberghe, Luc
l continue working on what I have and check how I can make my changes available (through a patch attached to a new issue in Jira?) Luc Vanlerberghe -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: dinsdag 22 maart 2016 16:37 To: solr-user@lucene.apache.org Subject: [P

Re: Paging and cursorMark

2016-03-22 Thread Steve Rowe
Hi Tom, There is an outstanding JIRA issue to directly support what you want (with a patch even!) but no work on it recently: . If you’re so inclined, please pitch in: bring the patch up-to-date, test it, contribute improvements, etc. --

Paging and cursorMark

2016-03-22 Thread Tom Evans
Hi all With Solr 5.5.0, we're trying to improve our paging performance. When we are delivering results using infinite scrolling, cursorMark is perfectly fine - one page is followed by the next. However, we also offer traditional paging of results, and this is where it gets a little tricky. Say