Re: Elastic Search

2017-04-08 Thread Paul Rubin
Steve D'Aprano 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 libr

Re: Elastic Search

2017-04-07 Thread Steve D'Aprano
On Sat, 8 Apr 2017 06:15 am, Keith Anthony wrote: > I need some insightful examples of elastic search, using REGEX ... > And using REST. What's elastic search? And what does this have to do with Python? Can you be more specific rather than assume we know what you want? What hav

Re: Elastic Search

2017-04-07 Thread breamoreboy
On Friday, April 7, 2017 at 9:16:51 PM UTC+1, Keith Anthony wrote: > I need some insightful examples of elastic search, using REGEX ... > And using REST. What was wrong with the hits that you got from your search engine of choice? Kindest regards. Mark Lawrence. -- https://mail.pyth

Elastic Search

2017-04-07 Thread Keith Anthony
I need some insightful examples of elastic search, using REGEX ... And using REST. -- https://mail.python.org/mailman/listinfo/python-list