Description
Pasting a bit of discussion from OAK-4705:
whether it's a good idea to sort entries ("hello - world" becomes "- hello world") and make them unique ("test test" becomes "test").
I think parser shouldn't play with ordering .. but I can see the rational that it allows consumer of parsed output to potentially have forward seeks in their dictionaries. Otoh, I think making unique or not shouldn't be parsers's concern at all.
I'd open a new issue to follow up on these aspects.
/cc tmueller
Attachments
Issue Links
- relates to
-
OAK-4705 Fulltext parser doesn't allow stand-alone hyphen in search expression
- Closed