mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 11:24:54 +00:00
Many of the tests were not running, or did not check the exceptions. I renamed all tests to meet *Tests* so they run, and assert exception messages. Also because we must (currently) invoke tika with additional privileges, I added the security logic, and fixed unit testing to call our static method directly. This must be package private for security reasons, i simply put everything in org.elasticsearch.mapper.attachments package. I upgraded tika to the latest, so we are up to date, and removed logic around tika == null and old locale issues.
20 lines
224 B
Plaintext
20 lines
224 B
Plaintext
/data
|
|
/work
|
|
/logs
|
|
/.idea
|
|
/target
|
|
.DS_Store
|
|
*.iml
|
|
/.project
|
|
/.settings
|
|
/.classpath
|
|
/plugin_tools
|
|
/.local-execution-hints.log
|
|
/.local-*-execution-hints.log
|
|
/eclipse-build/
|
|
build/
|
|
**/.local*
|
|
generated-resources/
|
|
.gradle/
|
|
/bin/
|