You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2011/04/07 19:42:05 UTC

[jira] [Updated] (SOLR-2443) Solr DocValues should have objectVal(int doc)

     [ https://issues.apache.org/jira/browse/SOLR-2443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley updated SOLR-2443:
-------------------------------

    Attachment: SOLR-2443.patch

Here's a patch that adds objectVal(), exists(), bytesVal(), fixes some parsing/type errors, fixes a potential slowness in QueryValueSource, and refactors some repeated stuff to base classes like FloatDocValues.

> Solr DocValues should have objectVal(int doc)
> ---------------------------------------------
>
>                 Key: SOLR-2443
>                 URL: https://issues.apache.org/jira/browse/SOLR-2443
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ryan McKinley
>            Assignee: Yonik Seeley
>         Attachments: SOLR-2443-object-values.patch, SOLR-2443.patch
>
>
> DocValues has all versions of intVal, floatVal, strVal, but there is no general way to know what the raw type is.
> We should add a general objetVal( int doc )

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org