public class SortResultDocsAlphabetically
extends java.lang.Object
implements java.util.Comparator
| Constructor and Description |
|---|
SortResultDocsAlphabetically() |
| 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"
|