lucene query to get only files in a space not sub spaces

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2009 02:53 AM
Hi ,
I want to retrieve the files in a space.The space has sub spaces as well.Could you tell me how to filter that in lucene query itself.
Thanks in advance
I want to retrieve the files in a space.The space has sub spaces as well.Could you tell me how to filter that in lucene query itself.
Thanks in advance
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2009 06:19 AM
Hi,
If you want more information about Search in Alfresco, try this tutorial : http://www.slideshare.net/JM.Pascal/alfresco-search-tutorial-presentation
Best Regards,
If you want more information about Search in Alfresco, try this tutorial : http://www.slideshare.net/JM.Pascal/alfresco-search-tutorial-presentation
Best Regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2009 03:21 AM
If the content items you're looking for are in your space "customFolderB", try something like
PATH:"/app:company_home/cm:customFolderA/cm:customFolderB/*" AND TYPE:"cm:content"
