Re: pagable results

2004-05-15 Thread lucene
On Tuesday 11 May 2004 15:58, Ryan Sonnek wrote: > When performing a search with lucene, is it possible to only return a > subset of the results? I need to be able to page through results, and it Yes, http://www.nitwit.de/vlh2/ :-)

RE: pagable results

2004-05-11 Thread Ryan Sonnek
CTED] > Sent: Tuesday, May 11, 2004 11:05 AM > To: Lucene Users List > Subject: RE: pagable results > > > I'd be curious what that 3rd party product is, if you are allowed to > share that. > > Otis > > --- Ryan Sonnek <[EMAIL PROTECTED]> wrote: > >

RE: pagable results

2004-05-11 Thread Otis Gospodnetic
10 thousand). I've been > working with a commercial search engine who's API had pagable results > built in, and so I just assumed that it existed for lucene. I'm glad > to hear that it's handled internally and think that's a much better > route. I'd just like t

RE: pagable results

2004-05-11 Thread Ryan Sonnek
Great. Thanks Erik. I haven't experienced any performance problems with lucene, and our indexes are reletively small (less than 10 thousand). I've been working with a commercial search engine who's API had pagable results built in, and so I just assumed that it existed for lu

Re: pagable results

2004-05-11 Thread Erik Hatcher
On May 11, 2004, at 9:58 AM, Ryan Sonnek wrote: When performing a search with lucene, is it possible to only return a subset of the results? I need to be able to page through results, and it seems much more efficient if I can tell the searcher, "only return results 50 - 100", rather than perfor

pagable results

2004-05-11 Thread Ryan Sonnek
When performing a search with lucene, is it possible to only return a subset of the results? I need to be able to page through results, and it seems much more efficient if I can tell the searcher, "only return results 50 - 100", rather than performing the full search. Ryan ---