> -Original Message-
> From: Dominik Safaric [mailto:dominiksafa...@gmail.com]
> Sent: Thursday, October 12, 2017 8:53 AM
> To: java-user@lucene.apache.org
> Subject: Re: Lucene 7.x custom Scorer on point values
>
> The number of values per document per field is equal
.thetaphi.de
> eMail: u...@thetaphi.de
>
> > -Original Message-
> > From: Dominik Safaric [mailto:dominiksafa...@gmail.com]
> > Sent: Wednesday, October 11, 2017 1:39 PM
> > To: java-user@lucene.apache.org
> > Subject: Re: Lucene 7.x custom Scorer on po
hi.de
> -Original Message-
> From: Dominik Safaric [mailto:dominiksafa...@gmail.com]
> Sent: Wednesday, October 11, 2017 1:39 PM
> To: java-user@lucene.apache.org
> Subject: Re: Lucene 7.x custom Scorer on point values
>
> Thanks Uwe for the clarification.
>
> The value
Thanks Uwe for the clarification.
The values are already indexed as numeric docvalues, i.e. numeric
point-docvalues. In both cases, either by implementing a custom scorer or
function query I would need to access the point values for the matched/hit
documents. How can I derive these values given a
Hi,
You would need to index that as numeric docvalues. Just add another field of
type numeric docvalues with same or different name and use the LeafReader's
docvalues accessors to fetch values. But that's all way too hard. You can
create function queries without hazzle using the function querie