[ https://issues.apache.org/jira/browse/LUCENE-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joey Surls updated LUCENE-2036: ------------------------------- Attachment: LuceneSpatialTest.java JUnit test illustrating the problem > Underlying Spatial Logic does not work in Remote Settings > --------------------------------------------------------- > > Key: LUCENE-2036 > URL: https://issues.apache.org/jira/browse/LUCENE-2036 > Project: Lucene - Java > Issue Type: Bug > Components: contrib/spatial > Affects Versions: 2.9 > Reporter: Joey Surls > Attachments: LuceneSpatialTest.java > > Original Estimate: 1h > Remaining Estimate: 1h > > I am using Lucene in a distributed setup. > I have a remote Searcher on another machine executing the methods in > Searcher. For regular text searches I have no problem. For the Spatial > contrib (according to examples provided) there is underlying logic that is > lost when the Filter and Sort get serialized. I've attached a junit test case > that shows when I mimic Java RMI (by serializing the objects and read it > back) I get a null pointer exception. I believe it has to do with the Sort > (or Filter) referencing objects in the other class Filter (or Sort) -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org