Skip to content

Commit 278f37e

Browse files
committed
doc :SolrFullTextIndexing :SolrMaxFileSizeForFullTextIndexing #5030
1 parent bc1b6ca commit 278f37e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/sphinx-guides/source/installation/config.rst

+14
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,20 @@ By default Dataverse will attempt to connect to Solr on port 8983 on localhost.
984984

985985
``curl -X PUT -d localhost:8983 http://localhost:8080/api/admin/settings/:SolrHostColonPort``
986986

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``
1000+
9871001
:SignUpUrl
9881002
++++++++++
9891003

0 commit comments

Comments
 (0)