How do I determine if the Archive Search is active?

ARTIFACTORY: Archive Search Depreciation

AuthorFullName__c
Yonatan Philip
articleNumber
000006071
ft:sourceType
Salesforce
FirstPublishedDate
2024-04-16T17:15:33Z
lastModifiedDate
2024-04-16T17:15:33Z
VersionNumber
1
To check if you are currently using this feature, in Artifactory click the Adminstration tab User-added image and go to Artifactory>General>Settings.
In the Artifactory General Settings screen, check if the Archive Search Enabled checkbox is selected.

User-added image


If Archive Search is enabled, you can check which file types are used in the search by going to the mimetype.xml file in the Artifactory configuration directory
$JFROG_HOME/artifactory/var/etc/artifactory/mimetypes.xml.

The following example shows a mimetype.xml file:
<mimetypes version="4">
    <mimetype type="application/java-archive" extensions="jar, war, ear, sar, har, hpi, jpi" archive="true" index="true" css="jar"/>
    <mimetype type="text/xsl" extensions="xsl" viewable="true" syntax="xml"/>
    <mimetype type="text/x-java-source" extensions="java" viewable="true" syntax="java"/>
 </mimetypes>