Hi, While searching, i believe only one NutchBean gets created and it serves all the users who search. I want to know, whether the IndexSearcher of the NutchBean keeps the indexed data in RAM or it contacts the physical storage for each querying. Is it possible to change this behaviour? Is there a way to destroy the NutchBean gracefully, so that all the file handlers to the index gets closed properly?
Rgds D Saravanaraj On 1/8/06, Raghavendra Prabhu <[EMAIL PROTECTED]> wrote: > > Can anyone point out what will be the memory that IndexSearcher consumes > > The one within NutchBean. > > Since we pass the indexed folder as a parameter to IndexSearcher,i am > assuming that it depends upon > the size of the index. > > But can you give me a rough idea of how memory it is going to consume . > > Rgds. > > Raghavendra Prabhu > >
