Hi All, I need to know how to form a query using multiple fields which contains same values? I worked with single field and it working well. For eg : http://localhost:8085/solr/select?q=sun*&fl=ALL when i worked with the above http request it returns all data starting with the word "sun" in the specified field "ALL". My requirement is (FID:8 AND RES_TYPE:0 OR RES_TYPE:1 AND ALL: sun) - I used this format in lucene. Here FID, RES_TYPE and ALL are field names. But i want to know how can i give this same query in http request with same field and different values using OR operator?
Thanks. -Nithya.V. -- View this message in context: http://www.nabble.com/Multiple-field-search-with-different-values..-tf4137672.html#a11768630 Sent from the Solr - User mailing list archive at Nabble.com.