[ 
https://issues.apache.org/jira/browse/SOLR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724248#action_12724248
 ] 

Shalin Shekhar Mangar commented on SOLR-940:
--------------------------------------------

{quote}OK I just committed a fix for LUCENE-1630 that should fix that 
exception{quote}

Thanks Mike. I upgraded to lucene trunk and something is still not right. Now I 
see a StackOverflowException:

java.lang.StackOverflowError
        at 
org.apache.solr.search.function.FunctionQuery.rewrite(FunctionQuery.java:50)
        at 
org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:291)
        at org.apache.lucene.search.Query.queryWeight(Query.java:125)
        at org.apache.lucene.search.Query.weight(Query.java:117)
        at org.apache.lucene.search.Query.createQueryWeight(Query.java:108)
        at org.apache.lucene.search.Query.queryWeight(Query.java:126)
        at org.apache.lucene.search.Query.weight(Query.java:117)
        at org.apache.lucene.search.Query.createQueryWeight(Query.java:108)
        at org.apache.lucene.search.Query.queryWeight(Query.java:126)
        at org.apache.lucene.search.Query.weight(Query.java:117)

> TrieRange support
> -----------------
>
>                 Key: SOLR-940
>                 URL: https://issues.apache.org/jira/browse/SOLR-940
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-940-LUCENE-1602.patch, SOLR-940-LUCENE-1602.patch, 
> SOLR-940-LUCENE-1701.patch, SOLR-940-newTrieAPI.patch, 
> SOLR-940-newTrieAPI.patch, SOLR-940-rangequery.patch, 
> SOLR-940-rangequery.patch, SOLR-940-test.patch, SOLR-940.patch, 
> SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, 
> SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch, SOLR-940.patch
>
>
> We need support in Solr for the new TrieRange Lucene functionality.

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

Reply via email to