[jira] Commented: (LUCENE-992) IndexWriter.updateDocument is no longer atomic

2007-09-05 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525271 ] Ning Li commented on LUCENE-992: The patch looks good! A few comments and/or observations: - addDocument(Document

Re: Possible thread safety problem in CachingWrapperFilter

2007-09-05 Thread Chris Hostetter
: I tried initializing the cache in the constructor, but then the test case : failed with a null pointer exception on the first synchronized(cache) . : Very strange, this seems to be a bug in the implementation of java : serialisation. The cache variable is transient, so it should not be affecte

[jira] Updated: (LUCENE-584) Decouple Filter from BitSet

2007-09-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-584: Attachment: Matcher-20070905-3core.patch Matcher-20070905-2default.patch

Re: Possible thread safety problem in CachingWrapperFilter

2007-09-05 Thread Paul Elschot
On Tuesday 04 September 2007 21:03, Chris Hostetter wrote: > > : if (cache == null) { > : cache = new WeakHashMap(); > : } > : > : I think the initial snippet is not thread safe and might result > : in two threads initializing this cache to different objects, > : possibly conflictin

[jira] Updated: (LUCENE-993) MultiFieldQueryParser doesn't process search strings containing field references correctly when BooleanClause.Occur.MUST_NOT is used

2007-09-05 Thread Anthony Yeracaris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Yeracaris updated LUCENE-993: - Description: Below, and attached, is a complete java program illustrating this bug. In t

[jira] Updated: (LUCENE-993) MultiFieldQueryParser doesn't process search strings containing field references correctly when BooleanClause.Occur.MUST_NOT is used

2007-09-05 Thread Anthony Yeracaris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Yeracaris updated LUCENE-993: - Attachment: MultiFieldQueryParserBug.java > MultiFieldQueryParser doesn't process search

[jira] Updated: (LUCENE-993) MultiFieldQueryParser doesn't process search strings containing field references correctly when BooleanClause.Occur.MUST_NOT is used

2007-09-05 Thread Anthony Yeracaris (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Yeracaris updated LUCENE-993: - Description: Below is a complete java program illustrating this bug. In this program,I h

[jira] Created: (LUCENE-993) MultiFieldQueryParser doesn't process search strings containing field references correctly when BooleanClause.Occur.MUST_NOT is used

2007-09-05 Thread Anthony Yeracaris (JIRA)
MultiFieldQueryParser doesn't process search strings containing field references correctly when BooleanClause.Occur.MUST_NOT is used Key: LUCENE-99