Searched defs:pm (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/misc/src/java/org/apache/lucene/index/
H A DIndexSorter.java50 public int compareTo(PostingMap pm) { // order by newDoc id argument
51 return this.newDoc - pm.newDoc;

Completed in 235 milliseconds