Re: [hibernate-dev] Hibernate web search

2008-09-23 Thread Adam Warski
Hello, Writing such a queryparser is really easy if you consider acceptable to catch "QueryParseException"s what I usually do in case of such an exception is report a JSF validation error with some instructions about query syntax. Well, Google doesn't show validation exceptions if you mistype th

Re: [hibernate-dev] Hibernate web search

2008-09-23 Thread Adam Warski
Hello, I like the idea of a parser using the Google syntax (you don't have to disable explicit fields BTW - recognzing a term:term syntax should be doable). The hard problem to crack is what's behind. I explain that in Hibernate Search in Action, a lot of good search engine do searches in