mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (Cloud33/4.3) to HEAD (Cloud33/4.3)
62939: Merged PLATFORM1 (Cloud33) to HEAD-BUG-FIX (Cloud33/4.3) 62289: Merged BRANCHES/DEV/mward/plat1_hybrid_search to BRANCHES/DEV/PLATFORM1: 61145: ACE-482: very simple start to Hybrid DB/SOLR search. 61236: ACE-482: added last indexed transaction ID to search results. 61254: ACE-482: added repo-side support for "lastIndexedTx" from SOLR results 61508: ACE-482: DbOrIndexSwitchingQueryLanguage uses sinceTxId search param to perform DB search for unindexed content. 61523: ACE-482: Improved unit tests for DbOrIndexSwitchingQueryLanguage 61656: ACE-482: Retrieves a changed nodes list, and removes these from index results before adding DB search results. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62993 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -74,6 +74,7 @@ public class CMISQueryOptions extends QueryOptions
|
||||
options.setDefaultFieldName(searchParameters.getDefaultFieldName());
|
||||
options.setBulkFetchEnabled(searchParameters.isBulkFetchEnabled());
|
||||
options.setExcludeTenantFilter(searchParameters.getExcludeTenantFilter());
|
||||
options.setSinceTxId(searchParameters.getSinceTxId());
|
||||
return options;
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user