mirror of https://github.com/apache/archiva.git
[MRM-815] aggregate indices for repository groups.
add a note on this new feature in virtual-repositories documentation. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1198672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c10128a3a
commit
e9f5d8bbde
|
@ -38,7 +38,7 @@ Release Notes for Archiva ${project.version}
|
|||
|
||||
Some new features has been added in ${project.version}:
|
||||
|
||||
* Repositories group can now return a merged index in path .indexer.
|
||||
* Repositories group can now return a merged index in path .indexer .
|
||||
|
||||
* Compatibility Changes
|
||||
|
||||
|
|
|
@ -133,4 +133,13 @@ Virtual Repositories
|
|||
User will be asked to authenticate if the 'guest' account is not enabled for the repositories. Only those repositories
|
||||
which the user has permission to access will be shown.
|
||||
|
||||
* Merged index
|
||||
|
||||
With version 1.4-M2, you can download a merged index for a virtual repository. This merged index is generated "on the fly" with
|
||||
merging repositories index for which the current user has karma.
|
||||
This merged index is available in the path .indexer .
|
||||
|
||||
To not generate this merged index on each request, there is a ttl value for build merged index.
|
||||
This ttl has a default value of 30 minutes. You can change it with modifying the sys props value <<<archiva.tmp.group.index.ttl>>> (see your <<<wrapper.conf>>> file)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue