Records Boost and Burry feature allow you to show products at the top or bottom depending on the values set for boost and burry.
Endeca also allows you to set multiple sorting parameters when querying MDEX engine. For example “N=0&Ns=Price|1||Location(27,72)”. We can use this during Boost and Burry as well.
How to add other sort parameter to records Boost and Burry ?
Boost and Bury:
N=0&Ns=Endeca.stratify(collection()/record[Brand="Apple"],*)
Boost and Bury and adding sort by price:
N=0&Ns=Endeca.stratify(collection()/record[Brand="Apple"],*)||price|0
How to do it using JAVA API?
String stratify = "Endeca.stratify(collection()/record[Brand="Apple"],*)" ERecSortKey stratifySortKey = new ERecSortKey(stratify); String price = "price"; ERecSortKeyList sortKey = EndecaUtil.getSortKeyList(price); //we want stratifySortkey to be the first on the list ERecSortKeyList ret = new ERecSortKeyList(); ret.add(stratifySortKey); ret.add(price, true);
Menu to Food Tour: 5 AI Agents That Turn Any Restaurant Menu Into a Culinary Adventure
What if you could point your phone at a restaurant menu in…CCAT Chapter 1: Introduction to Claude Code Agent Teams
Learning Objectives By the end of this chapter, you will: What is…Orchestrating Claude Code Agent Teams CCAT
Learn AI Using AI [LAUA] This comprehensive educational guide details the functionality…Connect kubernetes pod to a GCS bucket using JS
To connect from a Kubernetes pod to a Google Cloud Storage (GCS)…

