 | ConventionConfigurationIsFulltextFieldOnly 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.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic Func<MemberInfo, bool> IsFulltextFieldOnly { get; set; }
Public Property IsFulltextFieldOnly As Func(Of MemberInfo, Boolean)
Get
Set
Property Value
Type:
FuncMemberInfo,
Boolean
See Also