I am trying to index json data present under blob data type in data base.
JSON stored in database as {a:1,b:2,c:3}.

I want to Search based on fields later like fq= a:1.
The fields a,b,c are dynamic and can be anything based on data posted by
users.

What is the correct way to index data based on dynamic fields in Solr and
search them later based on those fields.

-- 

Rahul Ranjan

Reply via email to