Re: Optimizing/minimizing memory usage of memory-based indexes

2006-02-11 Thread Wolfgang Hoschek
Initially it might, but probably eventually not. I was thinking Lucene formats might also be bit more compact than vanilla hash maps, but I guess that depends on many factors. But I will probably want to play with actual queries later on, based on frequencies. OK. In the latter case, are

Optimizing/minimizing memory usage of memory-based indexes

2006-02-10 Thread Tatu Saloranta
I am building a simple classifier system, using Lucene essentially to efficiently+incrementally calculate term frequencies. (due to input variations, I am currently creating a separate index for each attribute, although I guess I could (should?) just use different field for each attribute) Now,