Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Add language detection option #50

Closed
wants to merge 1 commit into from

Conversation

dadoonet
Copy link
Member

Based on PR #45, we add a new language detection option using Language detection feature available in Tika:
https://tika.apache.org/1.4/detection.html#Language_Detection

By default, language detection is disabled (false) as it could come with a cost.
This default value can be changed by setting the index.mapping.attachment.detect_language setting.
It can also be provided on a per document indexed using the _detect_language parameter.

Closes #45.
Closes #44.

Based on PR elastic#45, we add a new language detection option using Language detection feature available in Tika:
https://tika.apache.org/1.4/detection.html#Language_Detection

By default, language detection is disabled (`false`) as it could come with a cost.
This default value can be changed by setting the `index.mapping.attachment.detect_language` setting.
It can also be provided on a per document indexed using the `_detect_language` parameter.

Closes elastic#45.
Closes elastic#44.
@dadoonet
Copy link
Member Author

Closed by 3d15cb0

@dadoonet dadoonet closed this Mar 25, 2014
@dadoonet dadoonet deleted the issue/44-langdetect branch March 25, 2014 17:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for language detection
2 participants