Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterCachingPolicy.CacheOnLargeSegments
Deprecated.
A simple policy that only caches on the largest segments of an index.
|
class |
UsageTrackingFilterCachingPolicy
A
FilterCachingPolicy that tracks usage statistics of recently-used
filters in order to decide on which filters are worth caching. |
Modifier and Type | Field and Description |
---|---|
static FilterCachingPolicy |
FilterCachingPolicy.ALWAYS_CACHE
Deprecated.
A simple policy that caches all the provided filters on all segments.
|
Modifier and Type | Method and Description |
---|---|
Filter |
LRUFilterCache.doCache(Filter filter,
FilterCachingPolicy policy)
Deprecated.
|
Filter |
FilterCache.doCache(Filter filter,
FilterCachingPolicy policy)
Deprecated.
Return a wrapper around the provided
filter that will cache
DocIdSet s per-segment accordingly to the given policy . |
Constructor and Description |
---|
CachingWrapperFilter(Filter filter,
FilterCachingPolicy policy)
Deprecated.
Wraps another filter's result and caches it according to the provided policy.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.