AddHierarchy |
src/Plugin/search_api/processor/AddHierarchy.php |
Adds all ancestors' IDs to a hierarchical field. |
AddURL |
src/Plugin/search_api/processor/AddURL.php |
Adds the item's URL to the indexed data. |
AggregatedFields |
src/Plugin/search_api/processor/AggregatedFields.php |
Adds customized aggregations of existing fields to the index. |
ContentAccess |
src/Plugin/search_api/processor/ContentAccess.php |
Adds content access checks for nodes and comments. |
EntityStatus |
src/Plugin/search_api/processor/EntityStatus.php |
Excludes unpublished nodes from node indexes. |
Highlight |
src/Plugin/search_api/processor/Highlight.php |
Adds a highlighted excerpt to results and highlights returned fields. |
HtmlFilter |
src/Plugin/search_api/processor/HtmlFilter.php |
Strips HTML tags from fulltext fields and decodes HTML entities. |
IgnoreCase |
src/Plugin/search_api/processor/IgnoreCase.php |
Makes searches case-insensitive on selected fields. |
IgnoreCharacters |
src/Plugin/search_api/processor/IgnoreCharacters.php |
Configure types of characters which should be ignored for searches. |
LanguageWithFallback |
src/Plugin/search_api/processor/LanguageWithFallback.php |
Adds the item's language (with fallbacks) to the indexed data. |
NumberFieldBoost |
src/Plugin/search_api/processor/NumberFieldBoost.php |
Adds a boost based on a number field value. |
RenderedItem |
src/Plugin/search_api/processor/RenderedItem.php |
Adds an additional field containing the rendered item. |
ReverseEntityReferences |
src/Plugin/search_api/processor/ReverseEntityReferences.php |
Allows indexing of reverse entity references. |
RoleAccess |
src/Plugin/search_api/processor/RoleAccess.php |
Adds access checks based on user roles. |
RoleFilter |
src/Plugin/search_api/processor/RoleFilter.php |
Filters out users based on their role. |
Stemmer |
src/Plugin/search_api/processor/Stemmer.php |
Stems search terms. |
Stopwords |
src/Plugin/search_api/processor/Stopwords.php |
Allows you to define stopwords which will be ignored in searches. |
Tokenizer |
src/Plugin/search_api/processor/Tokenizer.php |
Splits text into individual words for searching. |
Transliteration |
src/Plugin/search_api/processor/Transliteration.php |
Makes searches insensitive to accents and other non-ASCII characters. |
TypeBoost |
src/Plugin/search_api/processor/TypeBoost.php |
Adds a boost to indexed items based on their datasource and/or bundle. |