i got several objects with a relationship like this <fedora-rels-ext:isMemberOf rdf:resource="info:fedora/foo:bar"/>
my indexing stylesheet transforms it <IndexField IFname="isMemberOf" index="UN_TOKENIZED" store="YES" termVector="NO"> <xsl:value-of select="substring-after(foxml:datastre...@id='RELS-EXT']/child::*[last()]/foxml:xmlContent/rdf:RDF/rdf:Description/fedora-rels-ext:isMemberOf/@rdf:resource, 'info:fedora/')" /> </IndexField> (note the substring!) and according to Luke (http://www.getopt.org/luke/), the fields are indeed correctly indexed. but, when trying both the web interface's gfindObjects and GSearchOperationsProxy.gfindObjects() isMemberOf:"foo:bar" does not return any results. the very same query in Luke (ie on the lucene index itself) returns the correct 482 entries. am i doing something wrong? ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Fedora-commons-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-users
