Skip to content

Commit 668ac77

Browse files
committed
Added a missing feature flag
1 parent d36cca4 commit 668ac77

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5521,6 +5521,8 @@ Shows a Harvesting Client with a defined nickname::
55215521
}
55225522
55235523
5524+
.. _create-a-harvesting-client:
5525+
55245526
Create a Harvesting Client
55255527
~~~~~~~~~~~~~~~~~~~~~~~~~~
55265528

doc/sphinx-guides/source/installation/config.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,6 +3487,9 @@ please find all known feature flags below. Any of these flags can be activated u
34873487
* - globus-use-experimental-async-framework
34883488
- Activates a new experimental implementation of Globus polling of ongoing remote data transfers that does not rely on the instance staying up continuously for the duration of the transfers and saves the state information about Globus upload requests in the database. Added in v6.4. Affects :ref:`:GlobusPollingInterval`. Note that the JVM option :ref:`dataverse.files.globus-monitoring-server` described above must also be enabled on one (and only one, in a multi-node installation) Dataverse instance.
34893489
- ``Off``
3490+
* - index-harvested-metadata-source
3491+
- Index the name or the source name (See `sourceName` optional field in :ref:`create-a-harvesting-client`) of the harvesting client as the "Metadata Source" of harvested datasets and files; if enabled, the Metadata Source facet will show separate entries for the content harvested from different sources, instead of the current, default behavior where there is one "Harvested" facet for all such content.
3492+
- ``Off``
34903493

34913494
**Note:** Feature flags can be set via any `supported MicroProfile Config API source`_, e.g. the environment variable
34923495
``DATAVERSE_FEATURE_XXX`` (e.g. ``DATAVERSE_FEATURE_API_SESSION_AUTH=1``). These environment variables can be set in your shell before starting Payara. If you are using :doc:`Docker for development </container/dev-usage>`, you can set them in the `docker compose <https://docs.docker.com/compose/environment-variables/set-environment-variables/>`_ file.

0 commit comments

Comments
 (0)