Hi all, This seems a basic question: what's the best way to get TermVectorComponents. from the Solr XmL response?
SolrJ does not include TermVectorComponents in its api; the SOLR-949 patch adds this ability, but after 2 years it's still not in the mainline. (And doesn't patch cleanly to the current head 1.4). I'm new to Solr and familiar with the SolrJ but not as the best means for getting/parsing the raw xml. (Typically I find the dtd and right code to parse the dom using the dtd. In this case I've seen a few examples, but nothing definiive) Our team would rather use the "out of the box" solr rather than manually apply patches and worry about consistency during upgrades... Thanks in advance, will