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

How to programmatically detect Endeca indexing is successful (from ATG) to send an email?

The requirement is that once the Baseline Index is successful, an email has to be sent to an admin automatically. Is there any out-of-the-box feature available in ATG Endeca integration? If not, how to achieve this functionality?
KrishPrabakar
  • 2,824
  • 2
  • 31
  • 44
0
votes
1 answer

How to Add Custom Widget on Oracle Endeca Information Discovery Studio?

I have seen people adding Concept cloud in the OEID Studio though its not a inbuilt component. Can anybody help with this that how to add other widgets/Components in Studio. for more refernce check out this link…
0
votes
2 answers

endeca filter not equal to condition

I need to filter a set of records based on a 'not equal to' (NEQ) condition. For example if I want get all products where brand is not equal to say "X". How to configure this situation in pipeline?
karthi
  • 68
  • 5
0
votes
2 answers

'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"]

While trying to access the Experience manager, I was getting following error. There was a problem with your request: faultCode:Server.Error.Request faultString:'HTTP request error' faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false…
Nidheesh
  • 4,390
  • 29
  • 87
  • 150
0
votes
2 answers

What is the URL query parameter for EQL in Endeca 5.x?

I have to generate an Endeca Url that has an EQL (Nrs) parameter as well, e.g.: N=200590+82&Nrs=collection()/record[p_MyProperty<=100+or+p_MyOtherProperty>200] I've tried it out on Endeca 6.0 and it perfectly works but our target system is 5.0 which…
0
votes
1 answer

Writing my first Dynamic Business Rule

I've been working with Endeca at arms length for three years. Now I need to write my first dynamic business Rule. I have records with a property, say "ActiveField", as a business Rule I need to take the value of "ActiveField" and return the records…
zeristor
  • 429
  • 6
  • 22
0
votes
1 answer

How to show selective templates in the rule group?

Is there any way to show only selective templates corresponding to the rule group ? For Ex. - I have to rule-groups (MobilePages & WebSearchPages), when I go to create a new landing page templates for mobile are also available in template selection…
HarsH
  • 760
  • 3
  • 12
  • 27
0
votes
1 answer

In endeca I want to save forge output backup in separate folder

I have four child pipelines in my project and the output for these is ingested in the main pipeline. I want the output files for the child pipelines to be automatically backed up after baseline in some directory. This will help if i disable…
0
votes
1 answer

Dimension Search with given number of characters in Endeca

I have requirement to search an dimension in endeca which start with some word.For example if the dimension is Arena it can be searched with Ar or ar or Are or Aren. How to achive this ? What configuration needs to be done ?
Jagdev Singh
  • 865
  • 2
  • 9
  • 20
0
votes
2 answers

Can Endeca Integrator Studio export a script to perform ETL on a RHEL server without a GUI?

We are using a Java Endeca API to perform ETL on various datasources on our production servers. It appears that Oracle Endeca Integrator Studio (Clover ETL) has the ability to perform many of these tasks. But it would not be possible to run Endeca…
0
votes
2 answers

Multiple applications using copies of a directory on a SAN

I have an application (Endeca) that is a file-based search engine. A customer has Linux 100 servers, all attached to the same SAN (very fast, fiber-channel). Currently, each of those 100 servers uses the same set of files. Currently, each server…
GregEschbacher
  • 116
  • 2
  • 8
0
votes
5 answers

Navigation Engine not able to process request

I get the following error in Endeca: com.endeca.navigation.ENEException: Navigation Engine not able to process request `http://myhost:15000/search?terms=remote&rank=0&offset=0&irversion=601` My MDEX version is 6.3.0 The referenced jar files in my…
user2016551
  • 1
  • 1
  • 1
0
votes
1 answer

PlatformService on Windows Server 2008 R2

I've installed MDEX version 6.2.1 and PlatformServices version 6.1.1. After I've restarted machine I had 2 service: Endeca JCD and EndecaHTTPservice. Problem is with second one as it fails each time I restart my machine or start service manually.…
Marian
  • 387
  • 3
  • 17
0
votes
1 answer

Endeca UrlENEQuery java API search

I'm currently trying to create an Endeca query using the Java API for a URLENEQuery. The current query is: collection()/record[CONTACT_ID = "xxxxx" and SALES_OFFICE = "yyyy"] I need it to be: collection()/record[(CONTACT_ID = "xxxxx" or CONTACT_ID…
0
votes
1 answer

Endeca Forge Process

I am using queries.xml file which contains 5 sql statements. I would like to know if the 5 sql queries are executed at the same time or one sql query at a time when running the forge process?
1 2 3
11
12