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"
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.
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/
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 d
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 fro