 | ConventionConfiguration.IsFulltextFieldOnly Property |
Gets or sets a method that determines if the given property or field of type string is a full-text field only, i.e. it is not
available as a string attribute in the index. The default always returns false.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic Func<MemberInfo, bool> IsFulltextFieldOnly { get; set; }
Public Property IsFulltextFieldOnly As Func(Of MemberInfo, Boolean)
Get
Set
Property Value
Type:
Func<MemberInfo,
Boolean>
See Also