Re: CachingWrapperQuery deprecated

2016-02-26 Thread Otmar Caduff
OK, I won't do any caching, Lucene will cache if applicable: https://issues.apache.org/jira/browse/LUCENE-6855 However, I think the usage in the Javadoc ( https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/search/LRUQueryCache.html) should be fixed anyway. On Thu, Feb 25, 2016 at 7:07 PM

CachingWrapperQuery deprecated

2016-02-25 Thread Otmar Caduff
Hi Just switched from Lucene 5.1 to Lucene 5.5 and noticed that org.apache.lucene.search.CachingWrapperQuery has been deprecated. Up until now I used that class to solve the following problem: I have a query covering multiple fields. In the end, I have to give feedback on which fields matched