I am using lucene search to fetch whose custom property value is null.While I am uploading a document through RestAPI from postman by sending the nodeType then executing the below query i am geting the result . But while I am uploading from browser I am not getting that node info in search result.Below is my search query
I suggest to stop using lucene search and start using the query language fts-alfresco. lucene is old and i don't think it gets any updates post 4.2 version.
You are setting the nodeType explicitly via RESTAPI, i don't think node type is set to a custom type by default when you upload via browser unless you have some behaviors or rules running in the background to set the node type.
Also, compare the documents uploaded via restapi and share uploader in node browser, and check what you see for "ss:documentNo" property. Check if null value is set via both opertions and property is available on the node or not.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.