Yea I ended up tokenizing and using the WhitespaceAnalyzer so that everything would get into the index word for word. Our whole business is analyzing words, so it was necessary to have everything.
Now I'm at the point where I'm starting to write my searching page.
We're using Hibernate Annotations, Hibernate Search, Spring with MVC, and JSP to render the pages. I'm going to have to write the queries from the user-entered information to query against the multiple indexes that were created, so I'm sure I'll be posting implementation problems at some point, since I'm new to Hibernate altogether.
I just bought that book online and have been printing it out little by little everyday at work. It seems like it has everything I could need and its very well written! Might take me a little bit to get through though considering I've been at work about 12 hours a day. ;-)
Thanks a lot!
|