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
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/index.elasticsearch/manifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
<global_paramname="PARSE_CONTENT_TXT"type="string"label="CONF_MESSAGE[Text files]"description="CONF_MESSAGE[List of extensions to consider as Text file and parse content]"mandatory="true"default="txt"/>
24
24
<global_paramname="UNOCONV"type="string"label="CONF_MESSAGE[Unoconv Path]"description="CONF_MESSAGE[Full path on the server to the 'unoconv' binary]"default=""mandatory="false"/>
25
25
<global_paramname="PDFTOTEXT"type="string"label="CONF_MESSAGE[PdftoText Path]"description="CONF_MESSAGE[Full path on the server to the 'pdftotext' binary]"default=""mandatory="false"/>
26
-
<global_paramname="QUERY_ANALYSER"type="select"choices="utf8num_insensitive|UTF8 Text/Num (case insensitive),utf8num_sensitive|UTF8 Text/Num (case sensitive),utf8_insensitive|UTF8 Text (case insensitive),utf8_sensitive|UTF8 Text (case sensitive),textnum_insensitive|Text/Num (case insensitive),textnum_sensitive|Text/Num (case sensitive),text_insensitive|Text (case insensitive),text_sensitive|Text (case sensitive)"label="CONF_MESSAGE[Query Analyzer]"description="CONF_MESSAGE[Analyzer used by Zend to parse the queries. Warning, the UTF8 analyzers require the php mbstring extension.]"default="textnum_insensitive"mandatory="false"/>
26
+
<global_paramname="AUTO_WILDCARD"type="boolean"label="CONF_MESSAGE[Auto-Wildcard]"description="CONF_MESSAGE[Automatically append a * after the user query to make the search broader]"default="false"mandatory="false"/>
27
27
<global_paramname="WILDCARD_LIMITATION"type="integer"label="CONF_MESSAGE[Wildcard limitation]"description="CONF_MESSAGE[For the sake of performances, it is not recommanded to use wildcard as a very first character of a query string. Lucene recommends asking the user minimum 3 characters before wildcard. Still, you can set it to 0 if necessary for your usecases.]"default="3"mandatory="false"/>
0 commit comments