Endeca Presentation API – match any navigation query.

Sample client which connect to an Endeca MDEX server and make keyword search. Query will be applied with nid zero and the search term will be searched against “product.id” searchable key in the index. This client connect to Endeca MDEX installed in localhost at default port 15000. In this example we search multiple product ids in one query.

6 thoughts on “Endeca Presentation API – match any navigation query.

  1. Ravi Mandli said:

    nice Work!!!

    • Sanju Thomasourownjava said:

      Thanks Ravi.

  2. Wilson said:

    Can anyone help me to find jars related to this?

  3. Sanju ThomasSanju Thomas said:

    hi Wilson, you should be able to find the navigation api jar inside the endeca installation.

  4. Luca Filipponi said:

    Really nice. Do you know how I can query for certain properties containing a String? For example I have 2 properties defined as String, and I want all the records that contains the input string inside that properties.

  5. Luca said:

    And if when need to search on different properties in OR? I’ve noticed that adding ERecSearch to the list, all the properties that I put is in AND.