dev

Forked from tuleap/dev

Clone or download

Read-only

tasks #7188 Index data in ElasticSearch

This tasks is part of story #7028 Search in wiki pages This commit allow to index new empty wiki pages from Phpwiki service. We index metadata like last_update_date, pagename, id Change-Id: I0458b587b55c92eecd1baaaa20c8585ea0ccfc2a

Modified Files

Name
M plugins/fulltextsearch/include/ElasticSearch/RequestWikiDataFactory.class.php +25 −0 Go to diff View file
M plugins/fulltextsearch/include/FullTextSearchWikiActions.class.php +13 −0 Go to diff View file
M plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_INDEX.class.php +1 −0 Go to diff View file
M plugins/fulltextsearch/tests/ElasticSearch/RequestDataFactoryTest.php +33 −1 Go to diff View file
M plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKI_INDEXTest.php +10 −1 Go to diff View file
M src/common/wiki/lib/WikiPage.class.php +43 −34 Go to diff View file