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: 6.0.0
Syntax
public Func<MemberInfo, bool> IsFulltextFieldOnly { get; set; }

Property Value

FuncMemberInfo, Boolean
See Also