>
> One last thing,
> Since I am a novice to this Hibernate & Hibernate Search,
> Is there any reference documentation to build my knowledge for
> QueryingInfinispan apart from that wiki page.
>
>
> In a word - no :-).
>
> However, if you want to get more experience with learning how to query this
On 20 Nov 2009, at 10:15, Vinoth wrote:
>> I am currently using Hibernate Search 3.1.1 GA
>
> Well there's your issue. There was a change between 3.1.0 and 3.1.1.
> So that's why we've switched the Infinispan dependency back to 3.1.0.
>
> A fix has been made in HS trunk, and that works fine. On
>
> I am currently using Hibernate Search 3.1.1 GA
>
>
> Well there's your issue. There was a change between 3.1.0 and 3.1.1. So
> that's why we've switched the Infinispan dependency back to 3.1.0.
>
> A fix has been made in HS trunk, and that works fine. On the Infinispan
> side, at least we're ju
> I am currently using Hibernate Search 3.1.1 GA
Well there's your issue. There was a change between 3.1.0 and 3.1.1.
So that's why we've switched the Infinispan dependency back to 3.1.0.
A fix has been made in HS trunk, and that works fine. On the
Infinispan side, at least we're just waiti
I am currently using Hibernate Search 3.1.1 GA
On Thu, Nov 19, 2009 at 5:28 PM, Emmanuel Bernard wrote:
> I remember we had that bug, it might be an issue with the version of
> HSearch used, which one are you using?
>
> On 19 nov. 09, at 11:41, Navin Surtani wrote:
>
> Sorry I hit send before I c
I remember we had that bug, it might be an issue with the version of
HSearch used, which one are you using?
On 19 nov. 09, at 11:41, Navin Surtani wrote:
> Sorry I hit send before I could finish typing what I wanted to
> earlier - my mistake.
>
>
>>
>> @ProvidedId(bridge = @FieldBridge(impl =
Sorry I hit send before I could finish typing what I wanted to earlier
- my mistake.
>
> @ProvidedId(bridge = @FieldBridge(impl = StringBridge.class))
> @Indexed(index = "person")
> public class Person implements Serializable {
>@Field(store = Store.YES)
>private String name;
>@Fiel
Hiya Vinoth,
I just ran my tests locally, and they seem to be working fine.
My class in my test looks like this: -
@ProvidedId(bridge = @FieldBridge(impl = StringBridge.class))
@Indexed(index = "person")
public class Person implements Serializable {
@Field(store = Store.YES)
private Stri