On Thu, Oct 16, 2008 at 8:49 PM, Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > On Oct 16, 2008, at 12:08 PM, Edward Capriolo wrote:
<snip/> >> Can I run xindici in memory? would the data be serializable. > > Xindice as-is is capable of using only filesystem based storage. Having said > that, it is possible to implement completely in-memory database, you would > have to replace file based implementation with a memory based one. Actually, Xindice can run in-memory collections, it already has MemFiler to accomplish this. There is also MemValueIndexer, so it is possible to build an index for in-memory collection. <snip/> Natalia