Uses of Class
gate.creole.annic.apache.lucene.index.Posting

Packages that use Posting
gate.creole.annic.apache.lucene.index Code to maintain and access indices. 
 

Uses of Posting in gate.creole.annic.apache.lucene.index
 

Methods in gate.creole.annic.apache.lucene.index that return Posting
private  Posting[] DocumentWriter.sortPostingTable()
           
 

Methods in gate.creole.annic.apache.lucene.index with parameters of type Posting
private static void DocumentWriter.quickSort(Posting[] postings, int lo, int hi)
           
private  void DocumentWriter.writePostings(Posting[] postings, String segment)