Uses of Class
org.apache.lucene.luke.models.documents.TermPosting
-
Packages that use TermPosting Package Description org.apache.lucene.luke.models.documents Models and APIs for the Documents tab -
-
Uses of TermPosting in org.apache.lucene.luke.models.documents
Methods in org.apache.lucene.luke.models.documents that return types with arguments of type TermPosting Modifier and Type Method Description List<TermPosting>Documents. getTermPositions()Returns the list of the position information for the current posting.List<TermPosting>DocumentsImpl. getTermPositions()
-