Category: Oracle Endeca Enterprise Search

  1. Home
  2. Blog
  3. Category: Oracle Endeca Enterprise Search

Why did I get this results?

In this topic we will try to understand how Oracle Endeca Commerce text search/keyword search which is also refers to two types of searches, record search and dimension search. As its name implies, record search is process of searching for data whether it be part data, catalog data, document data etc. using search keywords entered by user. Dimension search, on the other hand, refers to […]

Continue Reading

Oracle Endeca Commerce Relevance Ranking

Relevance ranking refers to ordering search results by criteria that are relative to the search term. This is in contrast to common use of the terms “sorting” and “static sorting”. This is a recursive exercise to analyze and implement appropriate Relevance Ranking for an application for getting desired results. There are different Relevance Ranking module available for ordering search results which are […]

Continue Reading

Oracle Endeca Commerce DidYouMean

“Did you mean?” functionality allows an application to provide site user with explicit alternative suggestions for a keyword search. For example, if a user searches for “lapto” in sample data, user will get few results. The terms “laptop” and “laptops” however, are much more prevalent. When this feature is enabled, MDEX Engine will respond with the few results for “lapto”, but will also suggest that “laptop”or “laptops” may be […]

Continue Reading

Where is EDeN Content?

  EDeN Content Current Location Product Downloads edelivery.oracle.com Product Documentation (pdfs) docs.oracle.com Forums – New Content OTN: forums.oracle.com Support: communities.oracle.com Forums – legacy Content MOS: communities.oracle.com Support Tech Notes support.oracle.com (knowledge tab) Solution Articles and Whitepapers support.oracle.com (knowledge tab) Release Notes & Release Announcements OTN product landing page Release Announcements & Product Updates LinkedIn Community – Oracle Commerce Community Let's […]

Continue Reading

Getting error when importing site

While performing activity for importing site to XM, sometime we get error like one below. This is because the .xml file that is created from site export process has application name hardcoded throughout exported xml.  When we try to import, there is a conflict with application name on target and site_import fails. [mydemo@localhost control]$ sh import_site.sh DemoStore.xml [04.02.15 12:07:26] INFO: Checking […]

Continue Reading

Workbench and MDEX Connectivity

Few cartridges (Custom/OOTB) communicate directly with the MDEX engines for performing an operation and also communicate with the EAC applications managed by Workbench. Oracle Endeca Guided Search integration includes a number of components to facilitate both types of communication. AssemblerApplicationConfiguration Component Class “atg.endeca.assembler.configuration.AssemblerApplicationConfiguration” has properties defined for MDEX and Workbench config and many others. (For example baseApplicationName, locales, recordIdName, recordTypeName, recordSourceName, defaultLanguageForApplications, keyToApplicationName). […]

Continue Reading

Endeca application configuration files

Many Endeca projects requires applications customization to enable custom script behavior [For example taking server out/in service using Cisco Application Networking Manager and many others], processing steps,  or even changes to directory structure. The application configuration file AppConfig.xml located at “<app dir>/config/script/” and its associated files define various hosts, components and scripts are one which changes the way application works. Deployment Template provides a single […]

Continue Reading

Scrpit to stop dgraph, archive logs, start dgraph

DgraphCluster has an object’s applyIndex() method from the default “DistributeIndexAndApply” scrpit to create a new script within your Deployment Template. You can see this script in AppConfig.xml for your application. The applyIndex() method will stop the dgraph, archived the log files, then restarted the dgraph. <script id=”RestartDgraphAndArchiveLogs”> <bean-shell-script> [![CDATA[DgraphCluster.applyIndex();]]> </bean-shell-script> </script> Let's Share

Continue Reading

Dimension not showing in Endeca Workbench

Endeca Workbench doesn’t query MDEX directly for getting information on “Dimension Ordering” which mostly Endeca JSP Ref app does. For workbench to know the newly created Dimension and Dimension Values execute ConfigManagerComponent.updateWsDimensions() // If it’s Oracle Endeca Commerce 11.1 WorkbenchManager.updateWsConfig(); Deployment template Baseline Update script is configured to call this method after index distribution completes. Let's Share

Continue Reading

Oracle Endeca Commerce Installation On Openshift

Below are details on how we can install Oracle Endeca on Openshift.  Components involved in Oracle Endeca Commerce    Oracle Commerce Guided Search    Oracle Commerce Experience Manager       Oracle Commerce Guided Search and Oracle Commerce Experience Manager are the most effective way for your customers to dynamically explore your site and find relevant and desired items quickly.  […]

Continue Reading
Show Buttons
Hide Buttons