Hi
we are using content server 16.2
i have added a new pdf document and its id is 15853. i am not able to fetch the document from search serivce this is the below request
i tried with OTFileName instead of OTDataID still not able to get the document in response
is there any setiings to be done for newly added document to refelct in the search service please help
<urn1:Search>
<!--Optional:-->
<urn1:queries>
<!--Optional:-->
<urn1:DataCollectionSpec>'LES Enterprise'</urn1:DataCollectionSpec>
<urn1:FirstResultToRetrieve>1</urn1:FirstResultToRetrieve>
<urn1:NumResultsToRetrieve>10000</urn1:NumResultsToRetrieve>
<!--Optional:-->
<urn1:QueryLanguage>Livelink Search API V1</urn1:QueryLanguage>
<!--Optional:-->
<urn1:ResultOrderSpec> </urn1:ResultOrderSpec>
<!--Optional:-->
<urn1:ResultSetSpec>where1=("OTDataID":15853)</urn1:ResultSetSpec>
<!--Zero or more repetitions:-->
<urn1:ResultTransformationSpec>OTName</urn1:ResultTransformationSpec>
<urn1:ResultTransformationSpec>OTParentID</urn1:ResultTransformationSpec>
<urn1:ResultTransformationSpec>OTSubType</urn1:ResultTransformationSpec>
</urn1:queries>
<!--Optional:-->
<urn1:partitionName></urn1:partitionName>
</urn1:Search>