_
>From : Jonathan Rochkind
To : solr-user@lucene.apache.org;
Subject : Re: previous and next rows of current record
I think maybe I know what you mean.
You have a result set generated by a query. You have an item detail page
in your web app -- on that item detail page, you want to
;previous'
really means...
But - if you already know that '9' is the next page, why not just do another
query with id '9' to get the next record?
Bob Sandiford | Lead Software Engineer | SirsiDynix
P: 800.288.8020 X6943 | bob.sandif...@sirsidynix.com
www.sirsidynix.com
ilto:jonty.rh...@gmail.com]
> Sent: Thursday, July 21, 2011 2:33 PM
> To: solr-user@lucene.apache.org
> Subject: Re: previous and next rows of current record
>
> Hi
>
> in my case there is no id sequence. id is generated sequence wise for
> all category. but when we filter by cat
ailto:jonty.rh...@gmail.com]
>> Sent: Thursday, July 21, 2011 2:18 PM
>> To: solr-user@lucene.apache.org
>> Subject: Re: previous and next rows of current record
>>
>> Pls help..
>>
>> On Thursday, July 21, 2011, Jonty Rhods wrote:
>> > Hi,
>> >
>&g
r@lucene.apache.org
> Subject: Re: previous and next rows of current record
>
> Pls help..
>
> On Thursday, July 21, 2011, Jonty Rhods wrote:
> > Hi,
> >
> > Is there any special query in solr to get the previous and next
> record of current record.I am getting
Pls help..
On Thursday, July 21, 2011, Jonty Rhods wrote:
> Hi,
>
> Is there any special query in solr to get the previous and next record of
> current record.I am getting single record detail using id from solr server. I
> need to get next and previous on detail page.
>
> regardsJonty
>