Andi Vajda <va...@apache.org> wrote: > > For instance, the org.neo4j.api.core.Node > > class doesn't have the vital method "hasRelationship(RelationshipType...)". > > In fact, it doesn't seem to have a number of methods, like > > "Iterable<Relationship> getRelationships()". > > > > So, this is (I suppose) a variant of the Java 5 stuff not being > > supported by PyLucene. > > > > Might be nice to have JCC fail more obviously in this case... > > No, this is different. It's not related to these Java 1.5 features. > > It's because java.lang.Iterable is not 'known' to that JCC invocation > by default.
Should have known it was my fault :-). But what about "..."? That's used in hasRelationship(), which is kind of vital. Bill