Re: search caching

2005-08-03 Thread David Spencer
Chris Fraschetti wrote: I've got an application that performs millions of searches against a If the results are not, say, "personalized", than I suggest some kind of web container cache - I use and like OSCache - and it can even cache page fragments. http://www.opensymphony.com/oscache/

Re: search caching

2005-08-03 Thread Chris Hostetter
: Well, Doug provided this formula a few times, and I don't recall it off : the top of my head, but I do know that the .tii index file will be : fully read into memory, so look at the size of that file to get an : initial idea. the other big piece of caching that goes on is the FieldCache which i

Re: search caching

2005-08-03 Thread Otis Gospodnetic
Searches are not cached (other than possibly by the OS/File system). IndexSearcher can/should be cached (by your application), and how much memory it consumes depends on ... hm, I thought we included a formula for that in Lucene in Action, but it looks like we only included the formula for calcula