Re: status 400 on posting json

2013-03-25 Thread Patrice Seyed
managed to create one yourself. I suggest that you start with a fresh install of Solr 4.1 As far as keywords, the existing field is set up to be a comma-separated list of keyword phrases. Of course, you can structure it any way that your application requires. -- Jack Krupansky -Original Me

Re: status 400 on posting json

2013-03-15 Thread Patrice Seyed
Hi, Re: - > Is there some place I should indicate what parameters are including in > the json objects send? I was able to test books.json without the > error. "Yes, in Solr's schema.xml (under the conf/ directory). See for more details.

status 400 on posting json

2013-03-15 Thread Patrice Seyed
Hi all, Running the solr server: ~/solr-4.1.0/example$ java -jar start.jar For updating solr with json, I followed the convention at: example/examplesdocs/books.json which has: [ { "id" : "978-0641723445",^M "cat" : ["book","hardcover"],^M "name" : "The Lightning Thief",^M "a