stable
Clone or download
Read-only
Merge commit 'refs/changes/63/3463/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7607: searching in elasticsearch for tracker results Change-Id: Iaf416051ee643ddb2369e71f07fe1e5b654041bc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/include/ElasticSearch/ResultFactory.class.php | +17 | −1 | Go to diff View file |
A | plugins/fulltextsearch/include/ElasticSearch/ResultValidator.class.php | +72 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchClientFacade.class.php | +146 | −47 | Go to diff View file |
M | plugins/fulltextsearch/include/ElasticSearch/SearchResultTracker.class.php | +4 | −4 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −3 | Go to diff View file |
M | plugins/fulltextsearch/include/constants.php | +11 | −0 | Go to diff View file |
M | plugins/fulltextsearch/tests/ElasticSearch/SearchClientFacadeTest.php | +23 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php | +21 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.class.php | +9 | −0 | Go to diff View file |