Please look at the admin UI>>collection_or_core>>analysis page. That will tell you exactly how your input is being transformed. Very often WordDelimiter(Graph)FilterFactory is what breaks data up like this, that’s what it’s _designed_ for.
Best, Erick > On Dec 6, 2019, at 11:25 AM, rhys J <rhyssha...@gmail.com> wrote: > > On Fri, Dec 6, 2019 at 11:21 AM David Hastings <dhasti...@wshein.com> wrote: > >> whats the field type for: >> clt_ref_no >> > > It is a text_general field because it can have numbers or alphanumeric > characters. > > *_no isnt a default dynamic character, and owl-2924-8 usually translates >> into >> owl 2924 8 >> >> > So it's matching on word breaks, am I understanding properly? > > It's matching all things that match either 'owl' or '2924' or '8'? > > Thanks, > > Rhys