Function LangTokeniser_EN->finish_search_token

Definitions

sources/lang_tokeniser_EN.php

  • Finish off parsing of a search token.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$fuzzy_and array required parameter N/A N/A Current fuzzy and tokens
$and array required parameter N/A N/A Current and tokens
$not array required parameter N/A N/A Current not tokens
$in_quotes boolean required parameter N/A N/A Whether we are currently parsing a quoted portion of the query
$operator ?string required parameter N/A N/A The special boolean operator for this token (null: none)
$current_search_token string required parameter N/A N/A The current token
$is_singular_ngram boolean required parameter N/A N/A If it is a singular ngram
$num_tokens_found integer required parameter N/A N/A The number of tokens found so far
$max_tokens integer required parameter N/A N/A The maximum number of tokens to parse