Problems using a suggester component in the /select handler in cloud mode

2019-06-26 Thread Alexandros Paramythis
Hi everyone, Environment: Solr 7.5.0, cloud mode (but problem should be identical in multiple versions, at least in 7.x) Summary: We have a Solr configuration that returns suggestions in the course of a normal search call (i.e., we have a 'suggest' component added to the 'last-components'

Re: Problems using a suggester component in the /select handler in cloud mode

2019-07-16 Thread Alexandros Paramythis
Hi everyone, We have a fix for the problem described in the message below. Could anyone provide pointers to documentation on how we would go about contributing this back? Thanks in advance for your input, Alex On 26/06/2019 10:48, Alexandros Paramythis wrote: Hi everyone, Environment

Re: autoGeneratePhraseQueries does not work?

2019-07-25 Thread Alexandros Paramythis
Hi Akihiro, This behavior is caused by the NGramTokenizerFactory, which is used both during analysis and querying in the configuration. In short: * During indexing, this filter causes the token 'aaa' to be generated from the string 'aaabbbccc' (because minGramSize="3") and indexed * At query