matchType property

String matchType
final

One of exactMatch, matchesStart or noExactMatch.

  • exactMatch: the document contains an attribute that exactly matches the query.
  • matchesStart: the document contains an attribute that exactly starts with the query.
  • noExactMatch: any other document.

Implementation

final String matchType;