Is there a list of all the fields that are available to index from the metadata? I can see what's in the sample ExamineIndex.config, but that doesn't include any of the metadata.
What are you trying to index? PDF word? Out of the box if you have any meta data on the media item that will be in the index. Any meta in the document itself will also be in the index. Use luke http://luke.codeplex.com/ to see what you have.
I understand that the metadata will be in the index. My question is how do I know what the fields are called (so I can write the lucene query), especially if I can't use Luke?
You will need to use luke and open the index to see whats in there if the meta is the umbraco meta data on media item then the examine field alias will be the same as the umbraco field alias. With regards to file meta data no idea. You will need to use luke and see whats in there. Any reason you cannot use luke?
I thought that would be the case. I'm working remotely, so it's complicated... I'll find a way to use Luke or I will look at it next time I'm in the office.
Index attribute fields
Hi Ismail,
Is there a list of all the fields that are available to index from the metadata? I can see what's in the sample ExamineIndex.config, but that doesn't include any of the metadata.
Cheers,
Steven
Steven,
What are you trying to index? PDF word? Out of the box if you have any meta data on the media item that will be in the index. Any meta in the document itself will also be in the index. Use luke http://luke.codeplex.com/ to see what you have.
Regards
Ismail
Hi Ismail,
I understand that the metadata will be in the index. My question is how do I know what the fields are called (so I can write the lucene query), especially if I can't use Luke?
Cheers,
Steven
You will need to use luke and open the index to see whats in there if the meta is the umbraco meta data on media item then the examine field alias will be the same as the umbraco field alias. With regards to file meta data no idea. You will need to use luke and see whats in there. Any reason you cannot use luke?
Hi Ismail,
I thought that would be the case. I'm working remotely, so it's complicated... I'll find a way to use Luke or I will look at it next time I'm in the office.
Cheers,
Steven
Steven,
If you cannot remote desktop the server then get someone to zip up the index and send it to. Unzip on your machine then view it.
Regards
Ismail
is working on a reply...