Oracle Endeca – Navigation Query Example using Presentation API.

Sample client which connect to an Oracle Endeca MDEX server and make a navigation search. Query will be applied with nvalue zero or root. This program assume that the MDEX installed in localhost and running on port 15000. Sample code to create a navigation query

Class DimValIdList has three constructors. DimValIdList() DimValIdList(DimValList values) DimValIdList(String […]
Continue reading…

 

Oracle Endeca – Keyword search in Endeca using presentation API.

Sample client which connect to an Oracle Endeca MDEX server and make keyword search. Query will be applied with nid zero and the search term will be searched against all searchable keys in the index. This client connect to MDEX installed in localhost at default port 15000.

Continue reading…