com.atlassian.bonnie.search
Class InvertedQueryFilter

java.lang.Object
  extended byorg.apache.lucene.search.Filter
      extended bycom.atlassian.bonnie.search.InvertedQueryFilter
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
InvertedQueryFilter(org.apache.lucene.search.Query query)
          Constructs a filter which DOES NOT match documents matching

query.

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

Constructor Detail

InvertedQueryFilter

public InvertedQueryFilter(org.apache.lucene.search.Query query)
Constructs a filter which DOES NOT match documents matching

query.

Method Detail

bits

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

toString

public java.lang.String toString()


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.