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:
java.io.Serializable

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

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

Field Summary
protected  org.apache.lucene.index.Term prefix
           
 
Method Summary
 java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
           
 
Methods inherited from class org.apache.lucene.search.Filter
getDocIdSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

protected final org.apache.lucene.index.Term prefix
Method Detail

bits

public java.util.BitSet bits(org.apache.lucene.index.IndexReader reader)
                      throws java.io.IOException
Overrides:
bits in class org.apache.lucene.search.Filter
Throws:
java.io.IOException


Copyright © 2006 - 2009 The Apache Software Foundation