<PackageReference Include="Relativity.API" Version="19.5.0" />

IPatternConditionBuilder<T>

public interface IPatternConditionBuilder<T>
Builds conditions that are using text inclusion patterns.
T BeginWith(string value)

Results are returned when the result's value begins with the provided value.

T Contain(string value)

Results are returned when the the full text index for the result contains the provided value.

T EndWith(string value)

Results are returned when the result's value ends with the provided value.