Hello,
I want to know what are the impacts of these properties:
In alfresco-global.properties
search.solrTrackingSupport.ignorePathsForSpecificAspects = true
search.solrTrackingSupport.ignorePathsForSpecificTypes = true
In solrcore.properties
alfresco.metadata.skipDescendantDocsForSpecificTypes = true
alfresco.metadata.skipDescendantDocsForSpecificAspects = true
alfresco.metadata.ignore.datatype.0 = cm: person
alfresco.metadata.ignore.datatype.1 = cm: authorityContainer
alfresco.metadata.ignore.datatype.2 = app: configurations
alfresco.metadata.ignore.datatype.3 = cm: authority
alfresco.metadata.ignore.datatype.4 = bpm: package
alfresco.metadata.ignore.aspect.0 = cm: taggable
also I want to know if I can visualize the transactions made from console solar or other way?
Best regard
Solved! Go to Solution.
You can find information related to the properties in
https://docs.alfresco.com/search-community/concepts/solr-shared-properties.html
https://docs.alfresco.com/search-community/concepts/solrcore-properties-file.html
To check the progress of the indexing process, use summary or report actions:
https://docs.alfresco.com/search-community/concepts/solr-admin-generic-reports.html
You can find information related to the properties in
https://docs.alfresco.com/search-community/concepts/solr-shared-properties.html
https://docs.alfresco.com/search-community/concepts/solrcore-properties-file.html
To check the progress of the indexing process, use summary or report actions:
https://docs.alfresco.com/search-community/concepts/solr-admin-generic-reports.html
all the links above says Page Not Found....please advice another resource.
hello , I have a problem i have some my metadata in my java class like name of document and the object and title the date where the company share it like this json format
Map<String, Object> properties = new HashMap<>();
properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:document");
properties.put(PropertyIds.NAME, name);
properties.put(PropertyIds.DESCRIPTION, Title);
properties.put(PropertyIds.OBJECT_ID, objet);
properties.put( PropertyIds.CREATION_DATE, date);
properties.put(PropertyIds.CREATED_BY,origine);i want help Please
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.