Issue with 2WD and 4WD in query
Hi, I hope you can help me. I'm having an odd problem with solr. I have a field that could be represent a car. A car could have a name like "Silverado" or could be something like "Silverado 2WD" to denote the 2 wheel drive version of the car. Anyway, all is well when I search over the fie
Is there a way to retrieve the "analyzed tokens" (e.g. the stemmed values) of a field from the SOLR index ?
Is there a way to retrieve the "analyzed tokens" (e.g. the stemmed values) of a field from the SOLR index ? Almost like using SOLR as a utility for generating the tokens. Thanks !