Endeca: A Simple developer OverView



Endeca overview
UrlENEQuery : This class is to parse MDEX Engine pecific parameter from the browser request query string into engine query parameters.
MDEX Engine : This returns ENEQueryResults Object which contains the following information : Navigation, Record Search,Dimension Search and so on.It includes all the information required to build entire page.

The three core classes of Endeca API ;
HttpENEConnection - enable connection with MDEX Engine.
ENEQuery -  class build the query to be sent to the MDEX Engine.
ENEQueryResult -  class contain the result of MDEX Engine Query.

UrlEneQuery is the subclass of ENEQuery

2 comments: