Java org.apache.lucene.search QueryCache fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.search QueryCache fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.search QueryCache.

The text is from its open source code.

Implementation

org.apache.lucene.search.QueryCache has the following implementations.
Click this link to see all its implementation.

Method

WeightdoCache(Weight weight, QueryCachingPolicy policy)
Return a wrapper around the provided weight that will cache matching docs per-segment accordingly to the given policy.