[hibernate-dev] Re: ProjectionQueryTest
Emmanuel Bernard
emmanuel at hibernate.org
Wed Jun 13 15:55:04 EDT 2007
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
> <emmanuel at hibernate.org> 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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list