Click or drag to resize
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: 3.12.6
Syntax
public Func<MemberInfo, bool> IsFulltextFieldOnly { get; set; }

Property Value

Type: FuncMemberInfo, Boolean
See Also