Alin Dreghiciu wrote: > Indexing and querying of Value Composites should work now. My testing > was limited due to the still existing bugs (that Rickard is working > on). > So, this means that for the moment indexing/querying is supported for: > Property<P> where P is a primitive type > Property<V> where V extends ValueComposite
Does it work even with hierarchical values, e.g. V1.valueProperty() -> V2 and then I can specify V2.somePrimitiveProperty() for the query? If so that is AWESOME! > There are still left: > Property<S> where S extends Serializale > Property<Collection<P/V/S>> > > I would say that we should support also Property<Collection<P/V/S>> in > indexing/querying. WDYT? Yes, if possible. Serializable is not so important(is it even possible?) > Anyway, for now, the indexing subsystem will throw an runtime > exception that the property type is not supported for those > unsupported property types. Fair enough! /Rickard _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

