For a similar idea, check:
https://issues.apache.org/jira/browse/SOLR-906
This opens a single stream and writes all documents to that. It could
easily be extended to have multiple threads draining the same Queue
On Dec 9, 2008, at 4:02 AM, Noble Paul നോബിള്
नोब्ळ् wrote:
I guess this is the best idea . Let us have a new BatchHttpSolrServer
which can help achieve this
--Noble
On Thu, Dec 4, 2008 at 7:14 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On Thu, Dec 4, 2008 at 8:39 AM, Mark Miller <[EMAIL PROTECTED]>
wrote:
Kick off some indexing more than once - eg, post a folder of docs,
and while
thats working, post another.
I've been thinking about a multi threaded UpdateProcessor as well
- that
could be interesting.
Not sure how that would work (unless you didn't want responses), but
I've thought about it from the SolrJ side - something you could
quickly add documents to and it would manage a number of threads
under
the covers to maximize throughput. Not sure what would be the best
for error handling though - perhaps just polling (allow user to ask
for failed or successful operations).
-Yonik
--
--Noble Paul