cancel
Showing results for 
Search instead for 
Did you mean: 

Search in d:content attribute

mjuarez
Champ in-the-making
Champ in-the-making
Hi guys!

I have a little problem.

I have a custom doc type(extends cm:content) for store a PDF Files with a attribute "ocr" of type d:content(for store ocr of pdf File). I can store this correctly, but when I doing a search Alfresco not returns results, this not search in d:content attributes?

Please help!

Regards.
2 REPLIES 2

yogeshpj
Star Contributor
Star Contributor
Which version of alfresco are you using? Are you using solr or lucene for indexing ?

mrogers
Star Contributor
Star Contributor
Ah … Edit that last comment …  I've just spotted that your post specifies another content property.

What is the query you are using?

I think it will probably require some changes to get a property that is not cm:content to index.   For example the content needs to be trensformed to text before it can be indexed.   AFIK that's not done out of the box.