Team,
1) I am not able get the Idexer Status of my IDOL Engine and getting the below error. Any idea\Suggestion?
localhost:9000/action=IndexerGetStatus
localhost:9000/action=GetStatus
<errorstring>Unencrypted communications are disallowed</errorstring>
<errorcode>ERRORENCRYPTIONFAILED</errorcode>
I would like to run the DRECOMPACT which will allows me to reduce the space left when documents are deleted from the data index.
But, before that I would like to check the Total number of documents deleted and the number of documents successfully indexed.
2)How many records can be indexed per engine? Is there any maxlimit defined by IDOL as I could not find in the .cfg file?
3) I am using the GetStatistics and can see the entries like below: Do I need to deduct the TotalSlots count-Documents count to get the number of documents deleted and can release space?
localhost:9302/action=GetStatistics
<autn:stat value="8321827" metric="5" name="Documents" autnid="*****" class="Database"/>
<autn:stat value="9467502" metric="5" name="TotalSlots" autnid="Documents" class="Service"/>