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

Add support for language detection #45

Closed

Conversation

richardwilly98
Copy link
Contributor

Closes #44

@ghost ghost assigned dadoonet Jan 13, 2014
dadoonet pushed a commit to dadoonet/elasticsearch-mapper-attachments that referenced this pull request Jan 13, 2014
dadoonet pushed a commit to dadoonet/elasticsearch-mapper-attachments that referenced this pull request Jan 14, 2014
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

Thanks! Closing in favor of #50.

@dadoonet dadoonet closed this Jan 15, 2014
dadoonet pushed a commit that referenced this pull request Mar 25, 2014
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for language detection
2 participants