|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortBuilder | |
|---|---|
| net.conquiris.lucene.search | |
| Uses of SortBuilder in net.conquiris.lucene.search |
|---|
| Methods in net.conquiris.lucene.search that return SortBuilder | |
|---|---|
SortBuilder |
SortBuilder.add(BooleanSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(BooleanSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(DoubleSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(DoubleSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(FloatSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(FloatSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(InstantSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(InstantSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(IntegerSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(IntegerSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(Iterable<? extends SortField> fields)
Adds some sort fields. |
SortBuilder |
SortBuilder.add(LongSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(LongSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(SortField... fields)
Adds some sort fields. |
SortBuilder |
SortBuilder.add(SortField field)
Adds a sort field. |
SortBuilder |
SortBuilder.add(TextSchemaItem field)
Adds a sort by terms in the field specified by the provided schema item. |
SortBuilder |
SortBuilder.add(TextSchemaItem field,
boolean reverse)
Adds a sort by terms in the field specified by the provided schema item. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||