What are the best realtime options?

2010-09-03 Thread Visual Logic
Until recently, I always thought it was necessary to have Lucene on the local client, then along came Solr. Then I thought that having Solr embedded in the local client was necessary. Now, I'm not as sure. A major use of Lucene/Solr in my application is as a dependancy injection system for many

Re: Using JSON for index input and search output

2010-05-30 Thread Visual Logic
the index and transfer them to hashmaps that the Renderers would query instead of querying the index directly? Would Solr be able to keep up with all the real-time lookups the Renders would be making? VL On 2010-05-30, at 1:38 PM, Yonik Seeley wrote: > On Sun, May 30, 2010 at 2:27 PM, Visual

Re: Using JSON for index input and search output

2010-05-30 Thread Visual Logic
Sun, May 30, 2010 at 1:33 PM, Visual Logic 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 outpu

Using JSON for index input and search output

2010-05-30 Thread Visual Logic
Lucene, 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 p