solr - Properties vs Categories on an Aspect in Alfresco -


i'm using alfresco 4.1.6 , solr 1.4.

i'm reading possibility of using classifications nodes, specified type d:category in aspect on content model.

a time of searchs in our project important, reason try design best option possible this. our repository have on 2 millions of documents, spread on directories, each user (we have 3000 users aprox) have own root path.

for queries (fts_alfresco), use type (we have 5 distinct types of nodes defined on our model) , custom properties (all of them use in queries indexed).

my question is... imagine change model , use 1 of our properties category. delete property , create aspect d:category property. search more efficient , if search type, property , category? alfresco gives me best performance if search value category instead of when search value normal indexed property? or same? whats benefits of use category?

category , properties both of them has different usage.

main difference

property:you have different value of same property each content

category:you have same category can associated muliple contents

so, based on requirement have choose 1 want use. far performence concerned guess category based search faster(i haven't tried though).


Comments