forked from jprante/elasticsearch-langdetect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These changes allow to specify analysers to be used for each detected languages. By doing this, content field is additionaly indexed into a subfield of the field named using the highest probability detected language code. See README
- Loading branch information
JANSSEN
committed
Sep 27, 2013
1 parent
4e7c3cf
commit 7ec7fc8
Showing
7 changed files
with
296 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<actions> | ||
<action> | ||
<actionName>test.single</actionName> | ||
<goals> | ||
<goal>test-compile</goal> | ||
<goal>surefire:test</goal> | ||
</goals> | ||
<properties> | ||
<test>${className}</test> | ||
</properties> | ||
</action> | ||
</actions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.