You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/08/01 15:52:14 UTC

[jira] Updated: (SOLR-1291) implement Trie.toInternal/toExternal and friends

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

Yonik Seeley updated SOLR-1291:
-------------------------------

    Attachment: SOLR-1291.patch

attaching patch.

This changes the stored field format to binary - 4 bytes for int, 8 for long.
This was done partially for normalization purposes - people adding numeric values that weren't well formatted.

Also patches to QueryParsing.toString() to make it work correctly for both trie term and range queries.

> implement Trie.toInternal/toExternal and friends
> ------------------------------------------------
>
>                 Key: SOLR-1291
>                 URL: https://issues.apache.org/jira/browse/SOLR-1291
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1291.patch
>
>
> TrieField needs to implement toInternal and friends or else it breaks for a lot of Solr features.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.