Showing posts with label Endeca Assembler. Show all posts
Showing posts with label Endeca Assembler. Show all posts

Saturday, 7 July 2018

Enabling SEO in Endeca

Hi All, I wanted to discuss SEO in Endeca, as we all know the Search Engine Optimization plays an important role in any E-commerce Site. The Url we are navigating...

Wednesday, 13 June 2018

Configuring GroupingApplicationRoutingStrategy

The GroupingApplicationRoutingStrategy allows more flexible groupings of sites than SiteApplicationRoutingStrategy does. For example, with GroupingApplicationRoutingStrategy, you can have three sites handled by one EAC application and two other sites handled...

Configuring SiteApplicationRoutingStrategy

Use the SiteApplicationRoutingStrategy if you have a separate EAC application for each site (with all languages in a given site being handled by that site’s EAC application), or if you...

Configuring Single ApplicationRoutingStrategy

This ApplicationRoutingStrategy by default available and you need to follow below steps for configuration Naviate to /atg/endeca/ApplicationConfiguration Set applicationRoutingStrategy property to null. This property is null by default, so you...

RoutingStrategy in Endeca

Hi guys, Sorry for taking more time to get back on 2018. I was busy with my regular works and did not find time in sharing the experience with you...

Friday, 20 October 2017

About Editors in Endeca

Hi All,        Happy Diwali !!! Most of us when working on the XM Part of Endeca, dont explore much on the editors part since we are going...

Tuesday, 5 September 2017

Logging in Endeca Assembler

Hi All,         Most of Us will be very keen about Debugging the Code via Logging , this is Because this Prints the line it need ....

Monday, 7 August 2017

Exception Handling in Endeca

Hi All,   I am Going to Share Some Basics note about Exception Handling in Endeca . We will be having Many Scenarios that has to be handled, so that...

Monday, 20 March 2017

Multiple-MDEX Content Configurations

Many of the Endeca Applications are done with Single MDEX environment, whereas the Applications having the Multiple Languages, it will be challenging to achieve the Indexing and Assembler Configuration. So...

Saturday, 18 February 2017

Navigation State in Endeca

The Term Navigation State Can be Defined as the Current State of the Search, by which we can Filter or Sort the Results, the Navigation state is considered to be...

Friday, 17 February 2017

Record Filters in Endeca

The Term Record Filter Can be Defined as Filtering the Records based on Some Property Value, this Type of Filters Can be added once if we know the Value that...

Monday, 5 December 2016

Querying for Dynamic Field Names in Endeca.

Hi all, have you wonder how can we query for the multiple fieldnames in endeca? . This is also as simple as querying for the fieldnames as others, but the...

Sunday, 13 November 2016

Registering Cartridges

Any time a cartridge handler has a name that does not match its cartridge type exactly, it must be registered in  the /atg/endeca/assembler/NucleusAssemblerFactory.handlerMapping property. For example, The CategoryHeaderBanner component is registered in the NucleusAssemblerFactory.handlerMapping property as...

Default Cartridges in Endeca

Cartridge can be defined as the components, that serve specific purpose in the pages or it may be defined as the dynamic content that was loaded in to the Content...

Friday, 28 October 2016

UserSegments in Endeca

If you want display content only to the specified set of people, then you need to have the User segment configure in the Xm . You can add the usersegment...

Sunday, 16 October 2016

Sorting in Endeca

In Endeca Assembler 11.1 all are defined as the components, even the Sorting’s are also defined as the Component . We can see the tutorials how to write the sorting...