public abstract class NoCacheFilter
extends org.apache.lucene.search.Filter
Filter denoting the filter
as one that should not be cached, ever.| Constructor and Description |
|---|
NoCacheFilter() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.search.Filter |
wrap(org.apache.lucene.search.Filter filter)
Wraps a filter in a NoCacheFilter or returns it if it already is a NoCacheFilter.
|
Copyright © 2009–2016. All rights reserved.