So, I incorporated Tika into two Elasticsearch applications that I am building (one for indexing content and another for retrieving and manipulating search results in a UI) and all is working great in my development environment! Now I am looking at deployment and have run into a bit of a catch-22 situation.
According to https://www.b4x.com/android/forum/threads/nlp-apache-tika-text-extraction.133494/,
This is not a question for my development environment. Rather, it is a question for computers that this application will be deployed to.
So, any suggestions as to what I should try next?
Thanks!
Clay
According to https://www.b4x.com/android/forum/threads/nlp-apache-tika-text-extraction.133494/,
- "Tika will not work with the standalone package (which is the same as B4JPackager11)."
- "This library requires Java 11+: https://www.b4x.com/b4j.html"
This is not a question for my development environment. Rather, it is a question for computers that this application will be deployed to.
So, any suggestions as to what I should try next?
Thanks!
Clay