On Oct 6, 2013 7:16 PM, "user 01" <user...@gmail.com> wrote: > > @Gora: > you understood the schema correctly, but I can't believe it's strange but i > think it is actually the recommended way.. you index your data but don't > store in a Search engine, you store your actual data in DB, which is the > right place for it. Data in SE should be just used for indexing. Isn't it ?
Broadly true. But, please see Francois' reply. One wants to index "just enough" data in the search engine. Plus, if one wants to do relevant searches in large text blobs, documents, etc., those should be in the search engine: Databases are bad at such searches. In particular, I would say that using just the ID in the search engine makes little sense. However, you can do what you want if that is what you need. Regards, Gora