Re: A Database as a Lucene Index Target

2006-01-11 Thread Nicolas Belisle
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

[jira] Updated: (LUCENE-484) Java Content Repository Directory Implementation

2006-01-06 Thread Nicolas Belisle (JIRA)
[ 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

[jira] Created: (LUCENE-484) Java Content Repository Directory Implementation

2006-01-06 Thread Nicolas Belisle (JIRA)
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

Re: Directory Implementation: Java Content Repository

2005-12-16 Thread Nicolas Belisle
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&#x

Re: Directory Implementation: Java Content Repository

2005-12-14 Thread Nicolas Belisle
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

Directory Implementation: Java Content Repository

2005-12-12 Thread Nicolas Belisle
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