Uses of Class
com.sun.labs.minion.Posting

Packages that use Posting
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
com.sun.labs.minion.engine Provides implementations for some of the end-user interfaces. 
 

Uses of Posting in com.sun.labs.minion
 

Methods in com.sun.labs.minion that return types with arguments of type Posting
 java.util.Iterator<java.util.Map.Entry<java.lang.String,java.util.List<Posting>>> Document.getPostings()
          Gets an iterator for the vectored fields in this document.
 java.util.List<Posting> Document.getPostings(java.lang.String field)
          Gets the list of postings associated with a given field.
 

Method parameters in com.sun.labs.minion with type arguments of type Posting
 void Document.setPostings(java.lang.String field, java.util.List<Posting> postings)
          Sets the list of postings associated with a given field.
 

Uses of Posting in com.sun.labs.minion.engine
 

Methods in com.sun.labs.minion.engine that return types with arguments of type Posting
 java.util.Iterator<java.util.Map.Entry<java.lang.String,java.util.List<Posting>>> DocumentImpl.getPostings()
           
 java.util.List<Posting> DocumentImpl.getPostings(java.lang.String field)
           
 

Method parameters in com.sun.labs.minion.engine with type arguments of type Posting
 void DocumentImpl.setPostings(java.lang.String field, java.util.List<Posting> postings)