Configuring transactional metadata query - Configuring transactional metadata query - Alfresco - Alfresco Search Services - Alfresco/Alfresco-Search-Services/2.0/Alfresco-Search-Services/Configure/Transactional-metadata-query/Configuring-transactional-metadata-query - 2.0 - 2.0

Alfresco Search Services

Platform
Alfresco
Product
Alfresco Search Services
Release
2.0
License
ft:lastPublication
2026-01-23T13:34:08.941000
ft:locale
en-US

Configure the transaction metadata query using the subsystem properties.

The common properties used to configure the transactional metadata query for the search subsystems are:

  • solr.query.cmis.queryConsistency
  • solr.query.fts.queryConsistency

These properties should be set in the <TOMCAT_HOME>/shared/classes/alfresco-global.properties file.

The default value for these properties is TRANSACTIONAL_IF_POSSIBLE. However, you can override it with any of the following permitted values:

  • EVENTUAL
  • TRANSACTIONAL

The solr.query.cmis.queryConsistency and solr.query.fts.queryConsistency properties can also be set per query on the SearchParameters and QueryOptions objects.