Skip to content

Commit

Permalink
Updated screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcorrea committed Apr 10, 2018
1 parent 9e42a56 commit 79d760a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The core of the Solr functionality is provided by
[this other Go package](https://github.com/hectorcorrea/solr). What SolrDora
does is put a web user interface on top of it.

See a [screenshot of what it looks like](https://github.com/hectorcorrea/solrdora/raw/a75fb908c5fc325ca70e0870a3a9471c4d5a6953/misc/screenshot.png) once it's running.
See a [screenshot of what it looks like](https://github.com/hectorcorrea/solrdora/blob/master/misc/screenshot.png) once it's running.


## Source Code
Expand Down Expand Up @@ -40,7 +40,10 @@ repo is a good place to start.
"solrCoreUrl": "http://localhost:8983/solr/bibdata",
"solrOptions" : {
"defType": "edismax",
"qf": "authorsAll title^100"
"qf": "authorsAll title^100",
"facet.limit": "20",
"facet.mincount": "1",
"hl": "on"
},
"solrFacets": {
"subjects_str": "Subjects",
Expand Down

0 comments on commit 79d760a

Please sign in to comment.