org.apache.solr.search
Class PrefixFilter

java.lang.Object
  extended by org.apache.lucene.search.Filter
      extended by org.apache.solr.search.PrefixFilter
All Implemented Interfaces:
Serializable

public class PrefixFilter
extends Filter

Version:
$Id: PrefixFilter.java 473066 2006-11-09 20:34:19Z yonik $
Author:
yonik
See Also:
Serialized Form

Field Summary
protected  Term prefix
           
 
Method Summary
 BitSet bits(IndexReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected final Term prefix
Method Detail

bits

public BitSet bits(IndexReader reader)
            throws IOException
Specified by:
bits in class Filter
Throws:
IOException


Copyright © 2006 - 2009 The Apache Software Foundation