[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671591#action_12671591 ] Yonik Seeley commented on LUCENE-1470: -- bq. Merged the unsigned int/long handling int

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1470: -- Attachment: TrieUtils.java A fixed TrieUtils (a small bug in the encoding routine caused endle

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1470: -- Attachment: TrieRangeFilter.java A first test version of TrieRangeFilter. Much of the function

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671624#action_12671624 ] Uwe Schindler commented on LUCENE-1470: --- I forget to mention: I modified the TrieUti

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671625#action_12671625 ] Uwe Schindler commented on LUCENE-1470: --- Yonik: How would you hande a TrieRangeFilte

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1470: -- Attachment: TrieUtils.java Now the next step: A corrected TrieUtils again. - contains the Fi

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1470: - Attachment: TrieUtils.java Uploading a new version of TrieUtils. I've implemented my own range

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671629#action_12671629 ] Yonik Seeley commented on LUCENE-1470: -- Since filters are a symbolic representation (

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671630#action_12671630 ] Yonik Seeley commented on LUCENE-1470: -- I *think* the range splitting code I wrote is

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671634#action_12671634 ] Uwe Schindler commented on LUCENE-1470: --- I am still "reading" your code, but the mai

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671637#action_12671637 ] Yonik Seeley commented on LUCENE-1470: -- bq. did you do it completely from scratch?

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671638#action_12671638 ] Uwe Schindler commented on LUCENE-1470: --- I like your idea, I will also use a generic

[jira] Commented: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671639#action_12671639 ] Uwe Schindler commented on LUCENE-1470: --- There may be one issue with signedness in y

[jira] Updated: (LUCENE-1470) Add TrieRangeQuery to contrib

2009-02-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1470: -- Attachment: trie.zip Hi Yonik, I implemented the generic interface. I changed it a little bit