Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share numeric date analyzer instances between mappings #6843

Closed
wants to merge 1 commit into from

Conversation

kimchy
Copy link
Member

@kimchy kimchy commented Jul 13, 2014

use similar mechanism that shares numeric analyzers for long/double/... for dates as well. This has nice memory save properties with many date fields mapping case, as well as analysis saves (thread local resources)

use similar mechanism that shares numeric analyzers for long/double/... for dates as well. This has nice memory save properties with many date fields mapping case, as well as analysis saves (thread local resources)
closes elastic#6843
@kimchy kimchy changed the title Share numeric data analyzer instances between mappings Share numeric date analyzer instances between mappings Jul 13, 2014
@s1monw s1monw added v1.4.0 and removed v1.3.0 labels Jul 14, 2014
@s1monw
Copy link
Contributor

s1monw commented Jul 15, 2014

LGTM

@s1monw s1monw removed the review label Jul 15, 2014
@kimchy kimchy added v1.3.0 and removed v1.4.0 labels Jul 15, 2014
@kimchy kimchy closed this in 9345194 Jul 15, 2014
kimchy added a commit that referenced this pull request Jul 15, 2014
use similar mechanism that shares numeric analyzers for long/double/... for dates as well. This has nice memory save properties with many date fields mapping case, as well as analysis saves (thread local resources)
closes #6843
kimchy added a commit that referenced this pull request Jul 15, 2014
use similar mechanism that shares numeric analyzers for long/double/... for dates as well. This has nice memory save properties with many date fields mapping case, as well as analysis saves (thread local resources)
closes #6843
@kimchy kimchy deleted the share_date_analyzer branch July 15, 2014 19:28
@clintongormley clintongormley changed the title Share numeric date analyzer instances between mappings Analysis: Share numeric date analyzer instances between mappings Jul 16, 2014
@clintongormley clintongormley added the :Search/Analysis How text is split into tokens label Jun 7, 2015
@clintongormley clintongormley changed the title Analysis: Share numeric date analyzer instances between mappings Share numeric date analyzer instances between mappings Jun 7, 2015
mute pushed a commit to mute/elasticsearch that referenced this pull request Jul 29, 2015
use similar mechanism that shares numeric analyzers for long/double/... for dates as well. This has nice memory save properties with many date fields mapping case, as well as analysis saves (thread local resources)
closes elastic#6843
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants