CirrusSearch
Elasticsearch-powered search for MediaWiki
|
We emulate template syntax here as best as possible, so things in NS_MAIN are prefixed with ":" and things in NS_TEMPATE don't have a prefix at all. More...
Public Member Functions | |
doApplyExtended (SearchContext $context, $key, $value, $quotedValue, $negated, $delimiter, $suffix) | |
parseValue ( $key, $value, $quotedValue, $valueDelimiter, $suffix, WarningCollector $warningCollector) | |
getCrossSearchStrategy (KeywordFeatureNode $node) | |
getFilterQuery (KeywordFeatureNode $node, QueryBuildingContext $context) | |
Public Member Functions inherited from CirrusSearch\Query\SimpleKeywordFeature | |
getKeywordPrefixes () | |
allowEmptyValue () | |
Whether this keyword allows empty value. | |
hasValue () | |
Whether this keyword can have a value. | |
greedy () | |
Whether this keyword is greedy consuming the rest of the string. | |
queryHeader () | |
Whether this keyword can appear only at the beginning of the query (excluding spaces) | |
getFeatureName ( $key, $valueDelimiter) | |
Determine the name of the feature being set in SearchContext::addSyntaxUsed Defaults to $key. | |
getValueDelimiters () | |
List of value delimiters supported (must be an array of single byte char) | |
expand (KeywordFeatureNode $node, SearchConfig $config, WarningCollector $warningCollector) | |
apply (SearchContext $context, $term) | |
Public Attributes | |
const | MAX_CONDITIONS = 256 |
Protected Member Functions | |
getKeywords () | |
doGetFilterQuery (array $parsedValue) | |
doApply (SearchContext $context, $key, $value, $quotedValue, $negated) | |
Applies the detected keyword from the search term. | |
We emulate template syntax here as best as possible, so things in NS_MAIN are prefixed with ":" and things in NS_TEMPATE don't have a prefix at all.
Since we don't actually index templates like that, munge the query here.
|
protected |
Applies the detected keyword from the search term.
May apply changes either to $context directly, or return a filter to be added.
SearchContext | $context | |
string | $key | The keyword |
string | $value | The value attached to the keyword with quotes stripped and escaped quotes un-escaped. |
string | $quotedValue | The original value in the search string, including quotes if used |
bool | $negated | Is the search negated? Not used to generate the returned AbstractQuery, that will be negated as necessary. Used for any other building/context necessary. |
Reimplemented from CirrusSearch\Query\SimpleKeywordFeature.
CirrusSearch\Query\HasTemplateFeature::doApplyExtended | ( | SearchContext | $context, |
$key, | |||
$value, | |||
$quotedValue, | |||
$negated, | |||
$delimiter, | |||
$suffix ) |
SearchContext | $context | |
string | $key | |
string | $value | |
string | $quotedValue | |
bool | $negated | |
string | $delimiter | |
string | $suffix |
Reimplemented from CirrusSearch\Query\SimpleKeywordFeature.
|
protected |
string[][] | $parsedValue |
CirrusSearch\Query\HasTemplateFeature::getCrossSearchStrategy | ( | KeywordFeatureNode | $node | ) |
KeywordFeatureNode | $node |
Reimplemented from CirrusSearch\Query\SimpleKeywordFeature.
CirrusSearch\Query\HasTemplateFeature::getFilterQuery | ( | KeywordFeatureNode | $node, |
QueryBuildingContext | $context ) |
KeywordFeatureNode | $node | |
QueryBuildingContext | $context |
Implements CirrusSearch\Query\FilterQueryFeature.
|
protected |
Reimplemented from CirrusSearch\Query\SimpleKeywordFeature.
CirrusSearch\Query\HasTemplateFeature::parseValue | ( | $key, | |
$value, | |||
$quotedValue, | |||
$valueDelimiter, | |||
$suffix, | |||
WarningCollector | $warningCollector ) |
string | $key | |
string | $value | |
string | $quotedValue | |
string | $valueDelimiter | |
string | $suffix | |
WarningCollector | $warningCollector |
Reimplemented from CirrusSearch\Query\SimpleKeywordFeature.