Is it possible to index plain String JSON documents using SolrJ? I already know annotating POJOs works fine, but I need a more flexible way to index data without any intermediate POJO.
That's because when changing, adding or removing new fields I don't want to change continously that POJO again and again. -- - Luis Cappa