SolrQueryBuilder#search() should print errors at the proper level (MGNLEESOLR-162)

[MGNLEESOLR-216] preintQA Created: 20/Jul/23  Updated: 21/Jul/23  Resolved: 21/Jul/23

Status: Closed
Project: Solr Search Provider
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Sub-task Priority: Neutral
Reporter: Milan Divilek Assignee: Oanh Thai Hoang
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: 1h
Original Estimate: Not Specified

Attachments: PNG File Screen Shot 2023-07-21 at 15.35.51.png    
Template:
Date of First Response:
Sprint: DevX 42
Team: DeveloperX

 Comments   
Comment by Oanh Thai Hoang [ 21/Jul/23 ]

Can't not bundle solr due to nexus is down. I test locally with create new builder for search

 

public class SolrSearchTest {
    
    public static void main(String[] args){
        SolrQueryBuilder solrQueryBuilder = new SolrQueryBuilder(null);
        solrQueryBuilder.query("test").param("this", "is","a","test").search();
    }
}

Here is output. Can see a log error now 

Generated at Mon Feb 12 11:01:12 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.