09-08-2020 01:43 PM
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
09-09-2020 04:09 AM
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
09-09-2020 04:09 AM
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
02-13-2023 11:15 AM
all the links above says Page Not Found....please advice another resource.
05-24-2023 06:43 AM
05-23-2023 01:31 PM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.