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
[ 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
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
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
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.
[ 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
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
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
[ http://issues.apache.org/jira/browse/LUCENE-479?page=all ]
Robert Kirchgessner updated LUCENE-479:
---
Attachment: undeleteAll.patch
> MultiReader.numDocs incorrect after undeleteAll
> ---
>
> Key