Questions tagged [endeca]

Endeca is a relevance and navigation-based high-performance proprietary search technology. It consists of an MDEX Engine, Development/Forge tools and exposes URL-based token search parameters, supported by a Java client API.

Endeca is a software company, recently acquired by Oracle Corp, formerly headquartered in Cambridge, MA, that sells enterprise search and business intelligence applications.

Endeca was founded in 1999 and is a privately-held company, backed by venture capital investment from Bessemer, Venrock, Intel, and SAP. Endeca is recognized as a pioneer of faceted search, particularly in the context of electronic commerce and online libraries.

It claims that over 600 customers, including manufacturers, ecommerce sites, media sites, and U.S. intelligence services, are using its Information Access Platform product.

It is considered a leader in the enterprise search and information access market by industry analyst firms Gartner, IDC, and Forrester Research.

The name Endeca derives from the German word entdecken, meaning "to discover."

In December 2011, Oracle Corp. completed its acquisition of Endeca.

175 questions
0
votes
2 answers

Error Running Endeca baseline update

Endeca baseline update fails on my machine when tracing logs ,found the following in CRS.0.0.log Jun 24, 2015 9:40:25 AM com.endeca.soleng.eac.toolkit.Controller execute SEVERE: Caught an exception while invoking method 'run' on object…
0
votes
0 answers

deploying sample application endeca

I’m trying to deploy the sample application in endeca: ./deploy.sh –app /common/endeca/ToolsAndFrameworks/3.1.2/reference/discover-data/deploy.xml I keep getting the below error : ./deploy.sh: 41: ./deploy.sh: …
Vishnu
  • 13
  • 4
0
votes
2 answers

How to achieve Data Sharding in Endeca (data partitioning)

Currently Oracle Commerce Guided Search (Endeca) supports only language specific partitions (i.e., One MDEX per Language). For systems with huge data volume base (say ~100 million records of ~200 stores), does anyone successfully implemented data…
KrishPrabakar
  • 2,824
  • 2
  • 31
  • 44
0
votes
1 answer

CAS Recordstore SocketTimeoutException

While indexing from ATG, consistently we are getting the below error: Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking http://(endeca-server):8500/ExmProd_en_data/: Read timed out Here are the logs: JBoss server…
KrishPrabakar
  • 2,824
  • 2
  • 31
  • 44
0
votes
2 answers

Continuous Query Processing with baseline indexing in Endeca

I wanted to whether if it is possible to have Continuous Query Processing with baseline indexing in Endeca cluster environment. I have an Endeca central server and multiple Endeca agent only instances. If I run Baseline Indexing in the central…
0
votes
0 answers

Endeca Migration

I am trying to migrate Endeca 3.1.2 Tools and Framework with Experience manager to 11.0. I have done the steps in the migration guide. However the cartridge templates looks different in 3.1.2 and 11.0. Means the structure of folders and naming. As…
chimbu
  • 11
  • 4
0
votes
2 answers

Assembler Category Listing Pages in Endeca Assembler

I am working on the Assembler Category Listing Pages and gave the following query: http://localhost:7003/rest/model/syed/search/impl/SearchRestService/catalogDisplay?includePath=/services/guidedsearch&N=0&Ne=1515682953 It is returning all the Root…
0
votes
0 answers

Endeca cluster load balancing

I have an Endeca cluster setup with 3 dgraph(1 EAC Central Server and 2 EAC agent only instances). I am trying to put an Apache mod_proxy load balancer for testing purpose before the MDEX engines(I am using presentation API to hit the MDEX engine(we…
0
votes
1 answer

How to sort in filter without using Dynamic Ranking in Endeca?

We are using Endeca to fetch and display records in frontend as a datagrid. In that datagrid, we have 10 columns and we display data sorted in table on the basis of 2 columns (say X and Y). For this, we use…
zenith
  • 33
  • 8
0
votes
2 answers

Results count in facet is displaying wrongly in Endeca

I am doing a search implementation using Endeca and displaying facets along with result count for each facet value. Initial page load looks good as I am getting all the count correctly. The issue is when I follow the below scenario, Initial Facet…
Rajeev
  • 339
  • 2
  • 12
0
votes
3 answers

CKEDITOR And Styles configuration with only toolbar

I try to configure CKEDITOR in Oracle Framework "Endeca v 11.1.0" but something is wrong. I can only configure toobar like this : [ { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ], items: [ 'Bold', 'Italic', 'Underline', 'Strike',…
Rhum1
  • 13
  • 1
  • 3
0
votes
1 answer

Endeca need to return all its values under one dimension

I need to return all values under one dimension (e.g. Product.category) in Endeca and return all its values as JSON object to content assembler. Can someone provide an optimal way to achieve this feature?
0
votes
1 answer

Oracle Endeca Commerce:- Duplicate properties after joining

I have two data sources 1) ATG_Data (Data Source 1) and 2) Text Record. After joining both the sources the output is not coming as desired. For Example, There are two records (present in both sources). Both the records have these three properties…
0
votes
1 answer

Mapping records to specific path in EMT when node names are duplicated

We have an Externally Managed Taxonomy (EMT) and have been using a node's name to map records to the hierarchy. We are now hitting a problem because some of the node names in the hierarchy are duplicated. Ids are used to make the nodes in the EMT…
Eugene Katz
  • 5,208
  • 7
  • 40
  • 49
0
votes
1 answer

Custom Component in Endeca Studio - Nothing Displays in new portlet

I followed Oracle Endeca Custom Visualization document and started with developing a custom portlet in eclipse. When I deploy the same into the endeca-portal . Nothing displays in the component. But I see a lengthy code present in view.jsp . Can…
Krishnakanth Jc
  • 183
  • 1
  • 14