namespace Drupal\search_api\Plugin\search_api\parse_mode in Search API 8
|
Class |
Location | Description |
|---|---|---|
| Direct |
src/ |
Represents a parse mode that just passes the user input on as-is. |
| Phrase |
src/ |
Represents a parse mode that interprets the input as a single phrase. |
| Terms |
src/ |
Represents a parse mode that parses the input into multiple words. |