From: Johannes Siegert
Sent: Tuesday, July 22, 2014 7:26 AM
To: solr-user@lucene.apache.org
Subject: wrong docFreq while executing query based on uniqueKey-field
Hi.
My solr-index (version=4.7.2.) has an id-field:
...
id
The index will be updated once per hour.
I use the following query to ret
I faced the same issue sometime back, root cause is docs getting deleted
and created again without getting optimized. Here is the discussion
http://www.signaldump.org/solr/qpod/22731/docfreq-coming-to-be-more-than-1-for-unique-id-field
On Tue, Jul 22, 2014 at 4:56 PM, Johannes Siegert <
johannes.
Hi.
My solr-index (version=4.7.2.) has an id-field:
...
id
The index will be updated once per hour.
I use the following query to retrieve some documents:
"q=id:2^2 id:1^1"
I would expect that the document(2) should be always before the
document(1). But after many index updates document(1)