Registration for ApacheCon Europe 2009 is now open!

2009-01-29 Thread Erik Hatcher
Cross-posting this announcement. There are several relevant Lucene/ Solr talks including: Trainings - Lucene Boot Camp (Grant Ingersoll) - Solr Boot Camp (Erik Hatcher) Sessions - Introducing Apache Mahout (Grant) - Lucene Case Studies (Erik) - Advanced Indexing Techniques with

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668398#action_12668398 ] Michael McCandless commented on LUCENE-1487: I agree: the wording can be

[jira] Commented: (LUCENE-1506) Adding FilteredDocIdSet and FilteredDocIdSetIterator

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668399#action_12668399 ] Michael McCandless commented on LUCENE-1506: OK, I see. That is an important

[jira] Assigned: (LUCENE-1506) Adding FilteredDocIdSet and FilteredDocIdSetIterator

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1506: -- Assignee: Michael McCandless Adding FilteredDocIdSet and

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668466#action_12668466 ] Michael McCandless commented on LUCENE-1487: How about this: {code} /** * A

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-01-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668474#action_12668474 ] Mark Miller commented on LUCENE-1487: - +1 FieldCacheTermsFilter

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2009-01-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668501#action_12668501 ] Shalin Shekhar Mangar commented on LUCENE-1487: --- +1 This is much more

[jira] Resolved: (LUCENE-1507) adding EmptyDocIdSet/Iterator

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1507. Resolution: Fixed Fix Version/s: 2.9 Lucene Fields: [New, Patch

[jira] Updated: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1476: --- Attachment: LUCENE-1476.patch I had some trouble w/ the latest patch (I'm trying

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668523#action_12668523 ] Michael McCandless commented on LUCENE-1476: Hmm... when I run the

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668554#action_12668554 ] Jason Rutherglen commented on LUCENE-1476: -- Interesting results. Mike, can you

[jira] Updated: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1476: --- Attachment: sortCollate2.py sortBench2.py I'm attaching the Python

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668583#action_12668583 ] Michael McCandless commented on LUCENE-1476: Actually I made one mistake

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668630#action_12668630 ] Jason Rutherglen commented on LUCENE-1476: -- bq: shut down all extraneous

[jira] Updated: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marvin Humphrey updated LUCENE-1476: Attachment: quasi_iterator_deletions_r3.diff the nextSetBit impl in BitVector (in the

[jira] Commented: (LUCENE-1506) Adding FilteredDocIdSet and FilteredDocIdSetIterator

2009-01-29 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668668#action_12668668 ] John Wang commented on LUCENE-1506: --- sure, will work on that. Adding FilteredDocIdSet

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668672#action_12668672 ] Michael McCandless commented on LUCENE-1476: Numbers with Marvin's latest

[jira] Created: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
contrib/xml-query-parser, BoostingTermQuery support --- Key: LUCENE-1531 URL: https://issues.apache.org/jira/browse/LUCENE-1531 Project: Lucene - Java Issue Type: Improvement

[jira] Updated: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1531: Attachment: LUCENE-1531.txt contrib/xml-query-parser, BoostingTermQuery support

Re: Realtime Search

2009-01-29 Thread Jason Rutherglen
We'd also need to ensure when a merge kicks off, the SegmentReaders used by the merging are not newly reopened but also borrowed from The IW merge code currently opens the SegmentReader with a 4096 buffer size (different than the 1024 default), how will this case be handled? reopen would then

[jira] Updated: (LUCENE-1531) contrib/xml-query-parser, BoostingTermQuery support

2009-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1531: Attachment: LUCENE-1531.txt Previous patch was messed up from cloning SpanTerm..

[jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, IndexReader returns DocIdSet deleted docs

2009-01-29 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668740#action_12668740 ] Marvin Humphrey commented on LUCENE-1476: - Numbers with Marvin's latest patch:

[jira] Commented: (LUCENE-1478) Missing possibility to supply custom FieldParser when sorting search results

2009-01-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668747#action_12668747 ] Yonik Seeley commented on LUCENE-1478: -- I tracked down how this patch was causing

[jira] Updated: (LUCENE-1506) Adding FilteredDocIdSet and FilteredDocIdSetIterator

2009-01-29 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-1506: -- Attachment: filteredDocidset2.txt javadoc and unit test added Adding FilteredDocIdSet and

[jira] Commented: (LUCENE-1478) Missing possibility to supply custom FieldParser when sorting search results

2009-01-29 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12668772#action_12668772 ] Uwe Schindler commented on LUCENE-1478: --- I am not really sure, how this patch can