04-10-2019 04:39 AM
04-11-2019 06:03 AM
in effetti con i file gia archiviati non va, devo provare con un nuovo modello.
va bene il codice in basso?
<config evaluator="model-type" condition="PROG:attachment">
<forms>
<form id="search">
<field-visibility>
<show id="PROGrogetto" />
<show id="PROG:fornitore" />
<show id="PROG:nomefinestra" />
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
<show id="PROG:numerodocumento" />
<show id="PROG:codicefascicolo" />
<show id="PROG:nomeprocedura" />
<show id="PROG:idmissione" />
</field-visibility>
<appearance>
</appearance>
</form>
</forms>
</config>
Grazie Luca
04-11-2019 06:20 AM
Purtroppo no, la property <index> va messa nel xml del modello come l'esempio di seguito:
<type name="example:document">
<title>Example Document</title>
<parent>cm:content</parent>
<properties>
<property name="example:property">
<title>Example Property</title>
<type>d:text</type>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
<facetable>true</facetable>
</index>
</property>
</properties>
</type>
Per quanto riguarda il pregresso potresti essere fortunato. Non modificando le definizioni del modello ma solo la property di indicizzazione, se cancelli gli indici e fai re-indicizzare, dovresti riuscire ad abilitare il faceting su tutto il repository, anche sui documenti già archiviati.
Fammi sapere
Luca
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.