===================================================================== Endeca Presentation APIs - Installation Instructions and Release Notes GENERAL (6.2.1) * Release Date: November 2011 * Version 6.2.1 consists of an update to this release note file and the Endeca Third-Party Software Usage and Licenses document included in this software distribution. The software has not changed since the 6.2.0 release. COPYRIGHT (6.2.1) Copyright and patent information has been updated since the previous release of this software. The current copyright, trademark, and patent information is as follows: Copyright (c) 2001-2011 Endeca Technologies, Inc. All rights reserved. Portions of this software are subject to third-party rights, including: Corda PopChart(R) and Corda Builder(TM) Copyright (c) 1996-2005 Corda Technologies, Inc. Outside In(R) Search Export (c) 2011 Oracle. All rights reserved. Rosette(R) Globalization Platform (c) 2003-2005 Basis Technology Corp. All rights reserved. Teragram Language Identification Software (c) 1997-2005 Teragram Corporation. All rights reserved. Endeca, the Endeca logo, Guided Navigation, MDEX Engine, Find/Analyze/Understand, Guided Summarization, Every Day Discovery, Find Analyze and Understand Information in Ways Never Before Possible, Endeca Latitude, Endeca InFront, Endeca Profind, Endeca Navigation Engine, Don't Stop at Search, No Data Left Behind, Discovery Applications, Endeca Slipstream, and other Endeca product names referenced herein are registered trademarks or trademarks of Endeca Technologies, Inc. in the United States and other jurisdictions. All other product names, company names, marks, logos, and symbols are trademarks of their respective owners. The software may be covered by one or more of the following patents: US Patent 7035864, US Patent 7062483, US Patent 7325201, US Patent 7428528, US Patent 7567957, US Patent 7617184, US Patent 7856454, US Patent 7912823, US Patent 8005643, US Patent 8019752, US Patent 8024327, US Patent 8051073, US Patent 8051084, Australian Standard Patent 2001268095, Republic of Korea Patent 0797232, Chinese Patent for Invention CN10461159C, Hong Kong Patent HK1072114, European Patent EP1459206, European Patent EP1502205B1, and other patents pending. ===================================================================== Endeca Presentation APIs - Installation Instructions and Release Notes GENERAL (6.2.0 Revision A) * Release Date: October 17, 2011 * Revision A consists of an update to the INSTALLATION and UNINSTALLATION sections of this release note file. The software has not changed since the 6.2.0 release. * The Endeca Presentation APIs provide APIs to the Endeca MDEX Engine and Log Server. The APIs are available in two packages: - The Presentation API for UNIX, which includes the Java version of the API only (JAR files, Javadoc, and Installation and Release Notes file. - The Presentation API for Windows, which includes both the Java version of the API (JAR files, Javadoc, and Installation and Release Notes file) and also the .NET version of the API (DLL files, CHM Help, and Installation and Release Notes file). * The release notes may have been updated since the release date. Access the Product Downloads section of the Endeca Developer Network (https://eden.endeca.com) for the most recent version of the release notes. SYSTEM REQUIREMENTS (6.2.0) The Java version of the Presentation API can be run using any of the following versions of Java: - Sun JDK 1.4.2, 5.0 (1.5), and 6.0 (1.6) - IBM JDK 1.4.2, 5.0 (1.5), and 6.0 (1.6) The .NET version of the Presentation API and the RAD Toolkit for ASP.NET can be run using any of the following versions of .NET: - .NET 2.0 and 3.5 The Presentation API is supported on 64-bit operating systems. INSTALLATION (6.2.0) The Presentation API is distributed as a ZIP file for Windows and as a compressed TAR file for UNIX. To install the Presentation API: 1. Ensure you have installed the Endeca MDEX Engine. 2. Download the Presentation API from EDeN to a local directory. The file is named: - presAPI__x86_64pc-win32.zip (for Windows) - presAPI__x86_64pc-linux.tgz (for UNIX) - presAPI__sparc_64-solaris.tgz (for Sparc Solaris) 3. Extract the file to the root drive of your Endeca installation directory. For example, if you installed Endeca to the default location on Windows, you would extract the Presentation API ZIP file to C:\. That extracts to create: C:\Endeca\PresentationAPI. 4. Under the PresentationAPI\ directory, locate the appropriate APIs, and copy the APIs to the lib directory of your Web application. - On Java platforms, copy the JAR files from PresentationAPI\\java\lib to the WEB-INF\lib directory of your Web application. - On .NET platforms, copy the DLL files in PresentationAPI\\dotNET\lib to the bin directory of your Web application. UNINSTALLATION (6.2.0) 1. Close your Web application. 2. Delete the APIs from the appropriate directory of your Web application. 3. Delete the PresentationAPI directory from your Endeca installation. FEATURES (6.2.0) * CHG13252: Both versions of the Presentation API have been modified to allow dynamic configuration of refinement statistics (counts) in dimension search. Appropriate methods have been added to the URLENEQuery class and two new URL parameters have been added: Drc and Du. The Nrc parameter has also been modified to include a showcounts parameter that can dynamically turn refinement counts on or off on a per-query, per-dimension basis. For details, see the Javadoc or .NET HTML Help. BUG FIXES (6.2.0) * BUG18639: When unparsing a query using the toString() function, the Presentation API now correctly quotes analytics properties containing spaces. * Bug Fix BUG18639: The API previously would omit quotes from inter-statement lookup keynames. This caused errors when keys had a space in their name. ======================================================================