RE: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Uwe Schindler
I wonder why this commit is needed. It only affects the core classes, not th tests. To compile correct backwards tests it should not be important if the methods exist or not. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original M

Re: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Michael Busch
Yes that's indeed the case, see LUCENE-1529. Michael On 10/13/09 12:25 AM, Michael Busch wrote: It was weird - I ran all the tests before I did the previous commit and it worked fine. Then after committing I wanted to doublecheck by running 'ant test-tag' and got the compile errors. I think

Re: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Michael Busch
It was weird - I ran all the tests before I did the previous commit and it worked fine. Then after committing I wanted to doublecheck by running 'ant test-tag' and got the compile errors. I think something is wrong with my eclipse and/or svn. But I also switched from tortoise to command-line r

RE: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Uwe Schindler
Hi Michael, I fixed it here, should I commit? You problem was maybe that you thought, the backwards test code must compile against trunk. But it's vice versa. I reverted everything and only removed the getTerms() checks in the backwards branch. Now it works and the backwards testing is correct.

RE: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Uwe Schindler
Yes, thats why we do the tests. By this it is possible to test compiled Java 1.4 code against new Java 1.5 lucene core with generics and test, that no upper generics boundaries (e.g. by things like ) are violated. But if you rewrite the tests to only use the API of lucene 3.0 and no deprecated met

RE: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Uwe Schindler
I found the reason why it broke: You changed in the backwards branch main code in your first commit the following: +Set terms = new HashSet(); +qr.extractTerms(terms); +assertEquals(1, terms.size()); And the backwards branch core and test is compiled with Java 1.4 - bumm. So general

Re: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Michael Busch
You're right of course! I made the changes to both testcases in the back-compat branch first, but I shouldn't have commit the changes to JustCompileSearchSpans - that was my mistake. And then I forgot for a minute about LUCENE-1529 (when I added the test-tag feature initially it *compiled* the

Re: svn commit: r824611 - in /lucene/java/branches/lucene_2_9_back_compat_tests/src/java/org/apache/lucene/search/spans: FieldMaskingSpanQuery.java SpanFirstQuery.java SpanNearQuery.java SpanNotQuery.

2009-10-13 Thread Michael Busch
Yeah please go ahead! Thanks for fixing. I have it hear working too now - I just took the lucene_2_9_back_compat_tests_20091011 tag and made only the fix to TestFieldMaskingSpanQuery (without Java 1.5 code of course ;) ) and *not* the changes to JustCompileSearchSpans and test-tag is passing n

[jira] Created: (LUCENE-1976) isCurrent() and getVersion() on an NRT reader are broken

2009-10-13 Thread Michael McCandless (JIRA)
isCurrent() and getVersion() on an NRT reader are broken Key: LUCENE-1976 URL: https://issues.apache.org/jira/browse/LUCENE-1976 Project: Lucene - Java Issue Type: Bug Compon

[jira] Updated: (LUCENE-1972) Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated sort logic

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1972: -- Summary: Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated

[jira] Updated: (LUCENE-1972) Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated sort logic

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1972: -- Attachment: LUCENE-1972-bw.patch LUCENE-1972.patch This patch removes Extended

[jira] Resolved: (LUCENE-1972) Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated sort logic

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1972. --- Resolution: Fixed Committed revision: 824699 > Remove (deprecated) ExtendedFieldCache and A

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael McCandless
OK I will cut a branch & commit Mark's last patch onto it, unless anyone has objections soonish... I'll also branch (twig?) the back compat branch so we can commit the patch there as well. Mike On Mon, Oct 12, 2009 at 10:50 PM, Mark Miller wrote: > > SVN is about as good at merging branches as

[jira] Updated: (LUCENE-1977) Remove MultiTermQuery.getTerm()

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1977: -- Attachment: LUCENE-1977.patch Here the patch. This also fixes the highlighter problem with Num

[jira] Created: (LUCENE-1977) Remove MultiTermQuery.getTerm()

2009-10-13 Thread Uwe Schindler (JIRA)
Remove MultiTermQuery.getTerm() --- Key: LUCENE-1977 URL: https://issues.apache.org/jira/browse/LUCENE-1977 Project: Lucene - Java Issue Type: Task Components: Search Reporter: Uwe Schindler

[jira] Created: (LUCENE-1978) Remove HitCollector

2009-10-13 Thread Uwe Schindler (JIRA)
Remove HitCollector --- Key: LUCENE-1978 URL: https://issues.apache.org/jira/browse/LUCENE-1978 Project: Lucene - Java Issue Type: Task Reporter: Uwe Schindler Assignee: Uwe Schindler Remove the rest

[jira] Updated: (LUCENE-1978) Remove HitCollector

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1978: -- Attachment: LUCENE-1978-bw.patch LUCENE-1978.patch attached is the patch. Will

[jira] Resolved: (LUCENE-1977) Remove MultiTermQuery.getTerm()

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1977. --- Resolution: Fixed Committed revision: 824771 > Remove MultiTermQuery.getTerm() > --

[jira] Commented: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765082#action_12765082 ] Uwe Schindler commented on LUCENE-1929: --- This is fixed also in trunk, but different

[jira] Issue Comment Edited: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765082#action_12765082 ] Uwe Schindler edited comment on LUCENE-1929 at 10/13/09 7:11 AM: ---

[jira] Resolved: (LUCENE-1978) Remove HitCollector

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-1978. --- Resolution: Fixed Fix Version/s: 3.0 Committed revision: 824781 > Remove HitCollecto

[jira] Updated: (LUCENE-1978) Remove HitCollector

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1978: -- Component/s: Search > Remove HitCollector > --- > > Key: LUCEN

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller
I can trunk it once more if you'd like - its already pretty out of date :) If you havn't started anyway ... Michael McCandless wrote: > OK I will cut a branch & commit Mark's last patch onto it, unless > anyone has objections soonish... > > I'll also branch (twig?) the back compat branch so we c

[jira] Commented: (LUCENE-1973) Remove deprecated query components

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765093#action_12765093 ] Uwe Schindler commented on LUCENE-1973: --- There are still some of them: - explain() i

[jira] Updated: (LUCENE-1972) Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated sort logic

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1972: -- Attachment: LUCENE-1972-2.patch Some small additional deprecated removals after finishing the

[jira] Commented: (LUCENE-1959) Index Splitter

2009-10-13 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765097#action_12765097 ] Andrzej Bialecki commented on LUCENE-1959: --- Indeed, thanks for the fix - I'll c

[jira] Commented: (LUCENE-1972) Remove (deprecated) ExtendedFieldCache and Auto/Custom caches and lot's of deprecated sort logic

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765098#action_12765098 ] Uwe Schindler commented on LUCENE-1972: --- Committed revision: 824792 > Remove (depre

[jira] Issue Comment Edited: (LUCENE-1973) Remove deprecated query components

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765093#action_12765093 ] Uwe Schindler edited comment on LUCENE-1973 at 10/13/09 7:57 AM: ---

[jira] Commented: (LUCENE-1959) Index Splitter

2009-10-13 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765101#action_12765101 ] Andrzej Bialecki commented on LUCENE-1959: --- Committed revision 824798. > Index

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael McCandless
Yes please! Mike On Tue, Oct 13, 2009 at 10:40 AM, Mark Miller wrote: > I can trunk it once more if you'd like - its already pretty out of date :) > > If you havn't started anyway ... > > > Michael McCandless wrote: >> OK I will cut a branch & commit Mark's last patch onto it, unless >> anyone h

RE: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Uwe Schindler
I think the big changes in the o.a.l.search package are over... :-) - Worked the whole day on it. Merging branches with TortoiseSVN works really good, you can even edit the conflicts directly in the diff view. Used it when fixing the IR/IW hell deprecations in the BW branch. Uwe - Uwe Schind

Re: [jira] Commented: (LUCENE-1959) Index Splitter

2009-10-13 Thread Mark Miller
Hmm ... doing some heavy merging so it might be me, but there also might be a test failure with this now and some of the trunk changes ... Andrzej Bialecki (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpan

[jira] Resolved: (LUCENE-1959) Index Splitter

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1959. Resolution: Fixed Thanks Andrzej! > Index Splitter > -- > >

Re: [jira] Commented: (LUCENE-1959) Index Splitter

2009-10-13 Thread Mark Miller
I think it was me - ran by itself with eclipse - must have been an incremental compile issue or something. Mark Miller wrote: > Hmm ... doing some heavy merging so it might be me, but there also might > be a test failure with this now and some of the trunk changes ... > > Andrzej Bialecki (JIRA) w

[jira] Updated: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1458: Attachment: LUCENE-1458.patch Latest to trunk - still issues with GC and the reopen thread safety

Re: svn commit: r824781 - in /lucene/java/trunk: ./ contrib/memory/src/java/org/apache/lucene/index/memory/ contrib/memory/src/test/org/apache/lucene/index/memory/ contrib/remote/src/java/org/apache/l

2009-10-13 Thread Michael Busch
On 10/13/09 7:28 AM, uschind...@apache.org wrote: @@ -115,7 +95,6 @@ *Applications should usually call {...@link Searcher#search(Query)} or * {...@link Searcher#search(Query,Filter)} instead. * @throws BooleanQuery.TooManyClauses - * @deprecated use {...@link #search(Weight, Filt

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael Busch
Shall we first remove the remaining deprecations from the indexer package? There are not many more left, shouldn't be much work. Michael On 10/13/09 5:47 AM, Michael McCandless wrote: OK I will cut a branch& commit Mark's last patch onto it, unless anyone has objections soonish... I'll also

RE: svn commit: r824781 - in /lucene/java/trunk: ./ contrib/memory/src/java/org/apache/lucene/index/memory/ contrib/memory/src/test/org/apache/lucene/index/memory/ contrib/remote/src/java/org/apache/l

2009-10-13 Thread Uwe Schindler
I think this was a mistake. Especially because the hint to the replacement method is the method itself. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael Busch [mailto:busch...@gmail.com] > Sent: Tu

[jira] Created: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael Busch (JIRA)
Remove remaining deprecations from indexer package -- Key: LUCENE-1979 URL: https://issues.apache.org/jira/browse/LUCENE-1979 Project: Lucene - Java Issue Type: Task Components: Index

[jira] Created: (LUCENE-1980) Fix javadocs after deprecation removal

2009-10-13 Thread Uwe Schindler (JIRA)
Fix javadocs after deprecation removal -- Key: LUCENE-1980 URL: https://issues.apache.org/jira/browse/LUCENE-1980 Project: Lucene - Java Issue Type: Task Reporter: Uwe Schindler Fi

Re: svn commit: r824781 - in /lucene/java/trunk: ./ contrib/memory/src/java/org/apache/lucene/index/memory/ contrib/memory/src/test/org/apache/lucene/index/memory/ contrib/remote/src/java/org/apache/l

2009-10-13 Thread Michael Busch
Right. I was confused about that too. Michael On 10/13/09 9:43 AM, Uwe Schindler wrote: I think this was a mistake. Especially because the hint to the replacement method is the method itself. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.

[jira] Created: (LUCENE-1981) Allow access to entries in the field cache

2009-10-13 Thread Tom Hill (JIRA)
Allow access to entries in the field cache -- Key: LUCENE-1981 URL: https://issues.apache.org/jira/browse/LUCENE-1981 Project: Lucene - Java Issue Type: New Feature Components: Search Aff

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765149#action_12765149 ] Mark Miller commented on LUCENE-1458: - Whoops - double check the wrong index splitter

[jira] Updated: (LUCENE-1981) Allow access to entries in the field cache

2009-10-13 Thread Tom Hill (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Hill updated LUCENE-1981: - Attachment: lucene-1981.patch Here's a sample implementation. There are a number of possible ways to do

[jira] Updated: (LUCENE-944) Remove deprecated methods in BooleanQuery

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-944: - Attachment: lucene-944-bw.patch lucene-944.patch Tiny change in QueryUtils#checkS

[jira] Commented: (LUCENE-1981) Allow access to entries in the field cache

2009-10-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765157#action_12765157 ] Yonik Seeley commented on LUCENE-1981: -- We shouldn't tie IndexReader/SegmentReader to

[jira] Issue Comment Edited: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765149#action_12765149 ] Mark Miller edited comment on LUCENE-1458 at 10/13/09 10:45 AM:

[jira] Updated: (LUCENE-1606) Automaton Query/Filter (scalable regex)

2009-10-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1606: Attachment: LUCENE-1606.patch updated patch to trunk: * add support for optional regex features *

[jira] Commented: (LUCENE-1342) 64bit JVM crashes on Linux

2009-10-13 Thread Amit Nithian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765180#action_12765180 ] Amit Nithian commented on LUCENE-1342: -- I just encountered this error in our own QA e

[jira] Updated: (LUCENE-1342) 64bit JVM crashes on Linux

2009-10-13 Thread Amit Nithian (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amit Nithian updated LUCENE-1342: - Attachment: hs_err_pid13693.log > 64bit JVM crashes on Linux > -- > >

[jira] Resolved: (LUCENE-944) Remove deprecated methods in BooleanQuery

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-944. -- Resolution: Fixed Committed revision 824870. > Remove deprecated methods in BooleanQuery > ---

[jira] Updated: (LUCENE-1756) contrib/memory: PatternAnalyzerTest is a very, very, VERY, bad unit test

2009-10-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1756: Lucene Fields: [New, Patch Available] (was: [New]) Fix Version/s: 3.0 Assignee: Rober

Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Michael Busch
Hi all, I wrote a draft for a mail I'd like to send to java-user to get some feedback about the proposed changes to our backwards-compatibility policy we discussed here and on LUCENE-1698. Let me know what you think please! Michael Hello Lucene users: In the past we have discussed our bac

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765204#action_12765204 ] Mark Miller commented on LUCENE-1458: - Looks pretty simple - the field is not getting

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Michael McCandless
Looks good! Mike On Tue, Oct 13, 2009 at 3:07 PM, Michael Busch wrote: > Hi all, > > I wrote a draft for a mail I'd like to send to java-user to get some > feedback about the proposed changes to our backwards-compatibility policy we > discussed here and on LUCENE-1698. > Let me know what you thi

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Mark Miller
I think it should be more clear that the devs have not come to an agreement on this change yet, irregardless of the communities input. Michael McCandless wrote: > Looks good! > > Mike > > On Tue, Oct 13, 2009 at 3:07 PM, Michael Busch wrote: > >> Hi all, >> >> I wrote a draft for a mail I'd li

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Mark Miller
For the record - I still don't see what we gain but confusion. The major numbers don't have any significant meaning in terms of features or advancements. If we want to remove deprecations faster after deprecating in 4.1, we should just not release 4.2,4.3,4.4,4.5, and then 4.9. We should go from

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Yonik Seeley
I think I'm against sending such a request for feedback - and I think we already know what the results will be. The email reads like "we want to do this, OK?" - and the beneficiaries of what is a volunteer effort are likely to respond overwhelmingly "OK!". One could take the reverse position and p

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Michael Busch
On 10/13/09 1:11 PM, Mark Miller wrote: I think it should be more clear that the devs have not come to an agreement on this change yet, irregardless of the communities input. OK I made a few changes near the end to make that clearer. How's it now? Draft: Hello Lucene users: In the past

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Michael Busch
On 10/13/09 1:18 PM, Yonik Seeley wrote: I think I'm against sending such a request for feedback - and I think we already know what the results will be. I've mentioned it several times on java-dev and LUCENE-1698 that I'd like to ask the user community and nobody objected. The email rea

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Andi Vajda
On Tue, 13 Oct 2009, Mark Miller wrote: For the record - I still don't see what we gain but confusion. The major numbers don't have any significant meaning in terms of features or advancements. That's a perception we don't have control over. A release incrementing the major release number i

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael Busch
On 10/13/09 9:43 AM, Michael Busch wrote: Shall we first remove the remaining deprecations from the indexer package? There are not many more left, shouldn't be much work. I wasn't quick enough for you :) Working on LUCENE-1979 now - that will be the first test on how good svn merge is! Mi

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Yonik Seeley
On Tue, Oct 13, 2009 at 4:25 PM, Michael Busch wrote: > I've mentioned it several times on java-dev and LUCENE-1698 that I'd like to > ask the user > community and nobody objected. It's the old polling problem - how you ask influences the outcome (as I said below), and you didn't say exactly how

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765234#action_12765234 ] Michael McCandless commented on LUCENE-1458: OK I think I've committed Mark's

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael McCandless
Woops sorry I missed that! Yes this'll be our first test :) Mike On Tue, Oct 13, 2009 at 4:58 PM, Michael Busch wrote: > On 10/13/09 9:43 AM, Michael Busch wrote: >> >> Shall we first remove the remaining deprecations from the indexer package? >> There are not many more left, shouldn't be much

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765237#action_12765237 ] Uwe Schindler commented on LUCENE-1458: --- By the way, a lot of these PriorityQueues c

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael Busch
No problem! I'm excited about the new branch! Have to try to write some codecs now... Michael On 10/13/09 2:09 PM, Michael McCandless wrote: Woops sorry I missed that! Yes this'll be our first test :) Mike On Tue, Oct 13, 2009 at 4:58 PM, Michael Busch wrote: On 10/13/09 9:43 AM, Mic

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Mark Miller
I've added missing enums classes, but everything else is looking good so far. Michael McCandless (JIRA) wrote: > [ > https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765234#action_12765234 > ] > > Mich

[jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765246#action_12765246 ] Michael McCandless commented on LUCENE-1969: Patch looks good! How do I run t

Re: [jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-10-13 Thread Michael McCandless
Excellent, thanks! Mike On Tue, Oct 13, 2009 at 5:32 PM, Mark Miller wrote: > I've added missing enums classes, but everything else is looking good so > far. > > Michael McCandless (JIRA) wrote: >>     [ >> https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.

[jira] Resolved: (LUCENE-1981) Allow access to entries in the field cache

2009-10-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved LUCENE-1981. -- Resolution: Invalid > Allow access to entries in the field cache > ---

[jira] Assigned: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani reassigned LUCENE-1937: Assignee: (was: Adriano Crestani) > Add more methods to manipulate QueryNodePr

[jira] Updated: (LUCENE-1937) Add more methods to manipulate QueryNodeProcessorPipeline elements

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani updated LUCENE-1937: - Attachment: LUCENE-1937_10_13_2009.patch New patch, now QueryNodeProcessorPipeline imple

[jira] Assigned: (LUCENE-1938) Precedence query parser using the contrib/queryparser framework

2009-10-13 Thread Adriano Crestani (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adriano Crestani reassigned LUCENE-1938: Assignee: (was: Adriano Crestani) > Precedence query parser using the contrib/

Re: Draft for java-user mail about backwards-compatibility policy changes

2009-10-13 Thread Michael Busch
OK, I made the draft a bit "more neutral" by pointing out the downsides clearer. However, I think we have to explain reasons for and against the change, otherwise people who didn't follow these discussions on java-dev will have no idea why we actually want to make a change at all. I added your

[jira] Updated: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1974: - Attachment: LUCENE-1974.test.patch this is the same as the previously attached test but i've simplified

[jira] Updated: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1974: - Attachment: LUCENE-1974.test.patch tweaked test so that it can be applied to 2.4.1 (by removing readOnly

(possible) heinous scoring bug in 2.9.0: LUCENE-1974 ? ? ?

2009-10-13 Thread Chris Hostetter
Can someone smarter then me review the patch in LUCENE-1974... https://issues.apache.org/jira/browse/LUCENE-1974 ...on the surface this seems to suggest a pretty serious error somewhere in the low level scoring code when a BooleanQuery is involved. (If this really is a bug, and not just me

[jira] Assigned: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1974: -- Assignee: Michael McCandless > BooleanQuery can not find all matches in specia

Re: (possible) heinous scoring bug in 2.9.0: LUCENE-1974 ? ? ?

2009-10-13 Thread Michael McCandless
I'm looking at it... Mike On Tue, Oct 13, 2009 at 7:06 PM, Chris Hostetter wrote: > > Can someone smarter then me review the patch in LUCENE-1974... > > https://issues.apache.org/jira/browse/LUCENE-1974 > > ...on the surface this seems to suggest a pretty serious error somewhere in > the low lev

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765299#action_12765299 ] Michael McCandless commented on LUCENE-1974: Hmm... seems to be a bug in Boole

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765303#action_12765303 ] Robert Muir commented on LUCENE-1974: - Hoss man, i played with this a little, maybe th

[jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765306#action_12765306 ] John Wang commented on LUCENE-1969: --- My bad! The build.xml is not updated with the packa

[jira] Updated: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-1969: -- Attachment: build.xml updated build.xml with package name changes. > adding kamikaze to lucene contri

[jira] Updated: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1979: -- Attachment: lucene-1979.patch Removes almost all deprecations from the indexer package. The on

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765310#action_12765310 ] Michael McCandless commented on LUCENE-1974: Ugh, this is the bug: {code} Ind

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765315#action_12765315 ] Michael Busch commented on LUCENE-1974: --- It's also concerning that no unit test catc

[jira] Commented: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765316#action_12765316 ] Michael McCandless commented on LUCENE-1979: bq. IndexReader#getFieldCacheKey(

[jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765318#action_12765318 ] Michael McCandless commented on LUCENE-1969: Excellent, I can now run ant test

[jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765319#action_12765319 ] Michael McCandless commented on LUCENE-1969: Also, John, have you started the

[jira] Updated: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1969: --- Attachment: kamikaze.test.out Output when I ran "ant test". > adding kamikaze to lu

[jira] Commented: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765320#action_12765320 ] Michael Busch commented on LUCENE-1979: --- OK, will do! > Remove remaining deprecatio

[jira] Assigned: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1969: -- Assignee: Michael McCandless > adding kamikaze to lucene contrib > ---

[jira] Updated: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1979: -- Attachment: lucene-1979-bw.patch Patch for the back-compat trunk. Hmm, everything passes, exc

[jira] Commented: (LUCENE-1969) adding kamikaze to lucene contrib

2009-10-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765324#action_12765324 ] Yonik Seeley commented on LUCENE-1969: -- As a package name, perhaps something like "do

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765327#action_12765327 ] Michael McCandless commented on LUCENE-1974: bq. It's also concerning that no

[jira] Resolved: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1974. Resolution: Fixed Fix Version/s: 3.0 2.9.1 Thanks tangfu

[jira] Updated: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1979: -- Attachment: lucene-1979.patch Same patch as before, but with IndexReader#getFieldCacheKey() un

[jira] Commented: (LUCENE-1974) BooleanQuery can not find all matches in special condition

2009-10-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765332#action_12765332 ] Yonik Seeley commented on LUCENE-1974: -- bq. It's also concerning that no unit test ca

[jira] Commented: (LUCENE-1979) Remove remaining deprecations from indexer package

2009-10-13 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765336#action_12765336 ] Michael McCandless commented on LUCENE-1979: bq. Is it correct that we keep In

  1   2   >