You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lucenenet.apache.org by Bryan Rojo <Br...@elliottelectric.com> on 2018/07/11 15:39:23 UTC

Phrase queries removing numeric values

I recently migrated from 3.0.3 and used to build my phrase query using ExtractTerms() in multitermqueryparser

However, using 4.8 now ExtractTerms() returns all the text terms but strips out all numbers

So "24 hour" is parsed as "hour"

Can someone tell me if this is expected?