contrib-spatial java.lang.UnsupportedOperationException on
QueryWrapperFilter.getDocIdSet
-----------------------------------------------------------------------------------------
Key: LUCENE-1818
URL: https://issues.apache.org/jira/browse/LUCENE-1818
Project: Lucene - Java
Issue Type: Bug
Components: contrib/spatial
Affects Versions: 2.9
Environment: Mac OS X 10.5.8, Lucene 2.9-SNAPSHOT
Reporter: Martin Ruckli
We use in our Project (which is in the devel phase) the latest Snapshot release
of lucene. After i updated to the latest Snapshot a few days ago one of our
JUnit tests fails and throws the following error:
java.lang.UnsupportedOperationException
at org.apache.lucene.search.Query.createWeight(Query.java:91)
at
org.apache.lucene.search.QueryWrapperFilter.getDocIdSet(QueryWrapperFilter.java:72)
at org.apache.lucene.misc.ChainedFilter.getDISI(ChainedFilter.java:150)
at
org.apache.lucene.misc.ChainedFilter.initialResult(ChainedFilter.java:173)
at
org.apache.lucene.misc.ChainedFilter.getDocIdSet(ChainedFilter.java:211)
at
org.apache.lucene.misc.ChainedFilter.getDocIdSet(ChainedFilter.java:141)
at
org.apache.lucene.search.ConstantScoreQuery$ConstantScorer.<init>(ConstantScoreQuery.java:116)
at
org.apache.lucene.search.ConstantScoreQuery$ConstantWeight.scorer(ConstantScoreQuery.java:81)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:244)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:172)
at org.apache.lucene.search.Searcher.search(Searcher.java:183)
at
org.hibernate.search.query.QueryHits.updateTopDocs(QueryHits.java:100)
at org.hibernate.search.query.QueryHits.<init>(QueryHits.java:61)
at org.hibernate.search.query.QueryHits.<init>(QueryHits.java:51)
at
org.hibernate.search.query.FullTextQueryImpl.getQueryHits(FullTextQueryImpl.java:373)
at
org.hibernate.search.query.FullTextQueryImpl.list(FullTextQueryImpl.java:293)
...
I think it appeared after the Hudson build 917... and the following commit of
the Query.java
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/917/changes#detail4 and
is in connection with this JIRA issue: LUCENE-1771
I hope i'm at the right place and that you can fix it. Thanks!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]