: Well, both have a score of -Infinity. So they're "equal" and
: the tiebreaker is the internal Lucene doc ID.
:
: Now this is not helpful since the question now is where
: -Infinity comes from, this looks suspicious:
: -Infinity = (MATCH) FunctionQuery(log(int(clicks))), product of:
: -Infi
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Mittwoch, 4. Dezember 2013 15:07
To: solr-user@lucene.apache.org
Subject: Re: json update moves doc to end
Well, both have a score of -Infinity. So they're "equal" and the tiebreaker
is the internal Lucene doc ID.
Now this
11, maxDocs=855)
> 0.0070840283 = queryNorm
> 0.16456859 = fieldWeight in 0, product of:
> 1.0 = tf(freq=1.0), with freq of:
> 1.0 = termFreq=1.0
> 5.266195 = idf(docFreq=11, maxDocs=855)
> 0.03125 = fieldNorm
8.0 = boost
7.0840283E-4 = queryNorm
-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com]
Sent: Dienstag, 3. Dezember 2013 20:30
To: solr-user@lucene.apache.org
Subject: Re: json update moves doc to end
Try adding &debug=all and you'll see exactly how d
t; To: solr-user@lucene.apache.org
> Subject: Re: json update moves doc to end
>
> What order, the order if you supply no explicit sort at all?
>
> Solr does not make any guarantees about what order documents will come
> back
> in if you do not ask for a sort.
>
> In gener
;t it sorted automaticly by relevance (boost value)? If not do should
> i set it in solrconfig?
>
> -Original Message-
> From: Jonathan Rochkind [mailto:rochk...@jhu.edu]
> Sent: Dienstag, 3. Dezember 2013 19:07
> To: solr-user@lucene.apache.org
> Subject: Re: json update m
So isn't it sorted automaticly by relevance (boost value)? If not do should
i set it in solrconfig?
-Original Message-
From: Jonathan Rochkind [mailto:rochk...@jhu.edu]
Sent: Dienstag, 3. Dezember 2013 19:07
To: solr-user@lucene.apache.org
Subject: Re: json update moves doc to end
AFAIK If you don't supply or configure a sort parameter, SOLR is sorting
by "score desc".
In that case, you may want to understand (at least view) how each
document score is calculated: you can run the query with queryDebug set
and see the whole explain
This great tool helped me a lot: _http:/
What order, the order if you supply no explicit sort at all?
Solr does not make any guarantees about what order documents will come
back in if you do not ask for a sort.
In general in Solr/lucene, the only way to update a document is to
re-add it as a new document, so that's probably what's g
When I search for agenda I get a lot of hits. Now if I update the 2.
Result by json-update the doc is moved to the end of the index when I search
for it again. The field I change is editorschoice and it never contains
the search term agenda so I dont see why it changes the order. Why does
it
10 matches
Mail list logo