Hi all, we use SolrSrerver for fulltext searches; both on metadata both on content binary. In general i have to find all nodes nt:file that contain the word "company" or all nodes that have childs nt:resource that contain the same word.
Unfortunately if upload e file (so a node that is a nt:resource) and i use this query SELECT p.* FROM [nt:file] as p where contains(p.*,''company ') Solr find result but the RowIterator doesn't return anything. Instead the above query works SELECT p.* FROM [nt:resource] as p where contains(p.*,'company') But doesn't find nt:file nodes Can you help me ? Thanks in advance. [cid:[email protected]] Francesco Ancona | Software Dev. Dept. (SP) - Software Architect tel. +39 049 8979797 | fax +39 049 8978800 | cel. +39 3299060325 e-mail: [email protected] | www.siav.it I contenuti di questa e-mail e dei suoi allegati sono confidenziali e riservati esclusivamente ai destinatari. L'utilizzo per qualunque fine del presente messaggio e degli allegati così come la relativa divulgazione senza l'autorizzazione del mittente sono vietati. Se avete ricevuto questa e-mail per errore, vi preghiamo di distruggerla e di comunicarcelo. I dati personali sono trattati esclusivamente per le finalità della presente comunicazione in conformità con la legislazione vigente (D.lgs. 196/2003 "Codice Privacy"). Per informazioni: SIAV S.p.A. - [email protected] - 049 8979797 The contents of this e-mail and its attachments are confidential and reserved exclusively to the recipients. The use for any purpose of this message and attachments as well as its disclosure without the consent of the sender is prohibited. If you have received this email in error, please destroy it and notify us. Personal data shall be processed solely for the purposes of this notice in accordance with current legislation (Legislative Decree no. 196/2003 "Code"). For more information: SIAV S.p.A. - [email protected] - 049 8979797
