On Fri, Sep 17, 2010 at 4:12 PM, facholi <rfach...@gmail.com> wrote:
>
> Hi,
>
> I would like a json result like that:
>
> {
>   id:2342,
>   name:"Abracadabra",
>   metadatas: [
>      {type:"tag", name:"tutorial"},
>      {type:"value", name:"2323.434/434"},
>   ]
> }

Do you mean JSON with the tags not quoted (that's not legal JSON), or
do you mean the metadata part?

Anyway, I assume you're not asking about how to get a JSON response in general?
If so, search for "json" here:http://lucene.apache.org/solr/tutorial.html

If you're looking for something else, you'll need to be more specific.

-Yonik
http://lucenerevolution.org  Lucene/Solr Conference, Boston Oct 7-8

Reply via email to