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>
31 lines
749 B
XML
31 lines
749 B
XML
<samba:parameter name="spotlight backend"
|
|
context="S"
|
|
type="enum"
|
|
enumlist="enum_spotlight_backend"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
Spotlight search backend. Available backends:
|
|
|
|
<itemizedlist>
|
|
<listitem><para><constant>noindex</constant> -
|
|
a backend that returns no results.
|
|
</para></listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
<itemizedlist>
|
|
<listitem><para><constant>tracker</constant> -
|
|
Gnome Tracker.
|
|
</para></listitem>
|
|
|
|
<listitem><para><constant>elasticsearch</constant> -
|
|
a backend that uses JSON and REST over HTTP(s) to query an
|
|
Elasticsearch server.
|
|
</para></listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
</description>
|
|
<value type="default">noindex</value>
|
|
</samba:parameter>
|