[
https://issues.apache.org/jira/browse/BLUR-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14093048#comment-14093048
]
ASF GitHub Bot commented on BLUR-341:
-------------------------------------
Github user gbarton commented on a diff in the pull request:
https://github.com/apache/incubator-blur/pull/2#discussion_r16068253
--- Diff: blur-core/src/main/java/org/apache/blur/manager/IndexManager.java
---
@@ -972,6 +973,13 @@ public Long merge(BlurExecutorCompletionService<Long>
service) throws BlurExcept
LOG.error("Unknown error while trying to fetch index readers.", e);
throw new BException(e.getMessage(), e);
}
+
+ TableContext tableContext = getTableContext(table);
+ FieldManager fieldManager = tableContext.getFieldManager();
+ //TODO: isn't there a util or something available to concat these?
+ final FieldTypeDefinition typeDefinition =
fieldManager.getFieldTypeDefinition(columnFamily + "." + columnName);
--- End diff --
Going to skip this as this recommendation as it potentially gets dealt with
in the blur-platform branch.
> Fix term enumeration
> --------------------
>
> Key: BLUR-341
> URL: https://issues.apache.org/jira/browse/BLUR-341
> Project: Apache Blur
> Issue Type: Bug
> Components: Blur
> Affects Versions: 0.2.2
> Reporter: Aaron McCurry
> Fix For: 0.2.4
>
>
> When using the terms call in blur the raw terms are returned this works for
> string and text types. However the numeric types, gis etc, do not return
> human readable values.
> This would be highly useful for typeahead lookups on numeric types.
--
This message was sent by Atlassian JIRA
(v6.2#6252)