Hi,
I didn't receive the attachment. Maybe you can contribute your files to
JIRA : http://issues.apache.org/jira/browse/LUCENE
Have you checked the compass framework: http://www.compassframework.org ?
They also developped a JDBC Directory implementation:
http://static.compassframework.org/doc
[ http://issues.apache.org/jira/browse/LUCENE-484?page=all ]
Nicolas Belisle updated LUCENE-484:
---
Attachment: src.zip
This Zip contains the source files. Feel free to put it where it seems the most
appropriate.
> Java Content Repository Direct
Reporter: Nicolas Belisle
Priority: Minor
This is version 1.0 of my Java Content Repository Implementation
(http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html).
This was first discussed in the following thread:
http://www.mail-archive.com/java-dev%40lucene.apache.org/msg02926
I will look into it.
Thanks for the suggestion,
Nicolas
Le 12:25 2005-12-16, vous avez écrit:
Nicolas Belisle wrote:
Since Java Content Repository uses java.io.InputStream, I extended
RAMInputStream to achieve random reads from the java.io.InputStream.
(Have a better idea ?)
So you
the build process
working, hopefully with unit tests using the infrastructure already
in place for the contrib projects, and finally add it as a patch to
JIRA as a .zip file.
Thanks!
Erik
On Dec 12, 2005, at 6:20 PM, Nicolas Belisle wrote:
Hi,
I've implemented a Directory (org.ap
Hi,
I've implemented a Directory (org.apache.lucene.store.Directory) using Java
Content Repository (http://www.jcp.org/en/jsr/detail?id=170).
With it, indexes can be stored in any persistence technology supported by a
Java Content Repository implementation. For example, Jackrabbit (the
refer