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
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
Archive content from product discussions in Italian.
This group is now closed and content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.