New Lucene-based application.

2005-12-07 Thread victorn
kbforge.com is pleased to announce the first public release of "kbforge", a new, completely free, desktop search application specifically designed for software developers. What differentiates kbforge from other desktop search programs, is its ability to assist the user in categorising the info

[jira] Resolved: (LUCENE-469) (Parallel-)MultiSearcher: using Sort object changes the scores

2005-12-07 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-469?page=all ] Yonik Seeley resolved LUCENE-469: - Fix Version: 1.9 Resolution: Fixed Assign To: Yonik Seeley Fixed a small bug in the test (passing a null analyzer which causes a NPE with the

Re: svn commit: r351548 - in /lucene/java/trunk/src/test/org/apache/lucene: index/store/FSDirectoryTest.java index/store/TestFSDirectory.java util/StringHelperTest.java util/TestStringHelper.java

2005-12-07 Thread Yonik Seeley
TestFSDirectory fails for me: [junit] Testcase: testTmpDirIsPlainFile(org.apache.lucene.index.store.TestFSDirectory): Caused an ERROR [junit] Access is denied [junit] java.io.IOException: Access is denied [junit] at java.io.WinNTFileSystem.createFileExclusively(Native Metho

Re: "Advanced" query language

2005-12-07 Thread Doug Cutting
Erik Hatcher wrote: While there have been several different topics brought up on this thread, it seems we're diverging from the original idea. Let's consider the most basic use case example here, and I'm making it intentionally as concrete as possible: A Swing client performs searches by

Re: svn commit: r351548 - in /lucene/java/trunk/src/test/org/apache/lucene: index/store/FSDirectoryTest.java index/store/TestFSDirectory.java util/StringHelperTest.java util/TestStringHelper.java

2005-12-07 Thread Erik Hatcher
On Dec 7, 2005, at 1:32 PM, Yonik Seeley wrote: TestFSDirectory fails for me: [junit] Testcase: testTmpDirIsPlainFile(org.apache.lucene.index.store.TestFSDirectory): Caused an ERROR [junit] Access is denied [junit] java.io.IOException: Access is denied [junit] at java.io.

[jira] Resolved: (LUCENE-289) [patch] better support gcj compilation

2005-12-07 Thread Erik Hatcher (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-289?page=all ] Erik Hatcher resolved LUCENE-289: - Fix Version: 1.9 Resolution: Fixed Assign To: Erik Hatcher (was: Lucene Developers) Applied (manually). There were no votes against this cha

[jira] Created: (LUCENE-478) CJK char list

2005-12-07 Thread John Wang (JIRA)
CJK char list - Key: LUCENE-478 URL: http://issues.apache.org/jira/browse/LUCENE-478 Project: Lucene - Java Type: Bug Components: Analysis Versions: 1.4 Reporter: John Wang Priority: Minor Seems the character list in the CJK section

[jira] Created: (LUCENE-479) MultiReader.numDocs incorrect after undeleteAll

2005-12-07 Thread Robert Kirchgessner (JIRA)
MultiReader.numDocs incorrect after undeleteAll --- Key: LUCENE-479 URL: http://issues.apache.org/jira/browse/LUCENE-479 Project: Lucene - Java Type: Bug Components: Index Versions: CVS Nightly - Specify date in sub

[jira] Updated: (LUCENE-479) MultiReader.numDocs incorrect after undeleteAll

2005-12-07 Thread Robert Kirchgessner (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-479?page=all ] Robert Kirchgessner updated LUCENE-479: --- Attachment: undeleteAll.patch > MultiReader.numDocs incorrect after undeleteAll > --- > > Key