Snapper 1.1 API

org.enhydra.snapper.wrapper.lucene
Class FieldFilter

java.lang.Object
  extended by org.apache.lucene.search.Filter
      extended by org.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
Specified by:
bits in class org.apache.lucene.search.Filter
Throws:
java.io.IOException

Snapper 1.1 API