On Fri, 15 Jun 2012 06:34:11 -0300, Massimo Lusetti <mluse...@gmail.com> wrote:

On Thu, Jun 14, 2012 at 7:58 PM, Thiago H de Paula Figueiredo
<thiag...@gmail.com> wrote:

The company I work for uses Apache Solr. I've talked to some friends that work at another company and they seem to be happy with it too, even having a
backend server written in C++. :P

The more I look the more I see a good fit but we really need some sort
of hook into tapestry template loading/parsing to get actual text from
template and message catalogs.

Ah, now I really know what you're talking. :) My first thought would be to decorate or advise the service that loads templates so we could get the template contents. Just search for threads which discuss loading templates from different places to know which service is involved. Same for messages. If your templates won't be changed without a webapp restart, I'd preprocess them instead. Or maybe you could even add something like a MarkupWriterListener to get the rendered DOM and process it.

Why exactly do you need to index templates and message catalogs? Just curious. :)

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to