Thanks for the quick response Florian .
actually i a newbie to CMIS based search.
earlier i used to search document using lucene search and for that we do
not need to define our properties anywhere else we just add the metadata
and can query it.
Can u please help me how can we add the custom property set or can you
provide me any document links where i can find it.
Thanks,
Arpit
On 08/12/2011 21:04, Florian Müller wrote:
Hi Arpit,
You have to reference the type that defines your custom metadata fields.
cmis:document only provides a basic property set.
- Florian
Am Donnerstag, den 08.12.2011, 16:21 +0100 schrieb Arpit Gupta
<[email protected]>:
Hello friends,
I am using apache chemistry framework for querying my alfresco
repository.
I am facing a problem in searching documents.
I want to search documents on the basis of their properties though i
can only search on some specific properties like "name".
I am unable to search using custom properties.
i can search using query
q= "SELECT * FROM cmis:document WHERE cm:name LIKE 'Hydrangeas%'"
but i can not do search on custom metadata fields added to document.
Is there any way to do search on custom metadata fields???
Thanks,
Arpit