[ 
https://issues.apache.org/jira/browse/BLUR-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14092745#comment-14092745
 ] 

ASF GitHub Bot commented on BLUR-341:
-------------------------------------

Github user williamstw commented on a diff in the pull request:

    https://github.com/apache/incubator-blur/pull/2#discussion_r16051539
  
    --- 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 --
    
    it's in the basefieldmanager, maybe it should be moved up? (mostly testing 
the github comment integration here :) )


> 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)

Reply via email to