Hello Alfresco Community,
I'm starting a new Alfresco project and we are doing some tests linking Alfresco with a C-Sharp Application through CMIS. We have a encountered a minor setback while querying with PATHs.
I'll explain: when we execute this query without a Path we have an immediate answer:
ses.Query("select * from cerocType where cer:statid = 414", false);
but when doing it like this it takes 2-3 seconds for an answer:
ses.Query("select * from cerocType where cer:statid = 414 " + " and contains('PATH:\"/app:company_home/st:sites/cm:test/cm:documentLibrary/cmtaoDoku/cm:Test//*\"')", false);
Has anybody encountered this issue? Could it be a configuration issue? We installed 5.2 out of the box...
I see a hacky way out but I want to be sure before going down that road...
Solved! Go to Solution.
After discussion with Axel Faust it seems the Path is not indexed in Solr as quickly as the metadata properties which are stored in the DB.
We must tune our Solr or put the Path in a metadata property (the hacky solution)
After discussion with Axel Faust it seems the Path is not indexed in Solr as quickly as the metadata properties which are stored in the DB.
We must tune our Solr or put the Path in a metadata property (the hacky solution)
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.