Sharing PHP Library for Elasticsearch

Hi all,

I would like to share with you a PHP class library for Elasticsearch.
I have added a few functionalities like query highlighting etc. and
also written a detailed note on setting stemming and highlighting,
which would be useful for beginners.
I request you to share your feedback for improvements. I would like to
add more details in the README and add few more functionalities in the
class, based on feedbacks, to make it useful for those getting started
with elasticsearch.
Apologies if I have made mistakes, please let me know if any and I
will correct them.

Thanks,
Niranjan

Why starting yet another client? I'm not a php guy but what is missing
in those clients for you?

Peter.

On 20 Dez., 16:43, Niranjan niranja...@gmail.com wrote:

Hi all,

GitHub - niranjan-uma-shankar/Elasticsearch-PHP-class: This PHP class is to create and insert documents to an elasticsearch index, search based on a query and highlight matched results.

I would like to share with you a PHP class library for Elasticsearch.
I have added a few functionalities like query highlighting etc. and
also written a detailed note on setting stemming and highlighting,
which would be useful for beginners.
I request you to share your feedback for improvements. I would like to
add more details in the README and add few more functionalities in the
class, based on feedbacks, to make it useful for those getting started
with elasticsearch.
Apologies if I have made mistakes, please let me know if any and I
will correct them.

Thanks,
Niranjan

Good point by Karussell. I highly recommend the Elastica client.