json encode MongoDB documents for Sphinx search? -


since using php, thinking of simple way json_encode whole document , save in mysql column, , mysql makes sphinx index.

this seems crude , wonder if others had come across better solution?

i pick out parts , save them schema in mysql, sphinx cannot parse out , query correctly on string field representing document. doing same in mongodb or mysql normal, won't work , fts index not understand document instead see string.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

mysql - Pass value between different pages (form) with PHP -