Re: Filters with 2.9.4

2011-04-27 Thread Antony Bowesman
Thanks Uwe. I'll work towards the CachingWrapperFilter. Antony On 27/04/2011 9:33 PM, Uwe Schindler wrote: Hi, In Lucene trunk the Filter gets a ReaderContext which contain a doc base if available. For Lucene 2 and 3 this is not available. The Lucene 2.9 code did not change documented behavi

Re: Filters with 2.9.4

2011-04-27 Thread Antony Bowesman
ers. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Antony Bowesman [mailto:a...@thorntothehorn.org] Sent: Tuesday, April 19, 2011 7:30 AM To: Lucene Dev Subject: Filters with 2.9.4 Hi, Another migrat

Filters with 2.9.4

2011-04-18 Thread Antony Bowesman
Hi, Another migrate to 2.9.4 issue for me... When a search is done by a user, I collect a 'DocSet' of Documents for that 'owner' (Term("id", "XX)). This is a single set for all Documents in the index and NOT per reader. Then when searches are made I use caching Filters, but I use my master

NullPointerException in FieldSortedHitQueue

2011-04-18 Thread Antony Bowesman
Sent originally to the user list, but no response. Any comments here? Upgrading from 2.3.2 to 2.9.4 I get NPE as below Caused by: java.lang.NullPointerException at org.apache.lucene.search.FieldSortedHitQueue$1.createValue(FieldSortedHitQueue.java:224) at org.apache.lucene.search.Fi

[jira] Issue Comment Edited: (SOLR-2235) java.io.IOException: The specified network name is no longer available

2010-11-16 Thread Antony Bowesman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932740#action_12932740 ] Antony Bowesman edited comment on SOLR-2235 at 11/16/10 8:0

[jira] Commented: (SOLR-2235) java.io.IOException: The specified network name is no longer available

2010-11-16 Thread Antony Bowesman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932740#action_12932740 ] Antony Bowesman commented on SOLR-2235: --- I've just been made aware of this i