Re: commit of xml update by AJAX

2015-08-30 Thread Szűcs Roland
Hi Upayavira, You were rigtht. I had to only replace the Content-type to appliacation/xml and it worked correctly. Roland 2015-08-30 11:22 GMT+02:00 Upayavira : > > > On Sat, Aug 29, 2015, at 05:30 PM, Szűcs Roland wrote: > > Hello SOLR experts, > > > > I am new to solr as you will see from my

Re: commit of xml update by AJAX

2015-08-30 Thread Szűcs Roland
Thanks Erick, Your blog post made it clear. It was looong, but not too long. Roland 2015-08-29 19:00 GMT+02:00 Erick Erickson : > 1> My first guess is that your autocommit > section in solrconfig.xml has false > So the commitWithin happened but a new searcher > was not opened thus the document

Re: commit of xml update by AJAX

2015-08-30 Thread Upayavira
On Sat, Aug 29, 2015, at 05:30 PM, Szűcs Roland wrote: > Hello SOLR experts, > > I am new to solr as you will see from my problem. I just try to > understand > how solr works. I use one core (BandW) on my locla machine and I use > javascript for my learning purpose. > > I have a test schema.xml

commit of xml update by AJAX

2015-08-29 Thread Szűcs Roland
Hello SOLR experts, I am new to solr as you will see from my problem. I just try to understand how solr works. I use one core (BandW) on my locla machine and I use javascript for my learning purpose. I have a test schema.xml: with two fileds: id, title. I managed to run queries with faceting, aut