Skip to the content Skip to the Navigation

SearchQuerist

Elasticsearch

  1. HOME
  2. Elasticsearch

My explorations into the many facets, and potential, of Elasticsearch!

November 11, 2024 / Last updated : November 11, 2024 searchquerist Elasticsearch

Bulk Moving Elasticsearch Indices from localhost with Python

Having several large indices localhost and some limitations that would only allow me POST to a remote server not through a shared resource or via the cloud, I used this script to make a copy of the non-system indices.

October 1, 2024 / Last updated : October 16, 2024 searchquerist Elasticsearch

Empowering true personalization through data simplification and standardization.

Here is a simple script to take update your Elasticsearch order index and create a globally unique identifier for each

September 12, 2023 / Last updated : October 16, 2024 searchquerist Elasticsearch

.join doesn’t work with elasticsearch scripted upated

{ “query”: { “bool”:{“must”:[{“exists”:{“field”:”location”}}] } }, “script”:{“source”: “def location = ctx._source.location; def theparts = location.splitOnToken(‘,’); ctx._source.straight_line =’LINESTRING (-85.5401513201531 37.66719841993451,’ + theparts[1] + ‘ ‘ + theparts[0] + ‘)’;”}}

Recent posts

Bulk Moving Elasticsearch Indices from localhost with Python

November 11, 2024

The T.A.N.K.

October 18, 2024

Empowering true personalization through data simplification and standardization.

October 1, 2024

.join doesn’t work with elasticsearch scripted upated

September 12, 2023

Category

  • Autonomous Navigation
  • Computer Vision
  • Elasticsearch
  • Innovation
  • Robotics

Archive

  • November 2024
  • October 2024
  • September 2023

Archives

  • November 2024
  • October 2024
  • September 2023

Categories

  • Autonomous Navigation
  • Computer Vision
  • Elasticsearch
  • Innovation
  • Robotics

Copyright © SearchQuerist All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.

MENU