Re: how to get row no. of current record

2011-08-02 Thread Gora Mohanty
On Wed, Aug 3, 2011 at 9:35 AM, Ranveer wrote: > Hi Anshum, > > Thanks for reply. > > My requirement is to get result start from current id. For this I need to > set start rows. > I am looking something like Jonty's post : > http://lucene.472066.n3.nabble.com/previous-and-next-rows-of-current-reco

Re: how to get row no. of current record

2011-08-02 Thread Ranveer
Hi Anshum, Thanks for reply. My requirement is to get result start from current id. For this I need to set start rows. I am looking something like Jonty's post : http://lucene.472066.n3.nabble.com/previous-and-next-rows-of-current-record-td3187935.html thanks Ranveer On Wednesday 03 Augus

Re: how to get row no. of current record

2011-08-02 Thread Anshum
Hi Ranveer, I'm not really sure if you mean lucene's docid (as that's the auto increment id used in here). Why would you need that in the first place? I'd suggest you not to expose that. Let me know in case you wanted something else. Also, perhaps you could explain the exact usecase and one of us g

Re: how to get row no. of current record

2011-08-02 Thread Ranveer
any help.. On Tuesday 02 August 2011 11:22 PM, Ranveer wrote: Hi, How to know the row number of current record. i.e : suppose we have 10 million record indexed. Currently I am on 5th records and id of the this record is XYZ00234, how to know that the current record rows no is 5th.

how to get row no. of current record

2011-08-02 Thread Ranveer
Hi, How to know the row number of current record. i.e : suppose we have 10 million record indexed. Currently I am on 5th records and id of the this record is XYZ00234, how to know that the current record rows no is 5th. thanks.. regards Ranveer