From: Noel Power Date: Thu, 12 Jan 2023 14:39:09 +0000 (+0000) Subject: docs-xml: Add config param for defining extra wsp properties X-Git-Tag: talloc-2.4.2~1038 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8188b37bf576f54bd58855ea97e02ba7c1096a7d;p=thirdparty%2Fsamba.git docs-xml: Add config param for defining extra wsp properties Signed-off-by: Noel Power Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/smbdotconf/misc/wspproperties.xml b/docs-xml/smbdotconf/misc/wspproperties.xml new file mode 100644 index 00000000000..45c420c9099 --- /dev/null +++ b/docs-xml/smbdotconf/misc/wspproperties.xml @@ -0,0 +1,55 @@ + + + + parameter. + This parameter specifies the file where additional WSP Windows Search Protocol properties + are stored. The format of the file is a csv consisting of 10 comma separated columns. The + first 3 columns are required, the other columns are desirable but not necessary. + + + + Property Name + A property name e.g. System.ItemUrl. + + + GUID + A guid that identifies the propertyset the property belongs to. + + + prop ID + A number that together with the GUID uniquely identifies the property. + + + inInverted Index + Set to TRUE is the property is indexed. + + + isColumn + Set to TRUE if the property is one that can be returned in rows returned from WSP query. + + + type + One of + Boolean,Buffer,Byte,DateTime,Double,Int32,String,UInt16,UInt32,UInt64 + + + MaxSize + maximum size when stored. + + + Vector Property + TRUE if this is a multivalue property. + + + Description + Description of what the property is used for. + + + + + + +