Advice on reading indexes
Posted
by London
on Stack Overflow
See other posts from Stack Overflow
or by London
Published on 2010-06-05T17:40:15Z
Indexed on
2010/06/05
17:42 UTC
Read the original article
Hit count: 136
Hello, I'm trying to figure out the right way to read lucene index only once whilst running the application multiple times, how can I do that in java?
Because indexed data will not change so reading them each time would not be necessary. Can someone explain me the logic of it reading them only once? thank you
© Stack Overflow or respective owner