Suggester not suggesting but spellchecker is

2020-08-06 Thread Philip Smith
Hello, Any advice on the following suggester not suggesting issue would be very welcome. I can get suggestions when using a spell checker but not when using the suggester. Both types are querying the same suggestion field. I'm using the following settings: I

Re: partial search help request

2020-08-05 Thread Philip Smith
be a little careful of WhitespaceTokenizer. For controlled > experiments where you’re tightly controlling the input, but going to prod > has some issues. That tokenizer works fine, it’s just that it’ll include, > say, the period at the end of a sentence with the last word of the sentence… > &

Re: partial search help request

2020-08-05 Thread Philip Smith
hen I was trying with the KeywordTokenizerFactory it wasn't even matching the full search term. If anyone can shed any light, then I'd be grateful. Thanks. On Wed, Aug 5, 2020 at 7:12 PM Philip Smith wrote: > Hello, > I'm new to Solr and to this user group. Any help wi

partial search help request

2020-08-05 Thread Philip Smith
Hello, I'm new to Solr and to this user group. Any help with this problem would be greatly appreciated. I'm trying to get partial keyword search results working. This seems like a fairly common problem, I've found numerous google results offering solutions for instance https://stackoverflow.com/qu