Python based search engine or Elastic Search

120 Views Asked by At

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)

0

There are 0 best solutions below