| #
a6bdb2df
|
| 07-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
(automatic) code clean up
|
| #
8b96a049
|
| 20-Dec-2023 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add elastic security
|
| #
d832d53a
|
| 27-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Completely remove index type
Already removed in search 0c1bd8502e1e6cf52ba304c93e5283f6e54f9d44
Deprecated in ElasticSearch 7 and removed in 8 https://www.elastic.co/guide/en/elasticsearch/referenc
Completely remove index type
Already removed in search 0c1bd8502e1e6cf52ba304c93e5283f6e54f9d44
Deprecated in ElasticSearch 7 and removed in 8 https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html
show more ...
|
| #
69c690fe
|
| 26-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix inclusion of plugin mappings
|
| #
5b987f97
|
| 25-Oct-2022 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Merge branch 'docindexing'
|
| #
84f33866
|
| 27-Apr-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix indexing of page ids
Ids require a different analyzer than the standard one, otherwise they are not split on colons
|
| #
77a0e4d0
|
| 21-Apr-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
More fields with language mappings
Fuzzy search will now work with title, abstract and syntax in addition to content.
|
| #
3d940ff1
|
| 19-Mar-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Use rendered content instead of raw syntax if possible
Prerequisite: text plugin
|
| #
14b22d87
|
| 22-Mar-2021 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Let plugins supply their own index mappings
Added event PLUGIN_ELASTICSEARCH_CREATEMAPPING
|
| #
d8d5b898
|
| 28-Jan-2020 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Consolidate field mappings
|
| #
356a7976
|
| 05-Dec-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Merge pull request #6 from cosmocode/search-special-acl
Make sure ACL fields are searched 'as-is'
|
| #
593fd6b7
|
| 05-Dec-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Make sure ACL fields are searched 'as-is'
ACL fields must not be indexed as regular text, with word splitting etc.
|
| #
1a7e98cf
|
| 05-Dec-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Minimal code cleanup
array syntax, stdClass case, PHPdoc
|
| #
53ee83d7
|
| 25-Jul-2019 |
Andreas Gohr <gohr@cosmocode.de> |
avoid problems with unknown languages
we fall back to the standard analyzer then
|
| #
b38b23e5
|
| 25-Jul-2019 |
Andreas Gohr <gohr@cosmocode.de> |
fix language mapping
we had an empty language there
|
| #
520835bf
|
| 25-Jul-2019 |
Andreas Gohr <gohr@cosmocode.de> |
sort analyzers
|
| #
108a94fe
|
| 26-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Create field mapping for multilanguage setup
|
| #
839aa741
|
| 26-Jun-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Add field mappings for translations
|
| #
77f8004d
|
| 24-Sep-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added action component for searching
|
| #
7fe3053f
|
| 18-Sep-2014 |
Andreas Gohr <gohr@cosmocode.de> |
finished CLI script
This script now allows to create an index, add the mapping and index all pages.
|
| #
390782ab
|
| 16-Sep-2014 |
Andreas Gohr <gohr@cosmocode.de> |
started to make all config ediable via config manager
moved connection code to helper component
|