On 4 February 2015 at 17:29, Marc Schipperheyn <m.schipperheyn(a)gmail.com> wrote:
Lucene 4 has some great improvements in autosuggest/autocomplete,
e.g.AnalyzingInfixSuggester.
GroupingSearch and JoinUtil are other nice ones.
It would be interesting to see blog writeups on leveraging these new
features through HSearch.
Good point. We'd need to do some research first though :-/
Rather than blogging how to bypass the Search API I'd prefer to create
an easy to use API first.
Joins should imho even be considered as candidates for inclusion into
the
querybuilder. Grouping might also be considered as a kind of projection
perhaps.
+1 Joins are high on my wishlist too, but not on the top yet. Would
you like to sketch a proposal patch?
HSEARCH-1237
Sanne