Re: passing query string into SOLR

2008-03-06 Thread Ryan McKinley
Paul Treszczotko wrote: What I'm trying to do is to pass a query string as such: ?q=searchTerm&facet.field=navigator&facet=true&fq=navigator:"some text" right into SOLR without splitting each parameter from the query string and setting it with setParam() or setQuery(). And the questions I have:

passing query string into SOLR

2008-03-06 Thread Paul Treszczotko
What I'm trying to do is to pass a query string as such: ?q=searchTerm&facet.field=navigator&facet=true&fq=navigator:"some text" right into SOLR without splitting each parameter from the query string and setting it with setParam() or setQuery(). And the questions I have: - is there a method to pa