Hi Friends,
I am facing inconsistency while querying.
e.g. Lets I have 1500 rows of result. I am querying to find some "abc.txt". Lucene will display first 1000 results which will not include abc.txt. but next 500 result will contains abc.txt.
So would it affect my query? as I am sometime not getting result but after full indexing and restarting alfresco it solve problem.
e.g. PATH:"/app:company_home/cm:My_x0020_Space/cm:Asset_x0020_Hierarchy//*" AND @mypro\:assetabc:1032136
where PATH:"/app:company_home/cm:My_x0020_Space/cm:Asset_x0020_Hierarchy//*" contains 1500 result. but I can't find data "1032136".
but giving AND condition gives me result.
What could be the problem and resolution??