Posts

Showing posts from September, 2017

Deploy Endeca Reference Application 11.3.0

Image
Endeca provides some templates during the ToolsAndFrameworks installation for basic Endeca applications, which are located in:    <ENDECA_TOOLS_ROOT>/reference In my case, this is the path:     C:\opt\Endeca\ToolsAndFrameowrks\reference We are going to use " discover-data-cas " template for creating the Endeca application. Open a terminal and execute this: $  mkdir C:\opt\Endeca\Apps $ cd C:\opt\Endeca\ToolsAndFrameworks\11.3.0\deployment_template\bin $   deploy.bat --app C:\opt\Endeca\ToolsAndFrameworks\11.3.0\reference\discover-data-cas\deploy.xml  ------------------------------------------------------------------------------    Found a supported version of Platform Services installed in directory    C:\opt\Endeca\PlatformServices\11.3.0. If the location is incorrect, type 'Q'    to quit and adjust your ENDECA_ROOT environment variable. Press enter to ...

Install Oracle Endeca 11.3.0 in Windows

Image
Oracle Endeca is a solution to built-in front-end applications with capabilities to provide end-user experiences for search and navigation. In other words, it allows users to explore the data dynamically in form of search, navigation or visualization. Endeca 11.3.0 is a set of 4 applications: Oracle Commerce MDEX Engine 11.3.0 Oracle Commerce Guided Search Platform Services 11.3.0 Oracle Commerce Experience Manager Tools and Frameworks 11.3.0 Oracle Commerce Content Acquisition System 11.3.0 You can download each installer from Oracle Software Delivery Cloud  and they  must be installed in same order. Oracle Commerce MDEX is Endeca's engine that drives search and discovery of data. It can index the data in any form: Structured, Semi-structured, or Unstructured. The indexed data is stored on disk or in-memory (the most frequently used data), and each Endeca records are made up of values and key/value pairs, which contain hierarchies. The MDEX con...