Class SortDocsAlphabetically

java.lang.Object
org.dlese.dpc.dds.SortDocsAlphabetically
All Implemented Interfaces:
Comparator

public class SortDocsAlphabetically extends Object implements Comparator
Description of the Class
Author:
ryandear
  • Constructor Details

    • SortDocsAlphabetically

      public SortDocsAlphabetically()
  • Method Details

    • compare

      public int compare(Object o1, Object o2)
      Provide comparison for sorting Lucene documents alphabetically by "title"
      Specified by:
      compare in interface Comparator
      Parameters:
      o1 - document 1
      o2 - document 2
      Returns:
      DESCRIPTION