Convention ConfigurationIs Fulltext Field Only 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.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public Func<MemberInfo, bool> IsFulltextFieldOnly { get; set; }VB
Public Property IsFulltextFieldOnly As Func(Of MemberInfo, Boolean)
Get
Set