public class SortDocsAlphabetically
extends java.lang.Object
implements java.util.Comparator
Constructor and Description |
---|
SortDocsAlphabetically() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Provide comparison for sorting Lucene documents alphabetically by "title"
|