1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00
samba-mirror/docs-xml/smbdotconf/misc/elasticsearchignoreunknownattribute.xml
Ralph Boehme 71cef2fa1d docs: document new Spotlight Elasticsearch options
elasticsearch:ignore unknown attribute = yes | no (default: no)
  elasticsearch:ignore unknown type = yes | no (default: no)

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Noel Power <npower@samba.org>

Autobuild-User(master): Noel Power <npower@samba.org>
Autobuild-Date(master): Thu Oct 14 10:20:27 UTC 2021 on sn-devel-184
2021-10-14 10:20:27 +00:00

20 lines
787 B
XML

<samba:parameter name="elasticsearch:ignore unknown attribute"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
Ignore unknown Spotlight attributes in search queries. An example query
using the unsupported attribute
<literal>&quot;kMDItemTopic&quot;</literal> would be
<literal>kMDItemTopic==&quot;hotstuff&quot;</literal>. By
default any query using such a type would completely fail. By enabling
this option, if the type match is a subexpression of a larger expression,
then this subexpression is just ignored.
</para>
</description>
<value type="default">no</value>
<value type="example">yes</value>
</samba:parameter>