com.atlassian.greenhopper.service.lucene
Class BitSetRightJoinEnum

java.lang.Object
  extended by com.atlassian.greenhopper.service.lucene.BitSetRightJoinEnum
All Implemented Interfaces:
RightJoinEnum

public class BitSetRightJoinEnum
extends java.lang.Object
implements RightJoinEnum


Constructor Summary
BitSetRightJoinEnum(org.apache.lucene.index.IndexReader rightReader, java.lang.String rightField, java.util.BitSet rightDocIds)
           
 
Method Summary
 void close()
           
 java.lang.String describe()
           
 boolean hasNext()
           
 void reset()
           
 org.apache.lucene.index.Term term()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitSetRightJoinEnum

public BitSetRightJoinEnum(org.apache.lucene.index.IndexReader rightReader,
                           java.lang.String rightField,
                           java.util.BitSet rightDocIds)
Method Detail

reset

public void reset()
           throws java.io.IOException
Specified by:
reset in interface RightJoinEnum
Throws:
java.io.IOException

hasNext

public boolean hasNext()
                throws java.io.IOException
Specified by:
hasNext in interface RightJoinEnum
Throws:
java.io.IOException

term

public org.apache.lucene.index.Term term()
Specified by:
term in interface RightJoinEnum

close

public void close()
           throws java.io.IOException
Specified by:
close in interface RightJoinEnum
Throws:
java.io.IOException

describe

public java.lang.String describe()
Specified by:
describe in interface RightJoinEnum


Copyright © 2007-2013 Atlassian. All Rights Reserved.