cancel
Showing results for 
Search instead for 
Did you mean: 

Own Client for Trex-Search

Former Member
0 Kudos

Hi,

I am trying to write an application in Java which uses the Trex-Search.

The application is able to send a TMRequest (Version 15) in a XML-File via HTTP (http://huhu:30005/TREXHttpServer/TrexIsapiExt.dll) to the Trex and gets the results for my searchterm and the selected index (TMResponse).

My question: is it possible to get all the names of the indexes of the Trex in the same way? Sending an XML to the Trex and get the results back?

How does the XML-File have to look like?

Or does somebody have a documentation for this way?

Greetings,

Ulrich Reichert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Below is the TREX XML command to retreive the names of all TREX indexes

<?xml version="1.0" encoding="UTF-8"?>
<AdminRequest version="20">
  <GetAllIndices/>
</AdminRequest>

Best regards,
Boulat

Former Member
0 Kudos

Hi Boulat (and Ulrich),

Could you please point me to the reference for TMRequest?

Thanks.

Best,

Henrik