Great advice Erick, kindly appreciated.
I removed PorterStemFilter as you suggested and it worked as one would
expect it to. Very useful to learn about avoiding KeywordTokenizerFactory,
the limitation of the WhitespaceTokenizer and the testing approach.
Best,
Phil
On Wed, Aug 5, 2020 at 8:37 PM
First of all, lots of attachments are stripped by the mail server so a number
of your attachments didn’t come through, although your field definitions did so
we can’t see your results.
KeywordTokenizerFactory is something I’d avoid at this point. It doesn’t break
up the input at all, so input o
Hello,
I've had a break-through with my partial string search problem, I don't
understand why though.
I found yet another example,
https://medium.com/aubergine-solutions/partial-string-search-in-apache-solr-4b9200e8e6bb
and this one uses a different tokenizer, whitespaceTokenizerFactory
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