e it's missing information.
> > >
> > > Uwe
> > >
> > > -
> > > Uwe Schindler
> > > Achterdiek 19, D-28357 Bremen
> > > http://www.thetaphi.de
> > > eMail: u...@thetaphi.de
> > >
> > > > -Orig
> http://www.thetaphi.de
> > eMail: u...@thetaphi.de
> >
> > > -Original Message-
> > > From: Nicola Buso
> > > Sent: Monday, June 25, 2018 5:09 PM
> > > To: Uwe Schindler ; java-user@lucene.apache.org
> > > Subject: Re: TermIn
; Achterdiek 19, D-28357 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: Nicola Buso
> > Sent: Monday, June 25, 2018 5:09 PM
> > To: Uwe Schindler ; java-user@lucene.apache.org
> > Subject: Re: TermInSetQuer
@lucene.apache.org
> Subject: Re: TermInSetQuery keep terms order in results
>
> Hi Uwe,
>
> thanks for the reply. TermInSetQuery cover most of my use case:
> - thousands of term values (also 100,000)
> - no need for scoring, because it's calculated elsewhere
> - intersect w
aphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: Nicola Buso
> > Sent: Monday, June 25, 2018 1:23 PM
> > To: java-user@lucene.apache.org
> > Subject: TermInSetQuery keep terms order in results
> >
> > Hi,
> >
> &
ven terms set.
Uwe
-
Uwe Schindler
Achterdiek 19, D-28357 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Nicola Buso
> Sent: Monday, June 25, 2018 1:23 PM
> To: java-user@lucene.apache.org
> Subject: TermInSetQuery keep terms ord
Probably is more a sort problem than scoring the single document and
the order of the input terms is calculated at runtime, in case someone
is thinking about adding a sorting field at indexing time.
Nicola
On Mon, 2018-06-25 at 12:23 +0100, Nicola Buso wrote:
> Hi,
>
> I need to use the TermInSe
Hi,
I need to use the TermInSetQuery, but I would like to keep the sorting
of the results based on the term set order provided. Currently seems
using a index documents insertion order in the results.
Is this already implemented somewhere or do I need to implement a
CustomScoreQuery to calculate