Uses of Interface
org.galagosearch.core.index.IndexElement

Packages that use IndexElement
org.galagosearch.core.index   
 

Uses of IndexElement in org.galagosearch.core.index
 

Classes in org.galagosearch.core.index that implement IndexElement
 class ExtentListBuffer
           
 class GenericElement
           
 class PositionIndexWriter.PositionsList
           
 class SparseFloatListWriter.DoubleInvertedList
           
 

Methods in org.galagosearch.core.index with parameters of type IndexElement
 void IndexWriter.add(IndexElement list)
           
 void IndexWriter.updateBufferedSize(IndexElement list)
           
 

Method parameters in org.galagosearch.core.index with type arguments of type IndexElement
 boolean IndexWriter.wordsInOrder(java.util.List<IndexElement> blockLists)
          Returns true if the lists are sorted in ascending order by key.
 void IndexWriter.writeBlock(java.util.List<IndexElement> blockLists, long length)
           
 



Copyright © 2009. All Rights Reserved.