summaryrefslogtreecommitdiff
path: root/defaults/web.xml
diff options
context:
space:
mode:
authorsgaebel <sgaebel@localhost>2019-01-04 18:27:44 +0100
committersgaebel <sgaebel@localhost>2019-01-04 18:27:44 +0100
commit8f58c1dcfa557b88e665b7b30ac9b4fa790e5938 (patch)
tree458470d8532e551cec6e3535e49375e8b8f7d806 /defaults/web.xml
parent7223a2fdb14ec61e62705b09702a861085beb16b (diff)
extend the SolrServlet to be usable as remote solr (incl. update)
this feature needs to be enabled by uncomment the url-pattern
Diffstat (limited to 'defaults/web.xml')
-rw-r--r--defaults/web.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/defaults/web.xml b/defaults/web.xml
index ef48d8318..02290d642 100644
--- a/defaults/web.xml
+++ b/defaults/web.xml
@@ -89,7 +89,9 @@
<servlet-mapping>
<servlet-name>SolrServlet</servlet-name>
<url-pattern>/solr/collection1/admin/luke</url-pattern>
- <url-pattern>/solr/webgraph/admin/luke</url-pattern>
+ <url-pattern>/solr/webgraph/admin/luke</url-pattern>
+ <!-- uncomment this to use YaCy as remote solr -->
+ <!-- <url-pattern>/solr/collection1/update</url-pattern> --> <!-- only with server.response.compress.gzip=false -->
</servlet-mapping>
<!-- eof hardcoded mappings -->