FullTextIndexItem.property constructor

FullTextIndexItem.property(
  1. String propertyPath
)

Creates a full-text index item from a propertyPath to index.

Implementation

FullTextIndexItem.property(String propertyPath)
    : _expression = Expression.property(propertyPath) as ExpressionImpl;