Class SearchIndexAttribute
Declares a search-indexed text member: StartsWith/EndsWith/Contains and
Db.Like push down natively on it (Cassandra SASI; the migration creates the index).
[AttributeUsage(AttributeTargets.Property)]
public sealed class SearchIndexAttribute : Attribute
- Inheritance
-
SearchIndexAttribute
- Inherited Members
Properties
Mode
The matching mode (Contains by default).
public SearchMode Mode { get; set; }