Re: how to do simple search paging results of 100 each? and query syntax question

2011-07-14 Thread Sanne Grinovero
ne 19, 2011 1:48 PM > To: Hiller, Dean x66079 > Cc: java-user@lucene.apache.org > Subject: Re: how to do simple search paging results of 100 each? and query > syntax question > > So do you need to score the documents or can they be in arbitrary order? > > On Sun, Jun 19, 2

RE: how to do simple search paging results of 100 each? and query syntax question

2011-06-19 Thread Hiller, Dean x66079
: Re: how to do simple search paging results of 100 each? and query syntax question So do you need to score the documents or can they be in arbitrary order? On Sun, Jun 19, 2011 at 8:45 PM, Hiller, Dean x66079 wrote: > Hmmm, maybe I am using the wrong library? > > See the post I

Re: how to do simple search paging results of 100 each? and query syntax question

2011-06-19 Thread Simon Willnauer
onment that > I need indexing on. > > Thanks, > Dean > > -Original Message- > From: Simon Willnauer [mailto:simon.willna...@googlemail.com] > Sent: Sunday, June 19, 2011 11:48 AM > To: java-user@lucene.apache.org > Subject: Re: how to do simple search paging re

RE: how to do simple search paging results of 100 each? and query syntax question

2011-06-19 Thread Hiller, Dean x66079
@lucene.apache.org Subject: Re: how to do simple search paging results of 100 each? and query syntax question On Sun, Jun 19, 2011 at 7:29 PM, Hiller, Dean x66079 wrote: > On the link > http://lucene.apache.org/java/3_0_3/queryparsersyntax.html#Range%20Searches > > > There is range

Re: how to do simple search paging results of 100 each? and query syntax question

2011-06-19 Thread Simon Willnauer
On Sun, Jun 19, 2011 at 7:29 PM, Hiller, Dean x66079 wrote: > On the link > http://lucene.apache.org/java/3_0_3/queryparsersyntax.html#Range%20Searches > > > There is ranged searched, how do I specify everything above a date from date > 20020101  to end of time? here you can simply go for field

how to do simple search paging results of 100 each? and query syntax question

2011-06-19 Thread Hiller, Dean x66079
On the link http://lucene.apache.org/java/3_0_3/queryparsersyntax.html#Range%20Searches There is ranged searched, how do I specify everything above a date from date 20020101 to end of time? Next, I am temporarily using lucene in a noSQL solution(to switch to Solr later after prototype) and

Re: Paging results

2006-03-29 Thread Erik Hatcher
On Mar 29, 2006, at 5:09 AM, Marios Skounakis wrote: I am executing searches that return between 2000 and 1 documents and sorting the results by relevance (or sometimes alphabetically). In every query, I need to discard some of the results based on their docId. I have a list of the do

Re: Paging results

2006-03-29 Thread Volodymyr Bychkoviak
Hi Marios Skounakis wrote: Hi all, I have the following issue (I am giving a quantified example so we can talk more concretely) My documents have an docId field, stored as a keyword field. I am executing searches that return between 2000 and 1 documents and sorting the results by rele

Paging results

2006-03-29 Thread Marios Skounakis
Hi all, I have the following issue (I am giving a quantified example so we can talk more concretely) My documents have an docId field, stored as a keyword field. I am executing searches that return between 2000 and 1 documents and sorting the results by relevance (or sometimes alphabeti