StartsWith on DrillDown?

2016-11-14 Thread Matt Hicks
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

Re: Too long token is not handled properly?

2016-11-14 Thread Steve Rowe
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

Re[2]: Too long token is not handled properly?

2016-11-14 Thread Alexey Makeev
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