Skip to content
View rozig's full-sized avatar
:octocat:
Breaking stuff
:octocat:
Breaking stuff
Block or Report

Block or report rozig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rozig/README.md

Hi there 👋

Pinned

  1. Difference between keyword type vs t... Difference between keyword type vs text type in ES
    1
    # Difference between keyword field type vs text field type vs multi-field
    2
    
    
    3
    1. text: any data gets indexed to text field type will be analyzed before it gets stored (by default, will go through ES standard analyzer which splits text and converts it to all lower case)
    4
    2. keyword: data will be indexed as it is
    5
    3. multi-field: it will index data to both keyword and text fields
  2. rozig.github.io rozig.github.io Public

    Ganzorig's personal website

    HTML

  3. dotfiles dotfiles Public

    All the configurations that I make to comfortably code

    Lua

  4. resume resume Public

    One page resume in Latex

    TeX

  5. reactjs-boilerplate reactjs-boilerplate Public

    Boilerplate for React.js projects

    JavaScript

  6. logistic logistic Public

    Delivery system development on django for SE315-Software Project

    JavaScript 1