You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make two key changes to our current system:
Exclude metadata starting with "X-FESS" from the indexing process.
Add a transformation process to include metadata for indexing.
The changes involve modifications to AbstractFessFileTransformer.java, FessConfig.java, FessProp.java, and fess_config.properties. Specifically, we have:
Added X-FESS.* to the list of excluded metadata in the indexing configuration.
Introduced a method to add new metadata mappings for indexing transformation in FessProp.java.
This will enhance our metadata handling and ensure that certain metadata is appropriately excluded from indexing while allowing for dynamic addition of new metadata mappings.
The text was updated successfully, but these errors were encountered:
We need to make two key changes to our current system:
The changes involve modifications to
AbstractFessFileTransformer.java
,FessConfig.java
,FessProp.java
, andfess_config.properties
. Specifically, we have:X-FESS.*
to the list of excluded metadata in the indexing configuration.FessProp.java
.This will enhance our metadata handling and ensure that certain metadata is appropriately excluded from indexing while allowing for dynamic addition of new metadata mappings.
The text was updated successfully, but these errors were encountered: