Hibernate Team |
|
Joined: Fri Oct 05, 2007 4:47 pm Posts: 2536 Location: Third rock from the Sun
|
The query aspect is easy: just use a keyword query, but you need to specify indexing time options to be able to do this.
Make sure that when the movie title is indexed you index both the value "Toy Story" and the combination "ToyStory". You probably want to index the second kind of value in a separate field name, so that you can target either or both fields during a query.
_________________ Sanne http://in.relation.to/
|
|