diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-05-09 20:38:12 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-05-09 20:38:12 -0400 |
| commit | a00c8db42c62d491762906c223b9aaaf49824047 (patch) | |
| tree | e4b015550c9b204bdbc058d8a98030bfd01006d6 /solr/conf/params.json | |
| parent | 2b5e170c1bbca43ab804d7746a816715c490cc37 (diff) | |
| parent | 30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 |
