Top "Elastica" questions

Elastica is a PHP client for the elasticsearch full-text search and analytics engine.

How to config Single node for Single Cluster (Standalone Cluster) ElasticSearch

I installed elastic search in my local machine, I want to configure it as the only one single node in …

elasticsearch elastica
elasticsearch boost importance of exact phrase match

Is there a way in elasticsearch to boost the importance of the exact phrase appearing in the the document? For …

elasticsearch query-string term elastica
Elasticsearch relationship mappings (one to one and one to many)

In my elastic search server I have one index http://localhost:9200/blog. The (blog) index contains multiple types. e.g.: …

elasticsearch mapping relationship elastica
Elasticsearch MapperParsingException[failed to parse, document is empty] during indexing

I am using elasticsearch 1.2.2 with php wrapper elastica while indexing some documents i encountered the following exception PHP Fatal error: …

php elasticsearch elastica
How to query using Elastica

This is my first time using Elastica and querying data from the ElasticSearch For me, as starter I have a …

php elasticsearch elastica
Where should I configure max_result_window index setting?

I'm trying to add to my elasticsearch.yml index.max_result_window: 10000 But the problem is it doesn't like me …

elasticsearch elastica
Elastica or ElasticSearch remove field from all documents

I am wondering whether Elastica or ElasticSearch provides the ability to remove a single field from all documents in a …

elasticsearch field elastica