Hi Everybody.
I have the following folder tree:
/act/Comunidades/Mantenimiento
/act/Comunidades/Mantenimiento/Analisis_de_Fallas/documentos
/act/Comunidades/Mantenimiento/Corrosion/documentos
I have an index defined for /act/Comunidades/Mantenimiento/Analisis_de_Fallas/documentos, which contains a taxonomy that classifies documents depending on a property called "Type". This property has 4 possible values.
The same thing happens for /act/Comunidades/Mantenimiento/Corrosion/documentos but with a different property.
<b>Now, I would like to define a Taxonomy for all this folder tree starting at /act/Comunidades/Mantenimiento based on a property called 'Recomended' (which has de values YES or NO).</b>
If I create an index for /act/Comunidades/Mantenimiento and define my taxonomy in that index, it only classifies the documents contained in /act/Comunidades/Mantenimiento, /act/Comunidades/Mantenimiento/Analisis_de_Fallas, /act/Comunidades/Mantenimiento/Corrosion BUT IT DOESN'T classifies the documents contained in /act/Comunidades/Mantenimiento/Analisis_de_Fallas/documentos and /act/Comunidades/Mantenimiento/Corrosion/documentos
This happens because theese folders already have an index defined.
Which is the best way to achieve my desired results?
Thanks in Advance!!