I'm trying to add a sub-query to my DrillDownQuery but I keep ending up
with no results when I use add(String dim, Query subQuery). I'm trying to
query the tags that start with a specific String.
Any suggestions of how to do this would be greatly appreciated. I am using
Lucene Core 6.3.0.
Thank
Hi Alexey,
> On Nov 14, 2016, at 3:49 AM, Alexey Makeev wrote:
>
> But, please correct me if I wrong, this change of semantics (which has
> implications from the user point of view) was a workaround for a performance
> problem? I there was't the performance problem, it would be better to keep
Hello Steve,
Thanks for the detailed answer and the pointers to issues. I appreciate great
amount of work you conducted to make tokenizer handle corner cases. And I think
disabling buffer auto-expansion is a right thing to do.
But, please correct me if I wrong, this change of semantics (which h