mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f5510d7db3
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
17 lines
581 B
XML
17 lines
581 B
XML
<samba:parameter name="elasticsearch:index"
|
|
context="S"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
Specifies the name of the Elasticsearch index to use for Spotlight queries
|
|
when using the Elasticsearch backend. The default value of "_all" is a
|
|
special Elasticsearch value that performs the search operation on all
|
|
indices.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">_all</value>
|
|
<value type="example">spotlight</value>
|
|
</samba:parameter>
|