bireme / thesaurus-wp-plugin

Other
0 stars 1 forks source link

Criar arquivo XML com conteúdo para indexação #13

Closed falbrito closed 4 years ago

falbrito commented 5 years ago

Criar arquivo XML com conteúdo para indexação no sistema solr.

Inserir os elementos essenciais.

Primeira proposta de elementos:

falbrito commented 5 years ago

Realizado.

falbrito commented 5 years ago

Em adendo ao bireme/thesaurus-wp-plugin#6 por favor incluir os seguintes campos ao schema.

ths_termall_eses ths_preferredterm_eses

<field name="ths_termall_eses" type="text" indexed="true" stored="true" multiValued="true"/>
<field name="ths_preferredterm_eses" type="text" indexed="true" stored="true" multiValued="true"/>
falbrito commented 4 years ago

Configuração atual para o schema de thesaurus

http://db02dx.bireme.br:8984/fi-main/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml

<!-- thesaurus -->
<field name="ths_regid" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="ths_conceptui" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="ths_decs_code" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="ths_treenumber" type="string_lowercase" indexed="true" stored="true" multiValued="true"/>
<field name="ths_exact_term" type="string_lowercase" indexed="true" stored="false" multiValued="true"/>
<field name="ths_termall" type="text" indexed="true" stored="false" multiValued="true"/>