This was a test issue, I fixed it.
Basically I do not support projection with the old style annotations, so the field was ignored. I did not change the projection test when I moved from ignoring non stored fields to raising an exception. But because @Unstored was used, I couldn't see the issue: that's why it raised when you switched to @Field(index=Index.TOKENIZED, store=Store.NO)

On 13 juin 07, at 15:07, Hardy Ferentschik wrote:

On Wed, 13 Jun 2007 16:14:38 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote:

Hum interesting,
Which test fails exactly?
org.hibernate.search.test.query.ProjectionQueryTest

I just jave to replace the getBody annotation?
I believe so. I attached the the faling test.

--
Hardy<ProjectionQueryTest.java>_______________________________________ ________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to