: Given this type of layout, how would I go about querying and returning
: a list of blogs which contain text in either the blog content or any
: of the comments' content?
a big issue is how timely do your comments have to show up in the index
... for some people an acceptible tradeoff is that new
You can do pretty much anything you want in a custom request handler, but
i must admit that off the top of my head i can't think of any elegant way
to solve your problem.
Most people i know are happy with option #1 :)
-Hoss
I appreciate the input Hoss. Unfortunately, I don't see option 1
work
Is there a way to automatically set a field when a document is indexed?
Specifically, I'd like to have a date field updated to the current time when
a document is indexed.
I am trying to find the best way to re-index content on a live server. I
can't wipe the index and start over as there will b