You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/sphinx-guides/source/installation/config.rst
+14
Original file line number
Diff line number
Diff line change
@@ -984,6 +984,20 @@ By default Dataverse will attempt to connect to Solr on port 8983 on localhost.
984
984
985
985
``curl -X PUT -d localhost:8983 http://localhost:8080/api/admin/settings/:SolrHostColonPort``
986
986
987
+
:SolrFullTextIndexing
988
+
+++++++++++++++++++++
989
+
990
+
Whether or not to index the content of files such as PDFs. The default is false.
991
+
992
+
``curl -X PUT -d true http://localhost:8080/api/admin/settings/:SolrFullTextIndexing``
993
+
994
+
:SolrMaxFileSizeForFullTextIndexing
995
+
+++++++++++++++++++++++++++++++++++
996
+
997
+
If ``:SolrFullTextIndexing`` is set to true, the content of files of any size will be indexed. To set a limit in bytes for which files to index in this way:
998
+
999
+
``curl -X PUT -d 314572800 http://localhost:8080/api/admin/settings/:SolrMaxFileSizeForFullTextIndexing``
0 commit comments