Re: Usage RAMDirectory

2005-10-30 Thread Tobias Lütticke
Hi Rob, > How important is it that the search index be absolutely up to date? Very important, I'am afraid. There are two web apps (out of historical reasons - they are located in the same EAR) with different users. Say a user creates or updates records. Then the changes have to be available im

Re: Usage RAMDirectory

2005-10-28 Thread Rob Young
How important is it that the search index be absolutely up to date? I read from a RAMDirectory based index but the actual index is in a FSDirectory. The way I managed it was to have the RAMDirectory periodically (two hourly) reloaded. My data doesn't have to be completely up to date so this wor

Usage RAMDirectory

2005-10-28 Thread Tobias Lütticke
Hi, for the last days I had the thought lingering in my mind that somehow I had to use the RAMDirectory. I have a production system with plenty of memory so that would be nice. However, it's a update-happy application and the index needs to be persistent (meaning FSDirectory). Therefore I ca