I want to cache the results returned by lucene search using some second level caching framework for faster cached responses. How can I achieve that?
Asked
Active
Viewed 168 times
1 Answers
0
For frequently used queries (or subqueries), Lucene implements cached searches using Filters, such as FieldCacheTermsFilter, or CachingWrapperFilter to cache the results of an arbitrary filter type.

femtoRgon
- 32,893
- 7
- 60
- 87