stable
Clone or download
Read-only
request #7816: not trying to index files above a certain size in elastic search
Change-Id: I1dbbd7ce7e93b31da5775fe5990be844ca8a346e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/fulltextsearch/etc/fulltextsearch.inc.dist | +4 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearch/DocmanSystemEventManager.class.php | +4 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/FullTextSearchDocmanActions.class.php | +31 | −4 | Go to diff View file |
A | plugins/fulltextsearch/include/FullTextSearchDocmanIndexFileTooBigException.php | +27 | −0 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_INDEX.class.php | +7 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE.class.php | +7 | −1 | Go to diff View file |
M | plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_DOCMAN_UPDATE_METADATA.class.php | +7 | −2 | Go to diff View file |
M | plugins/fulltextsearch/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/fulltextsearch/tests/FullTextSearchDocmanActionsTest.php | +43 | −1 | Go to diff View file |
A | plugins/fulltextsearch/tests/_fixtures/big_file.txt | +40 | −0 | Go to diff View file |