Delte by multiple id problem
I have deleted single id by sending delete command to solr server but getting error when i try to delete multiple id's. 2 3 4 is it the right syntax?? any body have some idea. -- View this message in context: http://www.nabble.com/Delte-by-multiple-id-problem-tp14733135p14733135.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Delte by multiple id problem
ryantxu wrote: > > >>> eg >>> 2 >>> 3 >>> 4 >> >> Can this be done on the same request? Because I am sending them on >> diferent requests... wich suck... already dividing inserts and deletes >> in 2 requests is bad enough. >> > > In 1.2, you have to do one command/request in 1.3 you can do multiple: > > See SOLR-133 in > http://svn.apache.org/repos/asf/lucene/solr/trunk/CHANGES.txt > > Does Solr 1.3 has been released or we have to wait?? -- View this message in context: http://www.nabble.com/Delte-by-multiple-id-problem-tp14733135p14750409.html Sent from the Solr - User mailing list archive at Nabble.com.
Problem with dismax handler when searching Solr along with field
when i search the query for example http://localhost:8983/solr/select/?q=category&qt=dismax it gives the results but when i want to search on the basis of field name like http://localhost:8983/solr/select/?q=maincategory:Cars&qt=dismax it does not gives results however http://localhost:8983/solr/select/?q=maincategory:Cars return results of cars from field name "maincategory" -- View this message in context: http://www.nabble.com/Problem-with-dismax-handler-when-searching-Solr-along-with-field-tp14878239p14878239.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Update the index
updating a document in Solr index does not require any tag just post the document with the same id it will be updated. -- View this message in context: http://www.nabble.com/Update-the-index-tp14991443p14994095.html Sent from the Solr - User mailing list archive at Nabble.com.
Message = "The remote server returned an error: (500) Internal Server Error."
Hi: when i post XML file to solr,data is indexed but if after a week or two i again post the same file to solr i usually get this error "The remote server returned an error: (500) Internal Server Error." i dont know what is the problem. if i create a new instance of solr and place "solr.config" and "schema.xml" into it and again post the same XML then it is posted. i want to know why it is happening that after some time solr refused to indexed the same file which he accepted earlier. Regards Farhan Ali -- View this message in context: http://www.nabble.com/Message-%3D-%22The-remote-server-returned-an-error%3A-%28500%29-Internal-Server-Error.%22-tp16346616p16346616.html Sent from the Solr - User mailing list archive at Nabble.com.