Skip to content

Commit

Permalink
use whitespace analyzer for message fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Koopmann committed Dec 21, 2011
1 parent 32e3b9b commit 285dfb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/graylog2/indexer/Mapping.java
Expand Up @@ -89,6 +89,7 @@ public static Map analyzedString() {
Map type = new HashMap();
type.put("index", "analyzed");
type.put("type", "string");
type.put("analyzer", "whitespace");

return type;
}
Expand Down

0 comments on commit 285dfb4

Please sign in to comment.