Opened 12 years ago

Closed 10 years ago

#197 closed enhancement (fixed)

Storing the ComponentProfile in Solr

Reported by: teckart Owned by: keeloo
Priority: major Milestone:
Component: VLO importer Version:
Keywords: Cc:

Description

Possible Solr facet: _componentProfile

Change History (7)

comment:1 Changed 12 years ago by herste

Done in development.

comment:2 Changed 11 years ago by herste

Resolution: fixed
Status: newclosed

comment:3 Changed 11 years ago by dietuyt

Resolution: fixed
Status: closedreopened

comment:4 Changed 11 years ago by dietuyt

Owner: changed from herste to keeloo
Status: reopenedassigned

Need to display the profile name facet, can shortly be retrieved from the XSD, /Schema/Annotation?/appinfo/Header/Name, eg:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:cmd="http://www.clarin.eu/cmd/" xmlns:xs="http://www.w3.org/2001/XMLSchema"
                            xmlns:dcr="http://www.isocat.org/ns/dcr"
                            xmlns:ann="http://www.clarin.eu"
                            targetNamespace="http://www.clarin.eu/cmd/"
                            elementFormDefault="qualified">
                            <xs:annotation>
                                                  <xs:appinfo>
                                                  <ann:Header>
                                                  <ann:ID>clarin.eu:cr1:p_1349361150622</ann:ID>
                                                  <ann:Name>data</ann:Name>
                                                  <ann:Description>dc and metashare v3.0</ann:Description>
                                                  </ann:Header>
                                                  </xs:appinfo>

                            </xs:annotation>

comment:5 in reply to:  4 Changed 11 years ago by twagoo

Replying to dietuyt:

Need to display the profile name facet, can shortly be retrieved from the XSD, /Schema/Annotation?/appinfo/Header/Name, eg:

This has been implemented, see #282

comment:6 Changed 10 years ago by twagoo

Component: VLO web appVLO importer

comment:7 Changed 10 years ago by teckart@informatik.uni-leipzig.de

Resolution: fixed
Status: assignedclosed

Facet _componentProfile (containing the profile name) is available in Solr for quite a time now. The new beta version also shows the value in the "technical details".

Note: See TracTickets for help on using tickets.