We have configured open text common search on WEM 8.0. When trying to fetch the results through a test program, we get the result of Ipaging list but while calling the methods "asList " or "subList" the result set we get is empty. Could you please let us know what could be the possible reasons for this.
I was wondering as we get the Ipaginglist size around 3000 but when we call .asList or .subList then it returns the size as zero. As per API documentation it says that it will actually query search engine only when we call the methods .asList or .subList.
I was suspecting if any configurations are not there in place which might be causing these issues.
Other observations:
1. Management console search works fine.
2. Whenever we call search query.execute, search engine logs are getting updated with the search text.
Let me know if you have any quick clue on this.
Thanks