Versions Compared

Key

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

...

Area: Indexing / Solr

  • If an entry changes, it will need to be re-indexed in every solr document containing that entry. Implications!
      Atomic updates must be used in solr
    • Therefore, we must use atomic updates.
    • Therefore, all fields in solr must be stored
    • Therefore, we need a way to exclude full-text fields from document retrieval or everything will take one million years.
      • This does not currently exist in solr but the group is in contact with a solr developer who is willing to help.
      • https://issues.apache.org/jira/browse/SOLR-3191
        • Note some discussion of how to use this once it's ready on 2015-12-10
      • Note this is not a concern if you don't have any full-text data
  • Related: 'side-car indexer' described as 'Option 3' on 2015-04-29.

Area: Making assertions about external triples

  • Members of this group are very early in explorations of this work.
  • E.g. Want to make a local correction or add additional info / context to a triple owned externally
  • Implies that we need the external resource to be versioned, which necessitates caching.
  • Also want to record author of the assertion?
  • Can be done with either named graphs or reification.
  • Also discussed on 2015-08-06 as 'meta-authority records'

Area: Generally sharing projects and helping one another

...

 

Personal notes from 2016.01.07 meeting

...

* creation of custom vocabularies.

...

controlled vocabulary manager - a repo - look at notes from last two meetings - powers opaquenamespace. (https://github.com/OregonDigital/ControlledVocabularyManager)

...