Skip to content

Commit

Permalink
Merge pull request #35 from querqy/querqy_install_note
Browse files Browse the repository at this point in the history
Adding Querqy installation path note
  • Loading branch information
mkr authored Aug 2, 2023
2 parents 5128553 + 42ef2d8 commit 303b8b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/querqy/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ The Querqy plugin is installed as a .jar file.
`jar-with-dependencies` from the Downloads dropdown of the corresponding
Querqy version.

* Put the .jar file into `Solr's lib folder`_.
* Put the .jar file into `Solr's lib folder`_. We currently recommend putting querqy into the
:code:`<solr_install>/server/solr-webapp/webapp/WEB-INF/lib/` folder.
* Add the Querqy request handler (Querqy 5 only), the Querqy query parser and
the Querqy query component to your ``solrconfig.xml`` file:

Expand Down Expand Up @@ -250,7 +251,7 @@ The Querqy plugin is installed as a .jar file.
<searchComponent name="query" class="querqy.solr.QuerqyQueryComponent"/>
.. _`Solr's lib folder`: https://cwiki.apache.org/confluence/display/solr/Lib+Directives+in+SolrConfig
.. _`Solr's lib folder`: https://solr.apache.org/guide/solr/latest/configuration-guide/libs.html
.. _`Central Maven Repository`: https://search.maven.org/artifact/org.querqy/querqy-solr

.. raw:: html
Expand Down

0 comments on commit 303b8b4

Please sign in to comment.