Hi, I am developing a custom update processor. I am using solr-common.jar:1.3.0 which I found on Maven.
I am studying the code in Solr repo. I found there are many methods available in src/java/org/apache/solr/common/SolrInputDocument.java which are not available for me after importing solr-common.jar:1.3.0 in my project. For example getValue(), setField(), etc. What am I missing? Can I download the latest solr-common.jar from any official source? Or can I build it from Solr codebase? I checked build.xml but did not find the task for building solr-common.jar. Thanks Sachin