I want to develop an analyzer based on StandardAnalyzer

2006-11-25 Thread christophe leroy
Hello, I need an Analyzer which doesn't separate the underscored words and with the StandardAnalyzer functionnalities. So, the solution is to create a new Analyzer . I have seen several mails about that. I tried to apply the proposed solutions but I have a problem. The idea is to compile from so

Re: Scoring in MatchAllDocsQuery & ConstantScoreQuery

2006-11-25 Thread Paul Elschot
On Saturday 25 November 2006 07:59, Otis Gospodnetic wrote: > Hi, > > Poking around Query/Weight/Scorer classes I finally started understanding how some portions of the scoring works (imagine a lot of lightbulbs now). In one of my Lucene use-cases I really just use it to pull N documents from a

Re: Storing GData Feeds -- need your help!

2006-11-25 Thread Vic Bancroft
Simon Willnauer wrote: I'm actually looking for alternatives and suggestions about this topic, I know you guys have your own schedule but I would really appreciate some help with that. Perhaps the derby would be appropriate, http://db.apache.org/derby/ It is fairly fast, somewhat scalable

Re: Scoring in MatchAllDocsQuery & ConstantScoreQuery

2006-11-25 Thread Yonik Seeley
On 11/25/06, Paul Elschot <[EMAIL PROTECTED]> wrote: On Saturday 25 November 2006 07:59, Otis Gospodnetic wrote: > Hi, > > Poking around Query/Weight/Scorer classes I finally started understanding how some portions of the scoring works (imagine a lot of lightbulbs now). In one of my Lucene use-c

[jira] Updated: (LUCENE-721) Code coverage reports

2006-11-25 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-721?page=all ] Michael Busch updated LUCENE-721: - Attachment: clover.patch Here it is, Grant. This new patch uses Clover to generate code coverage reports. Simply add clover.jar to the ant classpath, do a "c

[jira] Updated: (LUCENE-669) finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file

2006-11-25 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-669?page=all ] Michael Busch updated LUCENE-669: - Attachment: FSDirectory_close_file2.patch Since the new testcase TestStressIndexing has been added as part of the lockless commits I see this test failing re

[jira] Updated: (LUCENE-669) finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput try to close already closed file

2006-11-25 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-669?page=all ] Michael Busch updated LUCENE-669: - Attachment: (was: FSDirectory_close_file_patch.patch) > finalize()-methods of FSDirectory.FSIndexInput and FSDirectory.FSIndexOutput > try to close alrea