Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
6.6
-
None
-
None
Description
When searching by bjq and sorting by matching child currency field like
sort=childfield(currency_field) desc it fails with
UnsupportedOperationException: Sort type REWRITEABLE is not supported at org.apache.lucene.search.join.ToParentBlockJoinSortField.<init>(ToParentBlockJoinSortField.java:65)
At least it's good to start documenting workaround. Btw why don't allow functions over children just by rewriting underneath sort field?
Attachments
Issue Links
- is related to
-
SOLR-10521 sort by string field of the nested child when searching with {!parent}
- Closed