Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 565 Bytes

File metadata and controls

14 lines (9 loc) · 565 Bytes

PrefixOnLastTokenRule

Matches intervals containing all the terms, using exact match for all but the last term, and prefix match for the last term. Ordering of the terms in the query is preserved.

Properties

Name Type Required Description
query str Yes
type Literal["prefixOnLastToken"] Yes None

[Back to Model list] [Back to API list] [Back to README]