diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 16:34:00 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-05-07 16:34:00 -0400 |
| commit | ef54fbecd832e4c8f31144ab9fa217146833a397 (patch) | |
| tree | 4bf8367cc6456f2a3eb23c242adda17dc7999f85 /solr/conf/params.json | |
| parent | 93d2214b84eaef61c9a9f980d24b5c1addbd67dc (diff) | |
| parent | 14c776b6d30e0bc0d5b3712f28e4b9f1170eae3b (diff) | |
pulled from new search
Diffstat (limited to 'solr/conf/params.json')
| -rw-r--r-- | solr/conf/params.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/solr/conf/params.json b/solr/conf/params.json new file mode 100644 index 000000000..06114ef25 --- /dev/null +++ b/solr/conf/params.json @@ -0,0 +1,20 @@ +{"params":{ + "query":{ + "defType":"edismax", + "q.alt":"*:*", + "rows":"10", + "fl":"*,score", + "":{"v":0} + }, + "facets":{ + "facet":"on", + "facet.mincount": "1", + "":{"v":0} + }, + "velocity":{ + "wt": "velocity", + "v.template":"browse", + "v.layout": "layout", + "":{"v":0} + } +}}
\ No newline at end of file |
