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
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
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
@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
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
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
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
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
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