RE: Re: previous and next rows of current record

2011-07-22 Thread Jonathan Rochkind
: 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 give next/previous buttons

previous and next rows of current record

2011-07-21 Thread Jonty Rhods
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. regards Jonty

Re: previous and next rows of current record

2011-07-21 Thread Jonty Rhods
Pls help.. On Thursday, July 21, 2011, Jonty Rhods jonty.rh...@gmail.com 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.

RE: previous and next rows of current record

2011-07-21 Thread Bob Sandiford
rows of current record Pls help.. On Thursday, July 21, 2011, Jonty Rhods jonty.rh...@gmail.com 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

Re: previous and next rows of current record

2011-07-21 Thread Jonty Rhods
@lucene.apache.org Subject: Re: previous and next rows of current record Pls help.. On Thursday, July 21, 2011, Jonty Rhods jonty.rh...@gmail.com 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

RE: previous and next rows of current record

2011-07-21 Thread Bob Sandiford
: 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 category then same id become random. If i m on detail page which have id 5 and nrxt id is 9 so on same page my requirment is to get next

Re: previous and next rows of current record

2011-07-21 Thread Jonathan Rochkind
| SirsiDynix P: 800.288.8020 X6943 | bob.sandif...@sirsidynix.com www.sirsidynix.com -Original Message- From: Jonty Rhods [mailto: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