Table of Contents

Class SearchIndexAttribute

Namespace
eQuantic.Core.Data.Modeling
Assembly
eQuantic.Core.Data.dll

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; }

Property Value

SearchMode