[jboss-user] [JBoss Seam] - Re: Seam/hibernate search

epbernard do-not-reply at jboss.com
Thu Aug 16 22:48:02 EDT 2007


You need a parser one way or another to split words of your query
'java Hibernate'
Should end up being 'Java' and 'Hibernate'
Then from those you can do (by priority layer)
Java AND Hibernate
Java OR Hibernate
Java~ OR Hibernate
Java OR Hibernate~
etc

If you reuse the Lucene query parser, you end up losing the ability to define those layers

PS I haven't looked yet at the @Searchable framwork you did for the Wiki

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075061#4075061

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075061



More information about the jboss-user mailing list