You are here

namespace Drupal\search_api\Plugin\search_api\parse_mode in Search API 8

Classsort descending Location Description
Direct src/Plugin/search_api/parse_mode/Direct.php Represents a parse mode that just passes the user input on as-is.
Phrase src/Plugin/search_api/parse_mode/Phrase.php Represents a parse mode that interprets the input as a single phrase.
Terms src/Plugin/search_api/parse_mode/Terms.php Represents a parse mode that parses the input into multiple words.