Hi, Is there a way to index an entire json document automatically as one can do with the new PostgreSQL json support? By automatically, I mean to create an inverted index entry (path: value) for each element in the document without having to specify in advance a schema.
If not in Lucene, can this be done in Solr? What I'm really looking for is a library i can call, rather than an http interface. thank you.