dev

Forked from tuleap/dev

Clone or download

Read-only

story #7607: searching in elasticsearch for tracker results

Change-Id: Ibb2b2cf5ede3f246d915cd3604c6f0445cef6a93

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