Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii

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 request is form an PHP-Application. On my TestEnvironment i
cannot rebuild this case ... =((



okay ... i dont know why, but after a delta-import, its all okay ...

-
--- 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 Update-Request  - delta every 2 Minutes - 4GB Xmx
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field-tp2508711p2509610.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: strange search-behavior over dynamic field

2011-02-16 Thread stockii

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 Update-Request  - delta every 2 Minutes - 4GB Xmx
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field-tp2508711p2509166.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: strange search-behavior over dynamic field

2011-02-16 Thread Erick Erickson
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 enough information to go on here. Where
is the query (don't forget &debugQuery=on). Where is the input?

Best
Erick

On Wed, Feb 16, 2011 at 6:26 AM, stockii  wrote:
>
> Hello.
>
> i have the field reason_1 and reason_2. this two fields is in my schema one
> dynamicField:  stored="false"/>
>
> i copy this field in my text-default search field:  source="reason_*" dest="text"/>
> And in a new field reason: 
>
> ---> if i have two documents with the exactly same value in the reason_1
> field, solr can only find ONE document, not both.
>
> why ? is it a behavior of solr or a wrong usage of me ?
>
> -
> --- 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 Update-Request  - delta every 2 Minutes - 4GB Xmx
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/strange-search-behavior-over-dynamic-field-tp2508711p2508711.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>