Hi, for a "light-version" of my project, that has absolutely no access to the harddrive (doing everything in main memory), I need to know if it is possible to keep the lucene Searchindex in the main memory. In my repository.xml I use <FileSystem class="org.apache.jackrabbit.core.fs.mem.MemoryFileSystem"> for(<Repository>, <Workspace>, <Versioning>)
What should I use for the SearchIndex? <SearchIndex class="org.apache.jackrabbit.core.query.lucene.???"> Regards, Sebastian
