You need to get more familiar with debugging, spending the time on it
is well worth the effort.

But assuming the '+' in your pasted query are really URL-encoded spaces
your syntax is really confused.

sender:(name1 name2 name3 OR sender_2:name1 name2 name3)

It *looks* like you intend something like
sender:(name1 name2 name3) OR sender_2:(name1 name2 name3)

note the added parentheses.....

Best
Erick


On Mon, Jan 24, 2011 at 6:04 AM, stockii <stock.jo...@googlemail.com> wrote:

>
> that is my query:  &q=sender:name1+name2+name3
> exaclty the request is:
> &q=sender:(name1+name2+name3+OR+sender_2:name1+name2+name3)
>
> so solr is using another field for name2 and name3 ?
>
> debugging cannot help me, or i dont understand the debugging ...
> when i search only for "name1 + name2" search is okay. but with name3 not
> ...
> in my test-enironment i used the same fieldType but it works fine...
>
> -----
> ------------------------------- 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/fieldType-textgen-tokens-2-tp2318775p2318865.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to