I am storing the full analyzed text of a field but when I look at the indexes in Luke this is all that is shown for the values, am I doing something wrong?
Quote:
1 description_en 28176ee6
1 description_en 69fc6eed
1 description_en c92015d
1 description_en 2555e3ab
1 description_en 24fe9ad1
Thanks,
Finbarr
EDIT:
Ok so it was a really idiotic and rookie mistake. I was using a ClassBridge on my Entity class to create the field and for some stupid reason I assumed that the Object value parameter was the property of my class that I wanted to index - of course it was the entire object and I was calling toString on the object resulting in the jvm id or whatever that string is.
DUH!