Re: Elastic Search

2017-04-08 Thread Paul Rubin
Steve D'Aprano <steve+pyt...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list


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 have
you tried, what don't you understand, what have you searched for, etc.

We're all volunteers here, we aren't paid to decipher people's mysterious
questions. If deciphering the question is too hard, you won't find many
people willing to spend the time and effort trying to solve it. The better
the question you ask, the better the answers you will probably get.


-- 
Steve
“Cheer up,” they said, “things could be worse.” So I cheered up, and sure
enough, things got worse.

-- 
https://mail.python.org/mailman/listinfo/python-list


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.python.org/mailman/listinfo/python-list


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