Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/CommonQueryParameters The comment on the change is: deleting old cut/paste text from q param, now in SolrQuerySyntax ------------------------------------------------------------------------------ ||inStock desc, price asc||sort by "inStock" descending, then "price" ascending|| Sorting can be done on any field that is indexed and non-tokenized, or on the document "score". - - Other then the optional sort specification the only difference between how this query string is parsed, and how the Lucene !QueryParser works, is that by default, the Solr !QueryParser uses constant score variations of Range and Prefix queries by default, so you don't need to worry about the dreaded "Too Many Clauses" exception. Open-ended range queries are also supported by using "*" as an end-point. [added in Solr 1.2 for StandardRequestHandler] [[Anchor(start)]] == start ==
