On 10/1/22 13:37, Christopher Schultz wrote:
Is there a simple way for me to dump something to show you how the fields are being analyzed? To short-circuit me saying things like "I don't know what's really going on under there"? ;)
Sharing the field and fieldtype definitions from your schema and the exact input for both indexing and query will let us configure our own Solr identically and try it, using the analysis section in the admin UI. Which you can do yourself. It is an invaluable tool once you get the hang of it.
Thanks, Shawn