Talk:ESciDoc Search Index Names

From MPDLMediaWiki
Jump to navigation Jump to search

Discussion/Comments[edit]

Faces[edit]

  • In my opinion, this is not relevant for Faces, because in Faces we only have very clear indexes (one per attribute).--Kristina 10:17, 6 February 2009 (UTC)
Ok, but even in this case we have clear naming convention for face indexes such as:
     *faces.emotion instead of escidoc.emotion
     *faces.age instead of escidoc.age


ViRR[edit]

Section moved to VIRR Development Page

General[edit]

  • Perhaps it makes sense to add escidoc to beginning of indexes, like:
*escidoc.publication.compound.creator
*escidoc.faces.album.creator

because then we could also query like

*escidoc.compound.creator

Possible use case: find all escidoc items where Mr. X was creator of.

*escidoc.compound.title delivers all title on first level 
 **(publication.title, publication.alternativetitle, virrelement title, etc. )
*escidoc.any.title 
 **deliviers all title elements in all escidoc items
  • i would not use the term "qualified path" to refer to something like "publication.title". to me qualified path sounds like qualified name in xml terminology, which actually does mean a localname plus a namespace. so "unqualified path" would be more intuitive for me.--Robert 16:58, 11 March 2009 (UTC)
ThnX. Will fix it.