Use a join facet on workflow step does not work.
Example of solr query that failed:
Other facets that failed on ODF with a query on programs:
- contacts.person.workflowStep (repeater.content.workflowStep)
- childProgramParts.workflowStep (content.workflowStep)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://localhost:8983/solr/ametysodfweb-default/select?wt=javabin&version=2: Cannot invoke "org.apache.lucene.index.SortedDocValues.docID()" because "in" is null at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:920) at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:576) at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:533) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:234) at org.ametys.cms.search.solr.SearcherFactory$Searcher._querySolrServer(SearcherFactory.java:470) at org.ametys.cms.search.solr.SearcherFactory$Searcher.searchWithFacets(SearcherFactory.java:427) at org.ametys.cms.search.content.ContentSearcherFactory$SimpleContentSearcher.searchWithFacets(ContentSearcherFactory.java:587) at org.ametys.cms.search.solr.SolrQuerySearchAction.getResults(SolrQuerySearchAction.java:128) at org.ametys.cms.search.solr.SolrQuerySearchAction.doSearch(SolrQuerySearchAction.java:88) at org.ametys.cms.search.cocoon.SearchAction.act(SearchAction.java:138)
- discovered while testing
-
CMS-12048 attribute of repeater in search facet are not computed
- Closed