Using only Analyzers, Tokenizers

I’m trying to make a real-time search service like the twitter. In
order to do this, I need to develop a server that does pull a result
from elasticsearch first, then send real-time search results by
comet. To accomplish this, the server needs analyzed search words and
analyzed data lines. So, is it possible to get the analyzed result
from eleasticsearch server?

This sounds like what you're looking for:

Due for release in version 0.14.0

clint