A couple more things would help debug this. First, could you grab the
specific Solr log entry when this query is sent? Also, have you changed the
default schema at all? If you're querying "string" fields you have to
exactly match what's indexed there, versus "text" which gets tokenized.


k/r,
Scott

On Thu, Feb 12, 2015 at 4:22 AM, melb <melaggo...@gmail.com> wrote:

> I am using rub gem rsolr and querying simply the collection by this query:
>
> response = solr.get 'select', :params => {
>   :q=>query,
>   :fl=> 'id,title,description,body'
>   :rows=>10
> }
>
> response["response"]["docs"].each{|doc| puts doc["id"] }
>
> I created a text field to copy all the fields to and the query handler
> request this field
>
> rgds,
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Multi-words-query-tp4185625p4185922.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
Scott Stults | Founder & Solutions Architect | OpenSource Connections, LLC
| 434.409.2780
http://www.opensourceconnections.com

Reply via email to