Uploaded image for project: 'Nuxeo AI Core'
  1. Nuxeo AI Core
  2. AICORE-542

Add Index Configuration

    XMLWordPrintable

    Details

    • Tags:
    • Sprint:
      AI 5 S5 - Deduplication
    • Story Points:
      2

      Description

      As a user, I'd like to configure the documents that can be indexed.

      • Add a new module nuxeo-ai-similar-content in nuxeo-ai project
      • This new module will contain a new Nuxeo Component with the following extension point and contribution:
        • Add an extension point to identify those documents:
          <extension target="xxx" point="configuration-query">
            <configuration query="SELECT * FROM Document WHERE ecm:mixinType = 'Picture' AND ecm:tag NOT IN ('not_duplicate')" override='true'">
          <xpath>file:content</xpath>
          </configuration>
          </extension>
        • Default configuration query is:
      SELECT * FROM Document WHERE ecm:mixinType = 'Picture' AND ecm:tag NOT IN ('not_duplicate')

       

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: