Skip to content

Instantly share code, notes, and snippets.

View mishu-'s full-sized avatar

Mihai Oprea mishu-

  • Preview.Builders
  • Bucharest
View GitHub Profile

Analyzer settings:

{
index.version.created: "900299",
index.number_of_replicas: "1",
index.number_of_shards: "5",
index.analysis.analyzer.tweet_analyzer.filter.1: "tweet_filter",
index.mappings.mention.properties.content.type: "string",
index.analysis.analyzer.tweet_analyzer.filter.0: "lowercase",
index.analysis.analyzer.tweet_analyzer.tokenizer: "whitespace",
@mishu-
mishu- / gist:5957709
Created July 9, 2013 14:21
ES custom analyzer
index :
analysis :
lowercase_analyzer:
type: custom
tokenizer: standard
filter: [lowercase]
@mishu-
mishu- / about.md
Created August 9, 2011 21:13 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer