Re: [hibernate-dev] hsearch-81

2007-09-03 Thread Emmanuel Bernard
Yes the intializeMembers method should be where the job is done (we can rename it later on) You need to store your metadata in PropertiesMetadata (partly because of @IndexedEmbedded, and the fact that associated entity can be indexed in the same document). On Sep 2, 2007, at 23:22, John Gr

Re: [hibernate-dev] HSearch-81

2007-08-27 Thread Emmanuel Bernard
Today bridges are applied on properties, from a property, you can manipulate the Document and do what pleases you. But sometimes, it's useful to actually use several properties at the same time to create one Field in the Document (let's say the field should contain firstname + " " + lastname