Snapper 1.0 API

org.enhydra.snapper.wrapper.lucene
Class FieldFilter

java.lang.Object
  extended byorg.apache.lucene.search.Filter
      extended byorg.enhydra.snapper.wrapper.lucene.FieldFilter
All Implemented Interfaces:
java.io.Serializable

public class FieldFilter
extends org.apache.lucene.search.Filter

See Also:
Serialized Form

Constructor Summary
FieldFilter(java.lang.String fieldName)
           
 
Method Summary
 java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFilter

public FieldFilter(java.lang.String fieldName)
Method Detail

bits

public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
                      throws java.io.IOException
Throws:
java.io.IOException

Snapper 1.0 API