Re: Storing and retrieving json

2013-05-22 Thread William Bell
I solved this: https://issues.apache.org/jira/browse/SOLR-4685 To get the field in there from XMl to JSON: https://issues.apache.org/jira/browse/SOLR-4692 EnjoY! On Wed, May 22, 2013 at 6:03 PM, Karthick Duraisamy Soundararaj < karthick.soundara...@gmail.com> wrote: > Hello all, >

Re: Storing and retrieving json

2013-05-22 Thread Jack Krupansky
JSON as a string field, which Solr appears to be doing correctly. -- Jack Krupansky -Original Message- From: Karthick Duraisamy Soundararaj Sent: Wednesday, May 22, 2013 8:03 PM To: solr-user@lucene.apache.org Subject: Storing and retrieving json Hello all, I am facing

Storing and retrieving json

2013-05-22 Thread Karthick Duraisamy Soundararaj
Hello all, I am facing a need to store and retrieve json string in a field. eg. Imagine a schema like below. [Please note that this is just an example but not actual specification.] carDescription is a json string . An example would be { "model":1988 "type":"manual"} I d