Skip to content
TechnocratSid Blogs

TechnocratSid Blogs

Learn, Collaborate & Share !!

Menu
  • Home
  • Product Reviews
  • Elasticsearch
  • Java
  • Apache Spark
  • Apache Kafka
  • Projects
  • Contact Me
  • Home
  • Elasticsearch

Category: Elasticsearch

A real-time distributed search and analytic engine.

Exploring Twitter Data using Elasticseach & Kibana’s Canvas
Elasticsearch Java Open Source Projects

Exploring Twitter Data using Elasticseach & Kibana’s Canvas

sidFebruary 25, 2019February 25, 2019
After thinking a lot about what to write next, I stumbled upon a very cool idea. And this is what I thought I should do: Discover something interesting using code...
Elasticsearch

Sort strings alphabetically rather than lexicographically in Elasticsearch?

sidDecember 3, 2018December 3, 2018
Let's say we have a text field "name" in an elasticsearch index with the following values: Siddhant, SIDTECHNOCRAT, and sid. Now follow the conventions mentioned in String Sorting in Elasticsearch, which talks about using...
How to create an Elasticsearch 6.4.1 Plugin
Elasticsearch

How to create an Elasticsearch 6.4.1 Plugin

sidOctober 28, 2018October 28, 2018
A plugin provides a way to extend or enhance the basic functionality of Elasticsearch without having to fork it from GitHub. Elasticsearch supports a plugin framework which provides many custom...
Elasticsearch

String sorting in Elasticsearch

sidOctober 22, 2018October 22, 2018
We should not sort on analyzed text field instead we should sort on not_analyzed text field. Let's understand this with an example: Index some documents with a text field "name"....
Elasticsearch Open Source Projects

Elasticsearch plugin for Sentiment Analysis

sidOctober 17, 2018January 5, 2019
I have created an Elasticsearch plugin for sentiment-analysis using Stanford CoreNLP libraries. The plugin is compatible with Elasticsearch 6.4.1. Follow the below steps to use this plugin with your elasticsearch...
Elasticsearch

Usage of Index Alias in Elasticsearch

sidOctober 12, 2018
An index alias is another name for an index or group of indices. It can substitute the original index name in any API. Using index alias you can: Create “views” on a...
Elasticsearch

Elasticsearch 6.x Analyzers

sidOctober 11, 2018October 11, 2018
Elasticsearch Analyzer is a wrapper which wraps three functions: Character filter: Mainly used to strip off some unused characters or change some characters. Tokenizer: Breaks a text into individual tokens(or words) based on...
Elasticsearch

Why ES 6.x doesn’t allow multiple types?

sidOctober 11, 2018November 2, 2018
Before Elasticsearch6.x, the analogy wrt Relational Databases was: Relational DB ⇒ Databases ⇒ Tables ⇒ Rows ⇒ Columns Elasticsearch ⇒ Indices ⇒ Types ⇒ Documents ⇒ Fields which led to...
Elasticsearch

How to re-index an index in Elasticsearch using Java ?

sidOctober 11, 2018November 2, 2018
To re-index an index using java, build a re-index request using ReindexRequestBuilder API like: ReindexRequestBuilder reindexRequest = new ReindexRequestBuilder(client,ReindexAction.INSTANCE) .source("source_index") .destination("destination_index") .refresh(true); After creating a request execute the request: reindexRequest.execute();...

Connect

  • facebook
  • twitter
  • instagram
  • github
  • reddit

# Tags

2024 Analyzers Apache Kafka Apache Spark big data business intelligence camera data lake data platform data science data warehouse Elasticsearch Elasticsearch Plugin ergonomics gadgets Garbage Collection headphones Indexing Java Java8 JavaScript JVM Kafka Consumer Kafka Producer Kibana laptops latest Maven monitors mouse Open Source product-reviews Reflections REST Sentiment Analysis smartphones sony Spring Spring Boot Streams String Sorting twitter Type Safety vlog workfromhome
Close
Menu
  • Home
  • Product Reviews
  • Elasticsearch
  • Java
  • Apache Spark
  • Apache Kafka
  • Projects
  • Contact Me
Go to mobile version