|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.solr.search.QueryParsing.SortSpec
public static class QueryParsing.SortSpec
SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
| Method Summary | |
|---|---|
int |
getCount()
Gets the number of documens to return after sorting. |
Sort |
getSort()
Gets the Lucene Sort object, or null for the default sort by score descending. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Sort getSort()
public int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||