en query.
--Johannes
>
> Regards
>
> Stephan
>
>
>
> Von:Johannes Ruscheinski
> An: solr-user@lucene.apache.org,
> Kopie: Oliver Obenland
> Datum: 29.04.2015 14:10
> Betreff:Custom Scoring Question
>
>
>
> Hi,
>
> I am entirely new to
.
Example:
fieldname: mycustomfield
filterquery to ignore docs with mycustomfield not set: +mycustomfield:*
Regards
Stephan
Von:Johannes Ruscheinski
An: solr-user@lucene.apache.org,
Kopie: Oliver Obenland
Datum: 29.04.2015 14:10
Betreff:Custom Scoring Question
Hi,
I
Hi,
I am entirely new to the world of SOLR programming and I have the following
questions:
In addition to our regular searches we need to implement a specialised form of
range search and ranking. We have implemented a CustomScoreQuery and a
CustomScoreProvider. I now have a few questions:
1)
But if you have that "score" in a field, you could use that field as part
of a function-query instead of directly sorting on it, that would mix this
"score" with the score calculated with other fields.
On Thu, Mar 29, 2012 at 5:49 PM, Darren Govoni wrote:
> Yeah, I guess that would work. I wasn'
Yeah, I guess that would work. I wasn't sure if it would change relative
to other documents. But if it were to be combined with other fields,
that approach may not work because the calculation wouldn't include the
scoring for other parts of the query. So then you have the dynamic score
and what to
Can't you simply calculate that at index time and assign the result to a
field, then sort by that field.
On Thu, Mar 29, 2012 at 12:07 PM, Darren Govoni wrote:
> I'm going to try index time per-field boosting and do the boost
> computation at index time and see if that helps.
>
> On Thu, 2012-03
I'm going to try index time per-field boosting and do the boost
computation at index time and see if that helps.
On Thu, 2012-03-29 at 10:08 -0400, Darren Govoni wrote:
> Hi,
> I have a situation I want to re-score document relevance.
>
> Let's say I have two fields:
>
> text: The quick brown f
Hi,
I have a situation I want to re-score document relevance.
Let's say I have two fields:
text: The quick brown fox jumped over the white fence.
terms: fox fence
Now my queries come in as:
terms:[* TO *]
and Solr scores them on that field.
What I want is to rank them according to the distr