On 4/14/2022 7:12 PM, Jeremy Buckley - IQ-C wrote:
qt=/select{!lucene df=mpno v='fo4a*'} returns lots of results {!dismax df=mpno v='fo4a*'} returns *zero *results {!edismax df=mpno v='fo4a*'} returns lots of results What is wrong with dismax?
The dismax parser doesn't do everything. Which is why edismax exists.The edismax parser does everything dismax can, but also understands most of what the lucene parser does. Think of it as a blend of lucene and dismax.
Thanks, Shawn