On Tue, Oct 26, 2010 at 9:15 AM, Savvas-Andreas Moysidis < savvas.andreas.moysi...@googlemail.com> wrote:
> If I get your question right, you probably want to use the AND binary > operator as in "samsung AND andriod AND GPS" or "+samsung +andriod +GPS" > > N.b. For these queries you can also pass the q.op parameter in the request to temporarily change the default operator to AND; this has the same effect without having to build the query; i.e., you can just pass "http://host:port/solr/select?q=samsung+android+gps&q.op=and" as the query string (along with any other params you need).