org.apache.lucene.chunk
Class SparseStringComparator.Entry

Object
  extended by SparseStringComparator.Entry
Enclosing class:
SparseStringComparator

 class SparseStringComparator.Entry
extends Object

A single entry in the sorting table


Field Summary
(package private)  int docId
           
(package private)  int order
           
(package private)  String termText
           
 
Constructor Summary
SparseStringComparator.Entry()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docId

int docId

termText

String termText

order

int order
Constructor Detail

SparseStringComparator.Entry

SparseStringComparator.Entry()