mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
15 lines
481 B
XML
15 lines
481 B
XML
|
<samba:parameter name="elasticsearch:address"
|
||
|
context="S"
|
||
|
type="string"
|
||
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
||
|
<description>
|
||
|
<para>
|
||
|
Specifies the name of the Elasticsearch server to use for Spotlight
|
||
|
queries when using the Elasticsearch backend.
|
||
|
</para>
|
||
|
</description>
|
||
|
|
||
|
<value type="default">localhost</value>
|
||
|
<value type="example">needle.haystack.samba.org</value>
|
||
|
</samba:parameter>
|