Commit e6b0bac2 authored by Sebastian Schüpbach's avatar Sebastian Schüpbach
Browse files

add more titles to front matter

parent fd491fe4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ BookDateFormat = '02.01.2006'

[markup]
[markup.highlight]
style = 'solarized-light'
style = 'github'

[menu]
[[menu.after]]
+1 −0
Original line number Diff line number Diff line
+++
bookCollapseSection = true
title = 'Semantic Web'
+++

# Semantic Web
+1 −0
Original line number Diff line number Diff line
+++
bookCollapseSection = true
title = 'Apache Kafka'
+++

# Apache Kafka
+1 −0
Original line number Diff line number Diff line
+++
bookCollapseSection = true
title = 'Docker'
+++

# Docker
+2 −1
Original line number Diff line number Diff line
+++
bookCollapseSection = true
title = 'Analyzers'
date = '2015-04-15'
+++

# Analyzers
Created Mittwoch 15 April 2015

[Analyzers](http://www.elastic.co/guide/en/elasticsearch/reference/1.5/analysis-analyzers.html) are composed of a single [Tokenizer](./Tokenizers.md) and zero or more [TokenFilters](./Token_Filters.md). The tokenizer may be preceded by one or more [CharFilters](./Character_Filters.md). The analysis module allows one to register TokenFilters, Tokenizers and Analyzers under logical names that can then be referenced either in mapping definitions or in certain APIs. The Analysis module automatically registers (if not explicitly defined) built in analyzers, token filters, and tokenizers.

Loading