Re: Explaining a filter; Scorer extending Matcher;

2006-05-23 Thread Paul Elschot
On Monday 22 May 2006 23:43, Chris Hostetter wrote: > > : In case Explanation is also to explain what a Filter does, it would need to > : have both a match flag and a score value. > > that's a good point, i hadn't considered hte possibility of "explaining" > filters much ... but there's no reaso

Re: Explaining a filter; Scorer extending Matcher;

2006-05-23 Thread eks dev
>"DocIterator", that way even TermDocs could impliment it ... I played with that idea and what I learned is that DocIterator should throw IOException as TermDocs throws it (It has been allready mentioned on compact sparse filters JIRA).

JPackage was Re: [VOTE] 2.0 release this Friday?

2006-05-23 Thread DM Smith
I read the ReleaseTodo and saw a task to push to maven, but not to JPackage. Any possibility of adding a task to notify the JPackage folks of the release and perhaps in the future maintaining the package? Otis Gospodnetic wrote: +1 If you want, I can try doing this, but I'm likely going to ha

Re: Explaining a filter; Scorer extending Matcher;

2006-05-23 Thread Erik Hatcher
On May 23, 2006, at 4:26 AM, eks dev wrote: "DocIterator", that way even TermDocs could impliment it ... I played with that idea and what I learned is that DocIterator should throw IOException as TermDocs throws it (It has been allready mentioned on compact sparse filters JIRA). Since w

Re: Loading 5gb index to RAMDirectory

2006-05-23 Thread Yonik Seeley
Hi Michael, The java-commits mailing list is not for posting to. Bug reports or fixes normally get put in a JIRA. I do think this is a good limitation to fix. Going from int to long only costs a single cycle, and that's only on buffer refills (i.e. negligible). There are other places in RAMInpu

Re: Changing Lucene scoring?

2006-05-23 Thread karl wettin
On Fri, 2006-05-19 at 20:20 -0700, Otis Gospodnetic wrote: > On Mon, 2006-05-08 at 18:34 -0700, Otis Gospodnetic wrote: > > > about the possibility of eliminating floating point calculations from > > > Lucene's scoring > > > Did you look in to this? > > > No, not yet. I did start looking at h

[jira] Commented: (LUCENE-551) Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org

2006-05-23 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12412959 ] Doug Cutting commented on LUCENE-551: - Why can't Maven folks upload releases? Why is the burden on Lucene? Lucene publishes releases that anyone can download to standard

[jira] Commented: (LUCENE-551) Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org

2006-05-23 Thread Martin Cooper (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12412965 ] Martin Cooper commented on LUCENE-551: -- To your question #1, the Maven people cannot track every release of every artifact across all open source organisations, which is

Re: Explaining a filter; Scorer extending Matcher;

2006-05-23 Thread Doug Cutting
Erik Hatcher wrote: Since we're moving forward with API refactoring discussions, on the topic of exceptions, perhaps its time to consider putting in our own exception class or hierarchy to decouple ourselves a bit from "IO". There are many in-memory non-disk-IO uses of these API's and havin

Re: Explaining a filter; Scorer extending Matcher;

2006-05-23 Thread Chris Hostetter
: I'll repeat the DocIterator from that thread: : : public interface DocIterator { : public int doc(); : public boolean next(); : public boolean skipTo(int target); : } : : to come to my question: should that interface should also have an : explain(int docNr) m

[jira] Created: (LUCENE-575) SpellChecker min score is increased by time

2006-05-23 Thread Karl Wettin (JIRA)
SpellChecker min score is increased by time --- Key: LUCENE-575 URL: http://issues.apache.org/jira/browse/LUCENE-575 Project: Lucene - Java Type: Bug Components: Search Versions: 1.9 Reporter: Karl Wettin P

[jira] Updated: (LUCENE-575) SpellChecker min score is increased by time

2006-05-23 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-575?page=all ] Karl Wettin updated LUCENE-575: --- Attachment: SpellChecker.java.diff I would have to say this is for 2.0 as the SpellCheck does not work without it in most cases. > SpellChecker min score is inc

[jira] Created: (LUCENE-576) FileNotFoundException triggered by maybeeMergeSergments

2006-05-23 Thread Ian Boston (JIRA)
FileNotFoundException triggered by maybeeMergeSergments --- Key: LUCENE-576 URL: http://issues.apache.org/jira/browse/LUCENE-576 Project: Lucene - Java Type: Bug Components: Index Versions: 1.9 Environ

[jira] Commented: (LUCENE-576) FileNotFoundException triggered by maybeeMergeSergments

2006-05-23 Thread Ian Boston (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-576?page=comments#action_12413035 ] Ian Boston commented on LUCENE-576: --- Setting indexWriter.setMaxMergeDocs(50); indexWriter.setMergeFactor(50); Makes the prob

[jira] Commented: (LUCENE-576) FileNotFoundException triggered by maybeeMergeSergments

2006-05-23 Thread Ian Boston (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-576?page=comments#action_12413039 ] Ian Boston commented on LUCENE-576: --- Found the problem, This is *NOT* a bug, I am an Idiot! I had a stale IndexWriter in the stack, which had old Segment Inforamation, he

[jira] Commented: (LUCENE-551) Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org

2006-05-23 Thread Karl Wettin (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12413040 ] Karl Wettin commented on LUCENE-551: Comment by Doug Cutting [23/May/06 05:22 PM] > Why can't Maven folks upload releases? Why is the burden on Lucene? Lucene > publishes

[jira] Commented: (LUCENE-551) Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org

2006-05-23 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12413041 ] Grant Ingersoll commented on LUCENE-551: I can help, being a Maven user myself. > Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org > ---

[jira] Created: (LUCENE-577) SweetSpotSimiliarity

2006-05-23 Thread Hoss Man (JIRA)
SweetSpotSimiliarity Key: LUCENE-577 URL: http://issues.apache.org/jira/browse/LUCENE-577 Project: Lucene - Java Type: New Feature Components: Search Reporter: Hoss Man Priority: Minor Attachments: ss.patch This is a new Similarity

[jira] Updated: (LUCENE-577) SweetSpotSimiliarity

2006-05-23 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-577?page=all ] Hoss Man updated LUCENE-577: Attachment: ss.patch patch file containing class and test cases > SweetSpotSimiliarity > > > Key: LUCENE-577 > URL: http://issue

[jira] Closed: (LUCENE-576) FileNotFoundException triggered by maybeeMergeSergments

2006-05-23 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-576?page=all ] Hoss Man closed LUCENE-576: --- Resolution: Invalid Glad you were ableto solve your problem, closing. > FileNotFoundException triggered by maybeeMergeSergments > --

[jira] Commented: (LUCENE-551) Make Lucene - Java 1.9.1 Available in Maven2 repository in iBibilio.org

2006-05-23 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-551?page=comments#action_12413058 ] Otis Gospodnetic commented on LUCENE-551: - I added the iBiblio informatoin to http://wiki.apache.org/jakarta-lucene/ReleaseTodo . If you have more details to add, pl

SweetSpotSimiliarity

2006-05-23 Thread Marvin Humphrey
[note: subject header changed from "Re: [jira] Updated: (LUCENE-577) SweetSpotSimiliarity"] Thought-provoking stuff, Hoss... On May 23, 2006, at 5:55 PM, Hoss Man (JIRA) wrote: This is a new Similarity implimention for the contrib/ miscellaneous/ package, it provides a Similiarty designed fo

Re: SweetSpotSimiliarity

2006-05-23 Thread Chris Hostetter
: Presumably you had this in the can, and didn't just implement it : today. :) For those of you who didn't see this afternoon's thread correct, I've been using it for a few months, and ment to contribute it last week .. but i forgot until today's discusion of customizing per field. : originally