Creating Pipeline in Oracle Endeca

So far I have written many posts about querying Endeca records from Oracle Endeca MDEX. In this post I would share the steps involved in creating Oracle Endeca Pipeline. I will be using a very basic product catalog data structure as the input for pipeline. The steps involved in creating a pipeline would be more […]
Continue reading…

 

Oracle Endeca Commerce Overview

post Oracle offers two Endeca solutions. Oracle Endeca Commerce. Oracle Endeca Information Discovery. (OEID) In this post I would talk about Oracle Endeca Commerce solution. This post is a brief overview of all the important packages of Oracle Endeca Commerce. If you are in a hurry then you can scroll down take a look at […]
Continue reading…

 

Oracle Endeca – How to extract did you mean tokens from Navigation query result?

Sample program to extract did you mean tokens from navigation query result. This program is tested against the Oracle Endeca Discover Electronics application.

Continue reading…

 

Oracle Endeca – Typeahead using Dimension search.

Most of us would have used the typeahead feature in different software systems. In today’s post we will look into type-ahead using Oracle Endeca dimension search. Different approaches to do type-ahead in Oracle Endeca. Dimension Keyword Search. Record Keyword Search. Dimension Keyword Search combined with predefined set of tokens. Dimension Keyword Search combined with search […]
Continue reading…

 

com.endeca.navigation.ENEException: HTTP Error 404 – Navigation Engine not able to process request

I assume that you are in this page because you got the below given exception while you are querying oracle Endeca MDEX using jsp reference application or using your application code. Here is the exception.. com.endeca.navigation.ENEException: HTTP Error 404 – Navigation Engine not able to process request ‘http://localhost:15000/search?terms=QuickCam&rank=0&offset=0&irversion=630′. at com.endeca.navigation.OptiBackendRequest.getContent(Unknown Source) at com.endeca.navigation.OptiBackend.getDimensionSearch(Unknown Source) at […]
Continue reading…

 

Oracle Endeca – Query Types.

Since you are reading this post I assume that you already know about Endeca Dimension and related concepts. Please refer Oracle Endeca core concepts and terms post for more details on Endeca dimensions. “Overview of Query Types” is one of the Endeca commerce certification topics. Oracle Endeca guided search supports two kinds of queries. Navigation Query. […]
Continue reading…

 

Oracle Endeca – What is Dimension Group?

Since you are reading this post I assume that you already know about Oracle Endeca Dimensions. If not please visit Oracle Endeca Core Concepts and Terms post. What is Dimension Group? Dimension Group (com.endeca.navigation.DimGroup) is an immutable object used to group a collection of related Dimensions. (com.endeca.navigation.Dimension) Dimension Group is used to present a set of […]
Continue reading…