Re: Caching lucene index

2016-07-12 Thread Adrien Grand
We do not have anything that is designed to address this use-case, except maybe MemoryIndex if your use-case involves indexing a single document. I don't really have suggestions except making sure that the number of indices that you maintain at any point in time is bounded. Lucene indices typically

Re: caching lucene

2006-05-18 Thread Erik Hatcher
On May 18, 2006, at 3:06 AM, Alberto Marquÿe9s wrote: Hello I need to know if Lucene has breaks for search, and in case of having it if I can form it and like becoming it. huh? I'm sorry, but I do not understand the question. Erik -