Metadata Search WCM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2007 12:14 PM
Hi All,
I have the following requirement (search on WCM webproject only)
1. Given a path like /mywebapp/ROOT/first.pdf, should return a node which contains metadata.
2. Given type (newsarticle) should return node(s) which contains metadata like title, URL, description…etc.
3. Given a text (Hello World) should return all the nodes with the metadata.
I tried the text search but i could not get to the metadata.
Please let me know
Thanks,
Vijay
I have the following requirement (search on WCM webproject only)
1. Given a path like /mywebapp/ROOT/first.pdf, should return a node which contains metadata.
2. Given type (newsarticle) should return node(s) which contains metadata like title, URL, description…etc.
3. Given a text (Hello World) should return all the nodes with the metadata.
I tried the text search but i could not get to the metadata.
Please let me know
Thanks,
Vijay
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2007 06:46 AM
Are you using the JavaScript/FreeMarker APIs to do this?
Kevin
Kevin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2007 09:54 AM
Hi Kevin,
I am using JCR JNDI API to achieve this, but there is no Lucene search available in JCR and I do not know about XPATH and SQL Search in JCR, I looked at the forums, but they are very abstract and could not follow.
If you can provide the XPATH search statements for the above, it would be great.
Thanks,
Vijay
I am using JCR JNDI API to achieve this, but there is no Lucene search available in JCR and I do not know about XPATH and SQL Search in JCR, I looked at the forums, but they are very abstract and could not follow.
If you can provide the XPATH search statements for the above, it would be great.
Thanks,
Vijay

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2007 10:20 AM
Please let me know how can i achieve this
