MatchAllDocs in BooleanQuery.rewrite

2007-02-01 Thread Chris Hostetter
more then once, people have suggested that QueryParser should either throw and Exception or implicitly put a MatchAllDocsQuery in any BooleanQuery it produces when the string it's parsing contains entirely negative clauses. I've argued against this idea because QueryParser doesn't know how the Qu

implementatin of the state-of-art retrieval models for lucene?

2007-02-01 Thread Hui Fang
Dear all, My primary research interest is Information retrieval, with a focus on developing effective and robust retrieval models. I am happy to send my first email to Lucene community. Lucene and nutch are really useful IR systems. But I think that the current retrieval function implemented in

Re: bad queryparser bug

2007-02-01 Thread Peter Keegan
OK, I see that I'm not the first to discover this behavior of QueryParser. Can anyone vouch for the integrity of the PrecedenceQueryParser here: http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/ Thanks, Peter On 2/1/07, Pe

[jira] Commented: (LUCENE-791) Update the Wiki

2007-02-01 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469586 ] Daniel Naber commented on LUCENE-791: - I consider it important for old urls to still work after the move. If this

Re: Welcome Michael Busch

2007-02-01 Thread Erik Hatcher
On Feb 1, 2007, at 12:24 PM, Yonik Seeley wrote: Welcome aboard, Michael! So how about keeping the new-committer-introduction tradition alive :-) Here's a new tradition we can start... "Hi, my name is Erik, I write shitty code."

Re: Welcome Michael Busch

2007-02-01 Thread Erik Hatcher
Welcome Michael! You're a tremendous asset to the Lucene community, and you've just made lives of the other hardcore committers (myself most definitely excluded) a lot easier. You knocked my socks off in person. You and your team are amazing. I'm so thankful of the amazing community we

Re: bad queryparser bug

2007-02-01 Thread Peter Keegan
Correction: The query parser produces the correct query with the parenthesis. But, I'm still looking for a fix for this. I could use some advice on where to look in QueryParser to fix this. Thanks, Peter On 2/1/07, Peter Keegan <[EMAIL PROTECTED]> wrote: I have discovered a serious bug in Que

bad queryparser bug

2007-02-01 Thread Peter Keegan
I have discovered a serious bug in QueryParser. The following query: contents:sales && contents:marketing || contents:industrial && contents:sales is parsed as: +contents:sales +contents:marketing +contents:industrial +contents:sales The same parsed query occurs even with parenthesis: (contents:

Re: [jira] Commented: (LUCENE-762) [PATCH] Efficiently retrieve sizes of field values

2007-02-01 Thread Mike Klaas
On 1/25/07, Grant Ingersoll <[EMAIL PROTECTED]> wrote: Mike, Do you have any preference on making FieldInfo public versus moving the FieldSelector stuff into the index package? Not at all. Our use is pretty basic as will be easy to modify to conform to class movement/renaming. -Mike ---

Re: Advices on a replacement of Lucene gap encoding scheme?

2007-02-01 Thread Yonik Seeley
On 2/1/07, Thang Luong Minh <[EMAIL PROTECTED]> wrote: I'm thinking of replace the byte-aligned scheme with the "fixed binary" coding scheme mentioned in the paper "Index compression using Fixed Binary Codewords" by Vo Ngoc Anh and Alistair Moffat (the abstract can be found here http://www.cs.m

Advices on a replacement of Lucene gap encoding scheme?

2007-02-01 Thread Thang Luong Minh
Dear all I am happy to send my first email to Lucene community after some time standing aside, following many interesting discussions. As part of my school project, I am intending to make some improvements in Lucene source code, and I need some advices on how significance my modification work wo

Re: Welcome Michael Busch

2007-02-01 Thread Yonik Seeley
Welcome aboard, Michael! So how about keeping the new-committer-introduction tradition alive :-) -Yonik On 2/1/07, Doug Cutting <[EMAIL PROTECTED]> wrote: The Lucene PMC has voted to add Michael Busch as a Lucene committer. Welcome, Michael! Doug ---

Welcome Michael Busch

2007-02-01 Thread Doug Cutting
The Lucene PMC has voted to add Michael Busch as a Lucene committer. Welcome, Michael! Doug P.S. The traditional initiation ritual is to add yourself to the "Who We Are" page's source, then re-generate and re-publish the site. -

Please Help me on Lucene

2007-02-01 Thread Saroja Kanta Maharana
Hi All, I am new to LUCENE,I have an query that, I have to index a Product table, Suppose that table has following Columns. product [ prod_Id as primary key, prod_name, prod_price] I have an requirement like if someone searches for prod_id or prod_price, I have to fetch the rows( pr

Re: Lucene 2.1, soon

2007-02-01 Thread Michael McCandless
Michael Busch wrote: Michael McCandless wrote: I plan on committing this one today. Once that's in I think we can and should get the release process going (Yonik had graciously volunteered to be the release manager)? +1 for starting the release process. Especially the big new features "lazy

Re: Lucene 2.1, soon

2007-02-01 Thread Grant Ingersoll
-1 I would like a few more days to get https://issues.apache.org/jira/ browse/LUCENE-762, as it may involve moving some classes and I don't want to do that after an official release. It is not a major issue, but I do think it is important to get right before the release. Sorry for the de

[jira] Created: (LUCENE-791) Update the Wiki

2007-02-01 Thread Grant Ingersoll (JIRA)
Update the Wiki --- Key: LUCENE-791 URL: https://issues.apache.org/jira/browse/LUCENE-791 Project: Lucene - Java Issue Type: Improvement Components: Website Reporter: Grant Ingersoll Priority: Mi

[jira] Resolved: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2007-02-01 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-565. --- Resolution: Fixed Fix Version/s: 2.1 I just committed this. Thank you Ning.

Re: Lucene 2.1, soon

2007-02-01 Thread Michael Busch
Michael McCandless wrote: I plan on committing this one today. Once that's in I think we can and should get the release process going (Yonik had graciously volunteered to be the release manager)? +1 for starting the release process. Especially the big new features "lazy field loading", "lock

Re: Lucene 2.1, soon

2007-02-01 Thread Michael McCandless
Antony Bowesman wrote: Yonik Seeley wrote: Lucene 2.1 has been a long time in coming, but I think we should plan on making a release when the file format changes settle down. Was there any kind of consensus of what 'soon' meant. Is it likely to be days, this month, or sometime later? I'd re

[jira] Updated: (LUCENE-790) contrib/benchmark - few improvements and a bug fix

2007-02-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-790: --- Lucene Fields: [Patch Available] (was: [New]) > contrib/benchmark - few improvements and a bug fix >

[jira] Updated: (LUCENE-790) contrib/benchmark - few improvements and a bug fix

2007-02-01 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-790: --- Attachment: TrecDocMaker.patch Attached TrecDocMaker.patch also contains the changes in current patch