mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Fix/search 2304 (#853)
* [SEARCH-2304] using correct parser for solr dates * [SEARCH-2304] fix bug then fieldList is empty * [SEARCH-2304] minor * [SEARCH-2304] select, grouping and where support + tests * [SEARCH-2304] code clean-up + tests * [SEARCH-2304] SqlDateTransformer code conventions + review feedback * [SEARCH-2304] DistributedCastTests code conventions + review feedback * [SEARCH-2304] Distributed Grouping tests code conventions + review feedback * [SEARCH-2304] e2e test * [SEARCH-2304] e2e test * [SEARCH-2304] e2e test Co-authored-by: elia <e.porciani@sease.io>
This commit is contained in:
committed by
GitHub
co-authored by
elia
parent
a3d0986125
commit
604ac1a8f0
+1
-1
@@ -102,7 +102,7 @@ public class RewriteFieldListComponent extends SearchComponent {
|
||||
{
|
||||
fieldListSet.add("*");
|
||||
}
|
||||
else
|
||||
else if (solrReturnFields.getLuceneFieldNames() != null)
|
||||
{
|
||||
fieldListSet.addAll(solrReturnFields.getLuceneFieldNames().stream()
|
||||
.map( field -> AlfrescoSolrDataModel.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user