Xindice API
version 1.2m1

org.apache.xindice.core.query.ftsearch
Class NodeTermEnum

java.lang.Object
  extended byorg.apache.lucene.index.TermEnum
      extended byorg.apache.xindice.core.query.ftsearch.NodeTermEnum

public class NodeTermEnum
extends org.apache.lucene.index.TermEnum

Ordered set of terms used by NodeReader.

Version:
$Revision: 584476 $, $Date: 2007-10-13 22:41:50 -0400 (Sat, 13 Oct 2007) $

Constructor Summary
NodeTermEnum(SortedMap termMap)
           
NodeTermEnum(SortedMap termMap, org.apache.lucene.index.Term t)
           
 
Method Summary
 void close()
          Not applicable
 int docFreq()
           
 boolean next()
           
 org.apache.lucene.index.Term term()
           
 
Methods inherited from class org.apache.lucene.index.TermEnum
skipTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTermEnum

public NodeTermEnum(SortedMap termMap)

NodeTermEnum

public NodeTermEnum(SortedMap termMap,
                    org.apache.lucene.index.Term t)
Method Detail

next

public boolean next()

term

public org.apache.lucene.index.Term term()

docFreq

public int docFreq()

close

public void close()
Not applicable


Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.