cancel
Showing results for 
Search instead for 
Did you mean: 

How to know whether meta data is extracted or not?

salma
Champ in-the-making
Champ in-the-making
Hi,

Presently I am using Alfresco 3.4b version.

I have made all the configurations as mentioned in http://wiki.alfresco.com/wiki/Metadata_Extraction .

But I dont know whether metadata is extracted or not.

If it is not extracted how can I check it? :?:

If it is extracted,how and where do I have to check it? :?:

Please let me know the details, if anyone has idea about it.

Thanks in advance,
Salma
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
I'd do that by looking at the node in the node browser.

salma
Champ in-the-making
Champ in-the-making
Hi

Thank you for the reply,

Can you please let me know in detail of , how to check the node details or extracted meta data details for particular node.


Thanks in advance
Salma

amitabhandari1
Champ in-the-making
Champ in-the-making
Hi salma,

Using nodebrowser , you  can fire queries to  get the detail of a particular node .
For eg, To find all nodes with the cm:name property containing the word banana,  use the below query.
@cm\:name:"banana"

Select workspace://SpacesStore as a store and lucene  to fire a query.

This is the link for your reference which can be used :
http://wiki.alfresco.com/wiki/Search#Finding_Nodes_By_Type

Thanks,