Re: How to do pagination on fethed result using lucene...

2006-06-20 Thread Grant Ingersoll
You may want to look into the new lazy field loading (on the trunk), in case you have 1 or 2 large fields that you don't necessarily display right away (unless a user clicks on a result). This can speed up document loading significantly. heritrix.lucene wrote: Hi, Actually i forgot to write t

Re: How to do pagination on fethed result using lucene...

2006-06-20 Thread heritrix . lucene
Hi, Actually i forgot to write that my application is web based and i am running this on tomcat server. assuming your application is web based, the general concesus is to start by implimening your app so that each page reexecutes the search, reexecuting the search is not feasible as every time

Re: How to do pagination on fethed result using lucene...

2006-06-20 Thread Chris Hostetter
: I have built an small application that give some thousand results. I want to : display results as google displays using pagination. : Here my question is, how I'll maintain the sequence of displayed result. : : Should i associate the "Hits" object along with the session. assuming your applicati

How to do pagination on fethed result using lucene...

2006-06-19 Thread heritrix . lucene
Hi all, I have built an small application that give some thousand results. I want to display results as google displays using pagination. Here my question is, how I'll maintain the sequence of displayed result. Should i associate the "Hits" object along with the session. Assume i want to display