Back to Ashnik Website ?

 
 
 
Masthead-Xmas-Logo

Issue No. 68 | July 2019

linkedln
 
twitter
 
facebook
 
youtube
 
instagram
 


multi-cloud-or-multi-vendor-approach

Tips on Performance Improvement in Elasticsearch PART - I

AJIT GADGE | SENIOR CONSULTANT, ASHNIK

In my previous article, I talked about ELK cluster sizing and took you through the various factors to consider while...

 
NGINX-blogFImg

Docker Desktop Enterprise ? New and Rocking!

PREMPAL SINGH | DOCKER PRESALES CONSULTANT, ASHNIK

At the DockerCon 2019, Docker released its Docker Desktop Enterprise 3.0 also known as DDE which aims to get developers to quickly work...

 
configure highly available elasticsearch

Malay Blog: Segala yang anda perlu tahu mengenai Connection Pooling dalam Postgres

NIKHIL SHETTY | DATABASE CONSULTANT, ASHNIK

Connection pooling merujuk kepada kaedah.....

 
sachin-video-web

Watch - Containerization: Applying Global developments locally

SACHIN DABIR | FOUNDER, DIRECTOR

Wonder how Kubernetes and Docker complement each other? Scaling ahead with Docker...

 


Industry Says

 
 

Postgres Developer Tools: 6 Things You Should Know

EDB Postgres

For a long time now, PostgreSQL has been one of the most frequently deployed relational database management systems...

 
edb-postgres-Ad2020

Sponsored*


What's New

 


 
inetrnal-banner-bottom.jpg
 


Tips & Tricks

 


 
-->

Technology Tip of the month

Elasticsearch Tokenizers - edge_ngram

The Tokenizers are used to split a string into a stream of tokens, gives a plus where your query will match better results while the user is providing more data.

The below example produces the following terms:
[as, ash, ashn, ashni, ashnik]

This ensure that partial words are available for matching in the index.

PUT index_name
{
  "settings": {
    "analysis": {
      "analyzer": {
        "my_analyzer": {
          "tokenizer": "my_tokenizer"
        }
      },
      "tokenizer": {
        "my_tokenizer": {
          "type": "ngram",
          "min_gram": 2,
          "max_gram": 6,
          "token_chars": [
            "letter",
            "digit"
          ]
        }
      }
    }
  }
}

POST index_name/_analyze
{
  "analyzer": "my_analyzer",
  "text": "Ashnik"
}

- Technical Tip by Monika Agrawal | Solutions Consultant, Ashnik

 


 

The Lighter Side

 
 
whats-hot-icon
 

What's Hot

 
ElectrifAi launches AI industry?s first open source machine learning platform using Docker Containers and Kubernetes Read more
 
 
dyk-icon
 

Did You Know?

 
Vietnam plans to become leading digital economy in Asean by 2030 Read more
 

Technology Partners

 
 
 
 
 
 
 
 
 
 
 
 
 


 
ashnik-logo-white-150px

Contact us success@ashnik.com | www.ashnik.com

Share:
whatsapp-dark
twitter-dark
linkedin-dark
facebook-dark
gmail-dark