Show Menu
Cheatography

Querying Solr Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Admin Query Screen

Reques­t-h­andler (qt)
query handler for the request
q
query event
fq
filter queries
sort
Sorts the response
start, rows
offset and num of rows
fl
fields to return
wt
(Response Writer) format of the query response (json, xml, python, ruby, php, csv)
indent
indent­ation to make the responses more readable
debugQuery
display response debugging inform­ation
dismax
enable Dismax query parser
edismax
enable Extended query parser
hl
enable highli­ghting in the query response
facet
Enables faceting, the arrang­ement of search results into categories based on indexed terms.
spatial
enable using location data for use in spatial or geospatial searches
spellcheck
enable the Spellc­hecker, which provides inline query sugges­tions

fl - fields to return

 
List the stored fields, functions and doc transf­ormers.