Re: Contrib tests fail if core jar is not up to date

2010-03-18 Thread Shai Erera
Uwe, (1) the problem is not the missing dependency, but rather the use of lucene.jar.present. So you'll need to remove it as well. (2) Adding build/classes/java is not enough - you'll need to add a target dependency on compile-core or something. I guess you already know that. Just pointing it out

[jira] Updated: (LUCENE-2323) reorganize contrib modules

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2323: Attachment: LUCENE-2323.patch attached is a patch for the first moves outlined. before applying t

[jira] Assigned: (LUCENE-2323) reorganize contrib modules

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reassigned LUCENE-2323: --- Assignee: Robert Muir > reorganize contrib modules > -- > >

[jira] Updated: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-2312: - Comment: was deleted (was: I'm hitting a weird error where after executing a ram buf ter

[jira] Commented: (LUCENE-2127) Improved large result handling

2010-03-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847146#action_12847146 ] Jason Rutherglen commented on LUCENE-2127: -- What's the status of this one? I'm q

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847140#action_12847140 ] Jason Rutherglen commented on LUCENE-2312: -- I'm hitting a weird error where after

Re: Contrib tests fail if core jar is not up to date

2010-03-18 Thread Robert Muir
On Thu, Mar 18, 2010 at 5:50 PM, Chris Hostetter wrote: > > It's a hack, but it's a useful hack for getting nightly builds that can > report on the tests for all contribs, even if the first one fails (it's > less useful when one contrib depends on another, but that's a more complex > issue) > > -

Re: Contrib tests fail if core jar is not up to date

2010-03-18 Thread Chris Hostetter
: In addition to what Shai mentioned, I wanted to say that there are : other oddities about how the contrib tests run in ant. For example, : I'm not sure why we create the junitfailed.flag files (I think it has : something to do with detecting top-level that a single contrib : failed). Correct ..

RE: Contrib tests fail if core jar is not up to date

2010-03-18 Thread Uwe Schindler
Hi Shai, there is no way to do this with ant (detecting code change). The ant script *always* builds the jar file. In this case, it is just missing the dependency to jar-core in test-contrib. Alternatively, test-contrib should not use the jar file at all and simply add build/classes/java to

Re: Contrib tests fail if core jar is not up to date

2010-03-18 Thread Robert Muir
On Thu, Mar 18, 2010 at 5:33 PM, Shai Erera wrote: > Hi > > I've noticed that sometimes, after I run test-core and test-contrib, and > then change core code, test-contrib fail on NoSuchMethodError and stuff like > that. I've noticed that core.jar exists under build, and I assumed it's used > by te

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-18 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847123#action_12847123 ] Jason Rutherglen commented on LUCENE-2312: -- For the skip list, we could reuse wha

Contrib tests fail if core jar is not up to date

2010-03-18 Thread Shai Erera
Hi I've noticed that sometimes, after I run test-core and test-contrib, and then change core code, test-contrib fail on NoSuchMethodError and stuff like that. I've noticed that core.jar exists under build, and I assumed it's used by test-contrib, and probably is not recreated after core code has c

[jira] Commented: (LUCENE-2331) Add NoOpMergePolicy

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847086#action_12847086 ] Shai Erera commented on LUCENE-2331: In the process, I'll also add a NoMergeScheduler

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847068#action_12847068 ] Michael Busch commented on LUCENE-2329: --- bq. Hmm the challenge is that the tracking

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847063#action_12847063 ] Michael McCandless commented on LUCENE-2328: Yes please clean as you go Earwin

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847058#action_12847058 ] Michael McCandless commented on LUCENE-2329: bq. Actually, when I talked about

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847053#action_12847053 ] Earwin Burrfoot commented on LUCENE-2328: - > Must the Dir insist the file is close

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847050#action_12847050 ] Michael McCandless commented on LUCENE-2328: In the current proposal, IndexOut

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847036#action_12847036 ] Shai Erera commented on LUCENE-2328: Yeah I guess I wasn't clear enough. So suppose so

[jira] Commented: (LUCENE-2320) Add MergePolicy to IndexWriterConfig

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847034#action_12847034 ] Shai Erera commented on LUCENE-2320: Thanks Mike ! > Add MergePolicy to IndexWriterCo

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847024#action_12847024 ] Michael Busch commented on LUCENE-2329: --- bq. This issue is just about how IndexWrite

[jira] Commented: (LUCENE-2331) Add NoOpMergePolicy

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847018#action_12847018 ] Michael McCandless commented on LUCENE-2331: +1 for NoMergePolicy > Add NoOpM

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847015#action_12847015 ] Michael McCandless commented on LUCENE-2328: Must the Dir insist the file is c

Re: lucene and solr trunk

2010-03-18 Thread Michael McCandless
All tests pass for me :) Mike On Thu, Mar 18, 2010 at 12:27 PM, Mark Miller wrote: > Alight, so we have implemented Hoss' suggestion here on the lucene/solr > merged dev branch at lucene/solr/branches/newtrunk. > > Feel free to check it out and give some feedback. > > We also roughly have Solr r

Re: lucene and solr trunk

2010-03-18 Thread Mark Miller
Alight, so we have implemented Hoss' suggestion here on the lucene/solr merged dev branch at lucene/solr/branches/newtrunk. Feel free to check it out and give some feedback. We also roughly have Solr running on Lucene trunk - eg compiling Solr will first compile lucene and run off those compil

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847010#action_12847010 ] Earwin Burrfoot commented on LUCENE-2328: - Every Directory implementation decides

[jira] Commented: (LUCENE-2320) Add MergePolicy to IndexWriterConfig

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847008#action_12847008 ] Michael McCandless commented on LUCENE-2320: The patch looks great Shai -- I p

[jira] Commented: (LUCENE-2320) Add MergePolicy to IndexWriterConfig

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846997#action_12846997 ] Shai Erera commented on LUCENE-2320: Mike - are you reviewing it? I think I fixed all

[jira] Commented: (LUCENE-2331) Add NoOpMergePolicy

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846998#action_12846998 ] Shai Erera commented on LUCENE-2331: I like NoMergesPolicy ... perhaps, like NoLockFac

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846996#action_12846996 ] Shai Erera commented on LUCENE-2328: bq. changing FSD.IndexOutput accordingly Th

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846991#action_12846991 ] Earwin Burrfoot commented on LUCENE-2328: - Okay, summing up. 1. Directory gets a

[jira] Commented: (LUCENE-2280) IndexWriter.optimize() throws NullPointerException

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846985#action_12846985 ] Michael McCandless commented on LUCENE-2280: Yes close() does commit() interna

[jira] Commented: (LUCENE-2280) IndexWriter.optimize() throws NullPointerException

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846984#action_12846984 ] Michael McCandless commented on LUCENE-2280: >From the log I can see that you

[jira] Resolved: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2327. Resolution: Invalid OK I'm resolving as optimistically invalid :) > IndexOutOfBou

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846960#action_12846960 ] Michael McCandless commented on LUCENE-2328: {quote} bq. Keeping track of not-

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846956#action_12846956 ] Earwin Burrfoot commented on LUCENE-2328: - > Keeping track of not-yet-sync'd files

[jira] Commented: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Shane (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846954#action_12846954 ] Shane commented on LUCENE-2327: --- I believe at the time we were storing on a NAS via NFS. If

[jira] Reopened: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler reopened LUCENE-2302: --- Assignee: Uwe Schindler Add note to backwards compatibility section: - TermAttribute now c

[jira] Commented: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846947#action_12846947 ] Michael McCandless commented on LUCENE-2327: Yikes -- you had 10 corrupted seg

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846946#action_12846946 ] Michael McCandless commented on LUCENE-2329: This issue is just about how Inde

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846944#action_12846944 ] Michael McCandless commented on LUCENE-2328: Keeping track of not-yet-sync'd f

[jira] Commented: (LUCENE-2332) Mrge CharTermAttribute and deprecations to trunk

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846943#action_12846943 ] Robert Muir commented on LUCENE-2332: - I agree. This gives us a chance to make sure i

[jira] Created: (LUCENE-2332) Mrge CharTermAttribute and deprecations to trunk

2010-03-18 Thread Uwe Schindler (JIRA)
Mrge CharTermAttribute and deprecations to trunk Key: LUCENE-2332 URL: https://issues.apache.org/jira/browse/LUCENE-2332 Project: Lucene - Java Issue Type: New Feature Affects Versions: 3.

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846938#action_12846938 ] Earwin Burrfoot commented on LUCENE-2328: - > How would IndexInput report back to t

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846936#action_12846936 ] Andrzej Bialecki commented on LUCENE-2329: --- Slightly off-topic ... Having a fac

[jira] Resolved: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2302. --- Resolution: Fixed Was accidently committed with merge. Sorry. Revision: 924791 > Replaceme

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846933#action_12846933 ] Uwe Schindler commented on LUCENE-2302: --- bq. How about instead of TermToBytesRefAttr

[jira] Commented: (LUCENE-2331) Add NoOpMergePolicy

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846926#action_12846926 ] Earwin Burrfoot commented on LUCENE-2331: - NoMergesPolicy - that's exactly what it

[jira] Created: (LUCENE-2331) Add NoOpMergePolicy

2010-03-18 Thread Shai Erera (JIRA)
Add NoOpMergePolicy --- Key: LUCENE-2331 URL: https://issues.apache.org/jira/browse/LUCENE-2331 Project: Lucene - Java Issue Type: New Feature Components: Index Reporter: Shai Erera Fix For:

[jira] Resolved: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2326. --- Resolution: Fixed Committed revision: 924781 (with correct zip file name) > Remove SVN.exe

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846913#action_12846913 ] Shai Erera commented on LUCENE-2328: How would IndexInput report back to the Directory

[jira] Commented: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Shane (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846912#action_12846912 ] Shane commented on LUCENE-2327: --- The index is relatively old and doesn't appear to have been

[jira] Commented: (LUCENE-2330) Allow easy extension of IndexWriter

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846906#action_12846906 ] Shai Erera commented on LUCENE-2330: Sure, I'll annotate whatever is needed for PI (e.

[jira] Updated: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Shane (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane updated LUCENE-2327: -- Attachment: CheckIndex.txt CheckIndex output generated by Luke v1.0.0. > IndexOutOfBoundsException in FieldIn

[jira] Commented: (LUCENE-2330) Allow easy extension of IndexWriter

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846903#action_12846903 ] Earwin Burrfoot commented on LUCENE-2330: - Please, only open up something if you d

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846902#action_12846902 ] Earwin Burrfoot commented on LUCENE-2328: - Btw, initial problem stems from the fac

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846900#action_12846900 ] Robert Muir commented on LUCENE-2326: - Thanks Uwe, this simplifies our tests. Its nic

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846899#action_12846899 ] Earwin Burrfoot commented on LUCENE-2328: - I'm proposing something even more dead

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846897#action_12846897 ] Uwe Schindler commented on LUCENE-2326: --- Sorry, ZIP file has wrong name. Fixed here

[jira] Updated: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2326: -- Attachment: TestVnowballVocabData.zip LUCENE-2326-snowball-try2.patch Here the

[jira] Commented: (LUCENE-2280) IndexWriter.optimize() throws NullPointerException

2010-03-18 Thread Ritesh Nigam (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846892#action_12846892 ] Ritesh Nigam commented on LUCENE-2280: -- I installed a test setup with lucene 3.0.0 an

[jira] Created: (LUCENE-2330) Allow easy extension of IndexWriter

2010-03-18 Thread Shai Erera (JIRA)
Allow easy extension of IndexWriter --- Key: LUCENE-2330 URL: https://issues.apache.org/jira/browse/LUCENE-2330 Project: Lucene - Java Issue Type: Improvement Components: Index Reporter:

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846890#action_12846890 ] Shai Erera commented on LUCENE-2328: ok so let me see if I understand this. Before Ear

Re: How can I use QueryScorer() to find only perfect matches??

2010-03-18 Thread Michael McCandless
Unfortunately, highlighter (and I think also fast vector highlighter) are able to return a set of fragments which do not match the query (eg, they only show one of the two required terms). I really don't like that they do this. Ideally (to me) the entire excerpt (ie, all fragments appended togeth

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846880#action_12846880 ] Earwin Burrfoot commented on LUCENE-2328: - > EG running merges (or any still-open

[jira] Commented: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846877#action_12846877 ] Michael McCandless commented on LUCENE-2302: I like the name CharTermAttribute

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846872#action_12846872 ] Michael McCandless commented on LUCENE-2328: I like this idea! But, we don't

RE: svn commit: r924731 - in /lucene/java/trunk/contrib/analyzers/common: build.xml src/test/org/apache/lucene/analysis/snowball/ src/test/org/apache/lucene/analysis/snowball/TestSnowballVocab.java

2010-03-18 Thread Uwe Schindler
I am currently unhappy on lucene because of: - LuSolr - communication differences - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Yonik Seeley [mailto:ysee...@gmail.com] > Sent: Thursday, March 18, 2010

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846863#action_12846863 ] Robert Muir commented on LUCENE-2326: - bq. Lets change to a zip file as the tests will

Re: svn commit: r924731 - in /lucene/java/trunk/contrib/analyzers/common: build.xml src/test/org/apache/lucene/analysis/snowball/ src/test/org/apache/lucene/analysis/snowball/TestSnowballVocab.java

2010-03-18 Thread Yonik Seeley
E, let's strive for slightly better commit messages ;-) -Yonik On Thu, Mar 18, 2010 at 7:48 AM, wrote: > Author: uschindler > Date: Thu Mar 18 11:48:11 2010 > New Revision: 924731 > > URL: http://svn.apache.org/viewvc?rev=924731&view=rev > Log: > LUCENE-2326: As rmuir seems to bug me about t

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846860#action_12846860 ] Uwe Schindler commented on LUCENE-2326: --- Man, I reverted the snowball part. Lets ch

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846852#action_12846852 ] Robert Muir commented on LUCENE-2326: - bq. What did you to for this to happen? Uwe,

[jira] Updated: (LUCENE-2302) Replacement for TermAttribute+Impl with extended capabilities (byte[] support, CharSequence, Appendable)

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2302: -- Attachment: LUCENE-2302.patch Updated patch for current flex HEAD. Still backwards needs to be

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846835#action_12846835 ] Earwin Burrfoot commented on LUCENE-2328: - A shot in the sky (didn't delve deep in

Re: How can I use QueryScorer() to find only perfect matches??

2010-03-18 Thread chris.stodola
Hi Erick, I did as recommended and changed the query approprietly. But the result is still the same. On page 78 in the book "lucene in action" it is explained how scoring is working. Therefore I get more results than the exact match I was expecting. But how can I highlight in a large document onl

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846825#action_12846825 ] Michael McCandless commented on LUCENE-2328: Yes I think that's it. > IndexWr

Re: Baby steps towards making Lucene's scoring more flexible...

2010-03-18 Thread Michael McCandless
On Mon, Mar 15, 2010 at 7:49 PM, Marvin Humphrey wrote: > On Mon, Mar 15, 2010 at 05:28:33AM -0500, Michael McCandless wrote: >> I mean specifically one should not have to commit to the precise >> scoring model they will use for a given field, when they index that >> field. > > Yeah, I've never se

[jira] Commented: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846821#action_12846821 ] Shai Erera commented on LUCENE-2328: Would that mean removing files from synced whenev

Changes in SVN (backwards-compatibility branch removed, Snowball test data)

2010-03-18 Thread Uwe Schindler
Hi all, Yesterday morning I committed https://issues.apache.org/jira/browse/LUCENE-2326 - If you currently have checked out Lucene repositories, I recommend to do the following: (1) Check, if you have changes in your backwards folder; if yes, create a patch (use svn diff inside the branch chec

[jira] Commented: (LUCENE-2327) IndexOutOfBoundsException in FieldInfos.java

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846813#action_12846813 ] Michael McCandless commented on LUCENE-2327: This exception looks like index c

[jira] Updated: (LUCENE-2320) Add MergePolicy to IndexWriterConfig

2010-03-18 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2320: --- Attachment: LUCENE-2320.patch Fixed a copy-paste comment error in IndexWriter (introduced in LUCENE-

Re: IndexWriter.synced field accumulates data

2010-03-18 Thread Michael McCandless
Thanks! Mike On Wed, Mar 17, 2010 at 3:16 PM, Gregor Kaczor wrote: > followup in > > https://issues.apache.org/jira/browse/LUCENE-2328 > > > Original-Nachricht >> Datum: Wed, 17 Mar 2010 14:30:25 -0500 >> Von: Michael McCandless >> An: java-dev@lucene.apache.org >> Betreff: Re

[jira] Updated: (LUCENE-2328) IndexWriter.synced field accumulates data leading to a Memory Leak

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2328: --- Fix Version/s: 3.1 Anyone wanna cons up a patch here...? > IndexWriter.synced fiel

[jira] Commented: (LUCENE-2329) Use parallel arrays instead of PostingList objects

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846807#action_12846807 ] Michael McCandless commented on LUCENE-2329: This would be great! But, note t

Re: lucene and solr trunk

2010-03-18 Thread Earwin Burrfoot
> Unless maven has some features i'm not aware of, your "nicely depends" > works buy pulling Lucene jars from a repository The 'missing feature' is called multi-module projects. On Thu, Mar 18, 2010 at 03:33, Chris Hostetter wrote: > : build and nicely gets all dependencies to Lucene and Tika whe

[jira] Commented: (LUCENE-2312) Search on IndexWriter's RAM Buffer

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846804#action_12846804 ] Michael McCandless commented on LUCENE-2312: {quote} Can't we simply throw awa

[jira] Commented: (LUCENE-2323) reorganize contrib modules

2010-03-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846798#action_12846798 ] Michael McCandless commented on LUCENE-2323: {quote} Until code in contrib is

[jira] Commented: (LUCENE-2326) Remove SVN.exe and revision numbers from build.xml by svn-copy the backwards branch and linking snowball tests by svn:externals

2010-03-18 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846778#action_12846778 ] Uwe Schindler commented on LUCENE-2326: --- What did you to for this to happen? You ca