More on FTI – How to tell if a doc has been indexed already

1) To check if a document has been indexed, you can access the Instream query page:

http://localhost:15100/

Actually, the host has to be your Index Server host and the port has to be your IndexServer Base Port + 2100.

Type the following in the query box, replacing the object id with the r_object_id of the object you want to test.

dmftmetadata:090000018000190c

And in the results, double check that the r_object_id appears inside the appropriate metadata field (because you could get some hits that are not really the document you are looking for):

<FIELD NAME=”robjectid”>090000018000190c</FIELD>

And in the results, double check that the r_object_id appears inside the appropriate metadata field (because you could get some hits that are not really the document you are looking for):