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.

Reply via email to