public abstract class Filter extends Object implements Serializable
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
abstract BitSet |
bits(IndexReader reader)
Returns a BitSet with true for documents which should be permitted in
search results, and false for those that should not.
|
public abstract BitSet bits(IndexReader reader) throws IOException
IOExceptionCopyright © 2024 GATE. All rights reserved.