Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
metadata
metadata
Indexing Metadata

The source example indicates how to include all discovered metadata values into the search index.  The string encompasses all returned valuesIn this example, the title is not indexed, no entities of type keyword or topic, or associations containing the string "theme" are indexed, and only a few metadata fields.

Code Block
},        {
            "searchIndex": {
				"fieldList":"-title",
				"entityFilter": "-Keyword|Topic",
				"assocFilter": "-.*theme.*",
                "metadataFieldList": "fieldSet1,fieldSet2.indexable"
            }
        }
    ]
}

 

 

Panel

Footnotes:

Legacy documentation:

Legacy documentation:

  • See legacy documentation under "Format"