It would be better to implement such logic as a separate process - watching
for events or reading from a stream, and then feeding discrete requests (or
modest-sized batches of documents) to Solr in parallel with such processing.
-- Jack Krupansky
On Sat, Apr 11, 2015 at 1:49 AM, vishal dsouza
wr
Hey,
I want to change the coding of solr such that using directhandler2, solr
would automatically and constantly accept inputs from external source that
i provide which will be similar to a queue.
What are the dependencies i.e. other classes or methods that I may impact.
If someone could help me