Is there a way for Mongo to be extended to support an aggregate
function containing the algorithms used in PHP's similar_text(),
Metaphone, Soundex or Levenshtein? MySQL supports Soundex as an
aggregate.
If that is not an option, what options exist to search a collection
for a non-exact match?
We try to move as much processing as possible to the client in cases
like that because it is usually easier to scale app servers than
databases.
> --
> You received this message because you are subscribed to the Google Groups "mongodb-user" group.
> To post to this group, send email to mongod...@googlegroups.com.
> To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
>
>
Can Sphinx or a similar db-search-engine be utilized against data
stored in Mongo?