[**@lancedb/lancedb**](../README.md) • **Docs** *** [@lancedb/lancedb](../globals.md) / Occur # Enumeration: Occur Enum representing the occurrence of terms in full-text queries. - `Must`: The term must be present in the document. - `Should`: The term should contribute to the document score, but is not required. ## Enumeration Members ### Must ```ts Must: "MUST"; ``` *** ### Should ```ts Should: "SHOULD"; ```