Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.4
-
None
-
None
-
None
-
New
Description
I'm using TermGroupFacetCollector
BooleanQuery.Builder b = new BooleanQuery.Builder();
for (Long id : keywordIds)
TermGroupFacetCollector c = TermGroupFacetCollector.createTermGroupFacetCollector(sortedIdFieldName, sortedKeywordFieldName, true, null, keywordsSize);
s.search(b.build(), c);
I'm not able to make sort in method "search", because there is no necessary method's signature with Sort and Collector, how can it be solved?