the documents havent the same uniquekey, only reason is the same.
i cannot show the exactly search request, because of privacy policy...
the query is like that:
reason_1: firstname lastname,
reason_2: 1234, 02.02.2011
--> in field reason: firstname lastname, 1234, 02.02.2011
the search reques
the fieldType is textgen.
-
--- System
One Server, 12 GB RAM, 2 Solr Instances, 7 Cores,
1 Core with 31 Million Documents other Cores < 100.000
- Solr1 for Search-Requests - commit every Minute - 4GB Xmx
- Solr2 for Upd
What does the admin page show you are the contents of
your index for reason_1?
I suspect you don't really have two documents with the same
value. Perhaps you give them both the same uniqueKey and
one overwrites the other. Perhaps you didn't commit the second.
Perhaps
But you haven't provided