com.atlassian.greenhopper.service.lucene
Class DocumentRightJoinEnum

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

public class DocumentRightJoinEnum
extends java.lang.Object
implements RightJoinEnum


Constructor Summary
DocumentRightJoinEnum(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

DocumentRightJoinEnum

public DocumentRightJoinEnum(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-2012 Atlassian. All Rights Reserved.