In our project, we want to incorporate a search engine like ES/Solr for various use cases. Our backend stack is Python/Django. ES has a Java dependency. Is it advisable to use more popular and robust search engines like Elastic Search/Solr or use a native one like Whoosh or any other (suggestions welcome)
Asked
Active
Viewed 97 times
0
-
What you mean by ES has a java dependancy? – Sagar Patel Mar 02 '22 at 14:28
-
To install ElasticSearch is to just download it and run the executable. You must make sure that you are using Java 7 or greater. – Rima Mar 03 '22 at 06:11
-
you not required to install Java. Elastic come with bundle JDK. – Sagar Patel Mar 03 '22 at 06:19