project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Provide scripts to identify record types that define triples for search and related lists #108

Closed brent-hartwig closed 2 months ago

brent-hartwig commented 2 months ago

As part of #73's investigation, it was helpful to determine:

  1. Which record types define triples used by search terms.
  2. Which record types define triples used by related list triple searches --the searches that populate the related lists.

There may be additional uses for these, such as:

  1. Verify a dataset has triples that search terms expect.
  2. Subsequent checks to see if the chance of disconnect between related lists and search results has increased.
brent-hartwig commented 2 months ago

Scripts added in PR https://github.com/project-lux/lux-marklogic/pull/109.