Elastic Search

Paul Rubin no.email at nospam.invalid
Sat Apr 8 05:01:00 EDT 2017


Steve D'Aprano <steve+python at pearwood.info> writes:
> What's elastic search?
> And what does this have to do with Python?

https://www.elastic.co/  (formerly elasticsearch.org).

It's a Lucene-based distributed search engine, something like Solr if
you're used to that.  It has Python client libraries.  That's the
closest Python connection that I know of.  I've never used it but I've
used Solr.  These things are good tools to have available if you need to
index a lot of text.



More information about the Python-list mailing list