Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Exclude X-FESS Metadata from Indexing and Add Metadata Transformation Process #2821

Closed
marevol opened this issue Jun 20, 2024 · 0 comments
Closed
Assignees
Milestone

Comments

@marevol
Copy link
Contributor

marevol commented Jun 20, 2024

We need to make two key changes to our current system:

  1. Exclude metadata starting with "X-FESS" from the indexing process.
  2. 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.

@marevol marevol added this to the 14.15.0 milestone Jun 20, 2024
@marevol marevol self-assigned this Jun 20, 2024
marevol added a commit that referenced this issue Jun 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant