aboutsummaryrefslogtreecommitdiff
path: root/solr/conf/params.json
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-05-09 20:31:52 -0400
committerGitHub <noreply@github.com>2019-05-09 20:31:52 -0400
commit30aaf7c496eb4cbebac1e4cf9e0695cd286c63f2 (patch)
treefe887b7862ed82b7b59d657146ea8e627174ece7 /solr/conf/params.json
parent6691c55623fff5194b5fd1a830096e3925281301 (diff)
parentb18aec5d4b07bbc859a5b1b2d22ca3bd92ca53cd (diff)
Merge pull request #130 from browngraphicslab/new_search
New search
Diffstat (limited to 'solr/conf/params.json')
-rw-r--r--solr/conf/params.json20
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