cancel
Showing results for 
Search instead for 
Did you mean: 

TREX Search API, cannot find: SearchQueryListBuilder

Former Member
0 Kudos
62

Hi,

I have build a search component for TREX in the portal.

it is build so that the search query string is manually split up in terms and logiclly operators, and based on that, a IQueryEntryList is build up of IQueryEntry's and used to search with IFederated search.

BUT I rather want to use the <b>SearchQueryBuilder</b> to create the IQueryEntryList, because then I dont need to manually check the phrase for boolean operators (and/or/not).

<b><i>Where can I find it in the SAP EP? wich .PAR/.WAR file can I find it in?</i></b>

Message was edited by: Flemming Madsen

Accepted Solutions (1)

Accepted Solutions (1)

harman_shahi
Contributor
0 Kudos

Hi Flemming,

The Class 'SearchQueryBuilder' can be found in the jar file 'km.shared.ui.util_api.jar'.

Location

...usr/sap/EPD1/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal\portalapps\com.sap.km.cm.ui\lib\km.shared.ui.util_api.jar

regards,

harman

Former Member
0 Kudos

Thanks a lot

Answers (0)