diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-05-03 00:16:11 -0400 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-05-03 00:16:11 -0400 |
| commit | 07a228b735428a79466da3ab9d13a04a78ba077b (patch) | |
| tree | 1e1cabbe57c7c3c6ade3a6598c217b438bc6c4eb /solr/conf/params.json | |
| parent | da792d534024d8e0d266e291f92b9a1e83be51c2 (diff) | |
added solr config
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 |
