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
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
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…
>
&
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