[
https://issues.apache.org/jira/browse/SOLR-865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-865:
----------------------------
Attachment: SOLR-865.patch
Last patch was incomplete
Thie testcase fails with the following mesage
{code}
exceeded limit of maxWarmingSearchers=2, try again later.
Jan 5, 2009 5:44:40 PM org.apache.solr.update.processor.LogUpdateProcessor
finish
INFO: {} 0 15
Jan 5, 2009 5:44:40 PM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: Error opening new searcher.
exceeded limit of maxWarmingSearchers=2, try again later.
at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1050)
at
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:350)
at
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:78)
at
org.apache.solr.handler.BinaryUpdateRequestHandler.parseAndLoadDocs(BinaryUpdateRequestHandler.java:95)
at
{code}
any idea
> Support document updates in binary format
> -----------------------------------------
>
> Key: SOLR-865
> URL: https://issues.apache.org/jira/browse/SOLR-865
> Project: Solr
> Issue Type: Improvement
> Components: clients - java, update
> Affects Versions: 1.4
> Reporter: Shalin Shekhar Mangar
> Fix For: 1.4
>
> Attachments: SOLR-865.patch, SOLR-865.patch
>
>
> SolrJ uses the fast and compact 'javabin' format for querying Solr which is a
> huge performance improvement over the xml format. We should make it possible
> to use the 'javabin' format for document updates as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.