Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created July 11, 2012 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robyoung/3092083 to your computer and use it in GitHub Desktop.
Save robyoung/3092083 to your computer and use it in GitHub Desktop.
Solr Query
curl -XGET 'http://localhost:8983/solr/rummager/select?qt=dismax&q=bank+hoildays&fl=title%2Clink%2Cdescription%2Cformat&bq=format%3A%28transaction+OR+recommended-link%29%5E3.0&hl=true&hl.fl=description%2Cindexable_content&hl.simple.pre=HIGHLIGHT_START&hl.simple.post=HIGHLIGHT_END&start=0&rows=50&mm=75%25'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment