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

Elasticsearch Python Client - Work With Many Nodes - How To Work With Sniffer

i have one cluster with 2 nodes. i am trying to understand the best practise to connect the nodes,… Read more Elasticsearch Python Client - Work With Many Nodes - How To Work With Sniffer

How To Execute This Curl In Python 2.7 To Delete Documents From Elasticsearch?

Hello I am new to python and elasticsearch. On my local I have setup Elasticsearch and have added d… Read more How To Execute This Curl In Python 2.7 To Delete Documents From Elasticsearch?

A List Of Locations That Contain A Geopoint - (geo_spatial_filter_fields, Geo_distance)

I'm using elasticsearch-dsl-drf, and I just converted a single location field on my document, t… Read more A List Of Locations That Contain A Geopoint - (geo_spatial_filter_fields, Geo_distance)

How To Do Mapping While Indexing In Elasticsearch

I am using ElasticSearch in a website where i index data from MongoDB. def postToEs(self): '… Read more How To Do Mapping While Indexing In Elasticsearch

Elasticsearch - Indicesclient.put_settings Not Working

I am trying to update my original index settings. My initial setting looks like this: client.create… Read more Elasticsearch - Indicesclient.put_settings Not Working

How To Search Both Singular And Plural Form Of Word In Elasticsearch?

I am making elastic query using Q object and I have indexed documents, one of the documents contain… Read more How To Search Both Singular And Plural Form Of Word In Elasticsearch?

How To Access The Response Object Using Elasticsearch Dsl For Python

I have the following code: s = Search(using=Elasticsearch('http://user:passwd@ipaddress'), … Read more How To Access The Response Object Using Elasticsearch Dsl For Python

Haystack Elasticsearch Realtimesignalprocessor Updates Only "default" Connection

I have 3 search indexes and 3 haystack connections. I want the indexes to be updated in real time s… Read more Haystack Elasticsearch Realtimesignalprocessor Updates Only "default" Connection

Not Clear How To Upsert Elasticsearch Using Python Elasticsearch

Look here for a similar example: https://stackoverflow.com/a/33247409/1575066 from elasticsearch im… Read more Not Clear How To Upsert Elasticsearch Using Python Elasticsearch

Elastic Search Nested Object Query

I have a elastic search index collection like below, '_index':'test', '_type… Read more Elastic Search Nested Object Query