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