Hi, we have a custom node that is not extending nt:resource it looks like this (originally there is also a subnode and other inherited types):
[doc:dokument] > nt:base, mix:mimeType - filename (string) - original (binary) primary According to the Spec (3.7.11.10 mix:mimeType) this should provide what is needed to index the binary property "original". We use standard indexing configuration, thus, no custom configuration, and still can not do a fulltext search on the content of "original". The reason we want to do it like this is that "original" is not mandatory (jcr:data in nt:resource is mandatory). Is there a way to get this working like this? We could also define "original" as non mandatory sub-node of type nt:resource. For simplicity and other reasons we would prefer the definition as property. Cheers, Philipp
