cancel
Showing results for 
Search instead for 
Did you mean: 

Lucene query to find by metadata?

jtorres
Champ in-the-making
Champ in-the-making
What's the lucene query to find files by metadata (for example to find all versionable files).

Thanks people.
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
You can use lucene to find nodes by property and/or aspects:
http://wiki.alfresco.com/wiki/Search#Finding_nodes_that_have_a_particular_aspect

Thanks,

Kevin

jtorres
Champ in-the-making
Champ in-the-making
Thanks Kevin.