[jira] Created: (SOLR-949) Add QueryResponse and SolrQuery support for TermVectorComponent

2009-01-06 Thread Aleksander M. Stensby (JIRA)
Add QueryResponse and SolrQuery support for TermVectorComponent --- Key: SOLR-949 URL: https://issues.apache.org/jira/browse/SOLR-949 Project: Solr Issue Type: New Feature

[jira] Updated: (SOLR-949) Add QueryResponse and SolrQuery support for TermVectorComponent

2009-01-06 Thread Aleksander M. Stensby (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksander M. Stensby updated SOLR-949: --- Attachment: SOLR-949.patch This patch includes support for specifying what term vector

[jira] Updated: (SOLR-865) Support document updates in binary format

2009-01-06 Thread Noble Paul (JIRA)
[ 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 missed a few files Support document updates in binary format

[jira] Updated: (SOLR-865) Support document updates in binary format

2009-01-06 Thread Noble Paul (JIRA)
[ 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 new patch. but still same error Support document updates in binary format

solrj delete by Id problem

2009-01-06 Thread Parisa
Hi, I have Problem with solr api , when I delete By Id a document with solrj . if we already have searched on one word's content of this doc and we had more than 1 result ,after delete by Id we have no result at all I mean the result set is empty and it is not correct because it should shows

Re: solrj delete by Id problem

2009-01-06 Thread Erik Hatcher
On Jan 6, 2009, at 8:57 AM, Parisa wrote: I have Problem with solr api , when I delete By Id a document with solrj . if we already have searched on one word's content of this doc and we had more than 1 result ,after delete by Id we have no result at all What method are you calling? Are

Re: error: exceeded limit of maxWarmingSearcher

2009-01-06 Thread Yonik Seeley
On Tue, Jan 6, 2009 at 12:14 AM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: The same test w/ XML format has no such problem. But with binary update format it is throwing error Perhaps something is being set on the update command that is causing too many commits (commitWithin or

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661285#action_12661285 ] Ryan McKinley commented on SOLR-906: | But we need to change the global lock to be final.

[jira] Resolved: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-906. Resolution: Fixed Buffered / Streaming SolrServer implementaion

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661434#action_12661434 ] Noble Paul commented on SOLR-906: - bq.That is just there so that multiple add commands can be

[jira] Issue Comment Edited: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661434#action_12661434 ] noble.paul edited comment on SOLR-906 at 1/6/09 8:15 PM: - bq.That is

[jira] Commented: (SOLR-906) Buffered / Streaming SolrServer implementaion

2009-01-06 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661440#action_12661440 ] Ryan McKinley commented on SOLR-906: | if we modify the XMLLoader to accept multiple add

Re: error: exceeded limit of maxWarmingSearcher

2009-01-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
I found it out. The ContentStreamHandlerBase also calls commit thanks --Noble On Tue, Jan 6, 2009 at 8:29 PM, Yonik Seeley ysee...@gmail.com wrote: On Tue, Jan 6, 2009 at 12:14 AM, Noble Paul നോബിള്‍ नोब्ळ् noble.p...@gmail.com wrote: The same test w/ XML format has no such problem. But with