[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-414?pag...
]
Emmanuel Bernard commented on HSEARCH-414:
------------------------------------------
I am not fan of term either but termQuery is worse because there is no 1-1 match between
this construct and a TermQuery.
Maybe
.onField(String field).matches(String text).createQuery();
I will create the boolean DSL but it's not trivial to build this API :)
Oh and of course, it takes the right analyzer :) I apply a SHOULD on each term generated
by the analyzer.
I have not followed Lucene's new contracts so your input would be nice.
Add support for a Lucene query builder using a fluent API
---------------------------------------------------------
Key: HSEARCH-414
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-414
Project: Hibernate Search
Issue Type: New Feature
Components: query
Reporter: Emmanuel Bernard
Fix For: 3.2.0.Beta3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira