Skip to content Skip to sidebar Skip to footer
Showing posts with the label Elasticsearch

Elasticsearch Analyze() Not Compatible With Spark In Python?

I'm using the elasticsearch-py client within PySpark using Python 3 and I'm running into a … Read more Elasticsearch Analyze() Not Compatible With Spark In Python?

Equivalent Of `get _mapping` Marvel/sense In Python?

I'm trying to explore an elasticsearch cluster using python, and I'm new to elasticsearch. … Read more Equivalent Of `get _mapping` Marvel/sense In Python?

Dynamic Queries In Elasticsearch And Issue Of Keywords

I'm currently running into a problem, trying to build dynamic queries for Elasticsearch in Pyth… Read more Dynamic Queries In Elasticsearch And Issue Of Keywords

How Do I Combine These Two Queries In Elastic Search Python?

I have two queries I would like to combine First one returns results that have the 'analysis.da… Read more How Do I Combine These Two Queries In Elastic Search Python?

Pyspark: Ship Jar Dependency With Spark-submit

I wrote a pyspark script that reads two json files, coGroup them and sends the result to an elastic… Read more Pyspark: Ship Jar Dependency With Spark-submit

Convert Kibana Query (create Index Pattern) To Python Request

I'm trying to convert this Kibana query to Python: PUT /.kibana/_doc/index-pattern:tempindex { … Read more Convert Kibana Query (create Index Pattern) To Python Request

Django Haystack Edgengramfield Given Different Results Than Elasticsearch

I'm currently running haystack with an elasticsearch backend, and now I'm building an autoc… Read more Django Haystack Edgengramfield Given Different Results Than Elasticsearch

Elasticsearch Get Unique Values, And The Values Count On Multiple Fields

I want to get the list of unique values from a field, and at the same time, count how many times ea… Read more Elasticsearch Get Unique Values, And The Values Count On Multiple Fields