commit | 4488614573a51415c359ba96ba74400dc68192c7 | [log] [tgz] |
---|---|---|
author | Kaloyan Raev <kaloyan.r@zend.com> | Mon Nov 25 16:41:15 2013 +0200 |
committer | Kaloyan Raev <kaloyan.r@zend.com> | Thu Nov 06 17:46:15 2014 +0200 |
tree | 0b979a7b38933e39f5036ac396e502a7a143feb2 | |
parent | 561c932ae7838ec53a16764c33f8efc572037ffe [diff] |
[422573] Issue in IndexManager.getIndexer() The implementation class of the indexer is created only once instead of every time when getIndexer() is called. This makes the code more robust of eventual issues when loading the implementation class. If there is a CoreException thrown, it is always logged in the error log. Bug: 422573 Change-Id: Ifdcc2ff4c52ee312344b0c578ae847ef9f8a4094 Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>