Searched refs:sort (Results 1 - 7 of 7) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java111 /** the lucene sort instruction based on {@link #order} created via
113 protected Sort sort; field in class:SearchHelper
144 * <li>{@link #sort}</li>
204 sort = new Sort(new SortField("date", SortField.STRING, true));
207 sort = new Sort(new SortField("fullpath", SortField.STRING));
210 sort = Sort.RELEVANCE;
251 TopFieldDocs fdocs = searcher.search(query, null, start + maxItems, sort);
H A DPageConfig.java378 Arrays.sort(files, String.CASE_INSENSITIVE_ORDER);
462 * Get sort orders from the request parameter {@code sort} and if this list
464 * @return a possible empty list which contains the sort order values in
468 List<SortOrder> sort = new ArrayList<SortOrder>();
469 List<String> vals = getParamVals("sort");
473 sort.add(so);
476 if (sort.isEmpty()) {
481 sort.add(so);
485 return sort;
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java99 Sort sort = new Sort(sfield);
107 .search(query, null, hitsPerPage * cachePages, sort);
108 fdocs = searcher.search(query, null,fdocs.totalHits, sort);
/opengrok-jel/web/static/
H A Dopengrok.js709 copy.sort();
718 copy2.sort();
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java810 Arrays.sort(files, new Comparator<File>() {
H A DIndexer.java692 Collections.sort(projects, new Comparator<Project>() {
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 26 milliseconds