Cross token fuzziness?

I have some records in my db which are stored both as "A B company" and "AB company". Is there a way to fire off a query "A B company" and get both? I looked into fuzziness parameter but it seems like it won't do that, it would only insert/modify characters within a single token.

Thanks

If they're short values you can always index as single-word keyword fields as well as text fields

You mean like, squash into a single word, index in a separate field and maybe have a weighted combination of the two fields?

I mean one JSON field still but potentially multiple indexed forms

Yes sorry that's what I meant. Will look into it, thanks.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.