On 11/21/06, Fuad Efendi <[EMAIL PROTECTED]> wrote:
SOLR is a Web-Application with well-defined XML-based API:
- indexing service
- asynchronous; no need for 'real time' (content has well-defined TTL); can
use HTTP Caching for increased performance
- provides native support for XSL
The question: do we really need to maintain JSON/Puby as a ServletOutput? We
can focus on 'Public XML API' only, and provide samples of XSL-to-JSON,
XML-to-WML, and etc...
-1. Python, ruby, and JSON are going to be increasingly important on
the web, and maintaining those interfaces is a feature that gives solr
a more cutting-edge feel.
The alternative interfaces can also be much more efficient for these languages.
-Mike