Reputation: 674
I was wondering which of the indexing libraries out there would be suitable for a site of code documentation where you can't just ignore "punctuation" as insignificant. (In some of the languages I'm interested in, punctuation can be part of significant "words", like some standard method names in Raku such as "^methods", "^mro", etc.)
Full unicode/utf-8 support is also important, but I suspect that's a given in modern packages.
Upvotes: 1
Views: 152
Reputation: 1482
Manticore Search would be suitable since:
can't just ignore "punctuation" as insignificant
Upvotes: 1