Search code examples
elasticsearchofflineelasticsearch-plugin

Elasticsearch - Is elasticsearch possible without HTTP (offline mode)


I have an app in android, ios and windows which works in offline mode. That is, content is stored in the local database. Now I am trying to implement elasticsearch on this app. Is it possible to search the data from local database when I am offline. Or, is there a way to access Elasticsearch without HTTP.

Please help me on this.


Solution

  • Answer is no, Since elasticsearch will be installed outside of your phone.

    But one of the options could be FTS3. Its not as powerful as ES but could be solution.