On Sun, May 30, 2010 at 1:33 PM, Visual Logic <visual.lo...@gmail.com> wrote:
> JSON is the format used for all the configuration and property files in the 
> RIA application we are developing. Is Lucene able to create a document from a 
> given JSON file and index it? Is Lucene able to provide a JSON output 
> response from a query made to an index? Does the Tika package provide this?

No, and no.
XML, JSON, etc, are out of scope for lucene, which is a core search library.
Tika extracts text from documents like Word and PDF.

> Local indexing and searching is needed on the local client so Solr is not a 
> solution even though it does provide a search response in JSON format.

Solr is embeddable as well, so you can directly index/search.  But why
can't you run a separate server?

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to