ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct ($a_query_data) | |
Constructor. More... | |
getFieldDefinition () | |
Get field definition settings. More... | |
getQueryData () | |
parse () | |
![]() | |
__construct ($a_query_string) | |
Constructor. More... | |
parse () | |
parse query string More... | |
parseAutoWildcard () | |
Append asterisk for remote search from global search form field. More... | |
getQuery () | |
Protected Attributes | |
ilLuceneAdvancedSearchFields | $field_definition |
$query_data | |
![]() | |
string | $query_string |
string | $parsed_query = '' |
Additional Inherited Members | |
![]() | |
static | validateQuery ($a_query) |
![]() | |
replaceOwnerCallback (array $matches) | |
Replace owner callback (preg_replace_callback) More... | |
![]() | |
static | checkAllowedCharacters (string $query) |
Check allowed characters. More... | |
static | checkAsterisk (string $query) |
Check asterisk. More... | |
static | checkAmpersands (string $query) |
Check ampersands. More... | |
static | checkCaret (string $query) |
Check carets. More... | |
static | checkSquiggle (string $query) |
Check squiggles. More... | |
static | checkExclamationMark (string $query) |
Check exclamation marks (replacement for NOT) More... | |
static | checkQuestionMark (string $query) |
Check question mark (wild card single character) More... | |
static | checkParenthesis (string $a_query) |
Check parenthesis. More... | |
static | checkPlusMinus (string $a_query) |
Check plus minus. More... | |
static | checkANDORNOT (string $a_query) |
Check AND OR NOT. More... | |
static | checkQuotes (string $a_query) |
Check quotes. More... | |
static | checkColon (string $a_query) |
Check colon. More... | |
Definition at line 29 of file class.ilLuceneAdvancedQueryParser.php.
ilLuceneAdvancedQueryParser::__construct | ( | $a_query_data | ) |
Constructor.
Definition at line 40 of file class.ilLuceneAdvancedQueryParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilLuceneAdvancedSearchFields\getInstance().
ilLuceneAdvancedQueryParser::getFieldDefinition | ( | ) |
Get field definition settings.
Definition at line 51 of file class.ilLuceneAdvancedQueryParser.php.
References $field_definition.
Referenced by parse().
ilLuceneAdvancedQueryParser::getQueryData | ( | ) |
Definition at line 59 of file class.ilLuceneAdvancedQueryParser.php.
References $query_data.
Referenced by parse().
ilLuceneAdvancedQueryParser::parse | ( | ) |
Definition at line 67 of file class.ilLuceneAdvancedQueryParser.php.
References getFieldDefinition(), and getQueryData().
Referenced by ilLuceneAdvancedSearchGUI\performSearch(), and ilLuceneAdvancedSearchGUI\showSavedResults().
|
protected |
Definition at line 31 of file class.ilLuceneAdvancedQueryParser.php.
Referenced by getFieldDefinition().
|
protected |
Definition at line 35 of file class.ilLuceneAdvancedQueryParser.php.
Referenced by getQueryData().