Hi,I was wondering what the backwards-compatibility rules in Solr are? Is it the same as in Lucene, i.e. public and protected APIs can only be changed in a major release (X.Y -> (X+1).0) ? I'd like to consolidate the function queries in Solr and Lucene and it's gonna be quite messy if we have to keep all classes in Solr's search/function package around.
-Michael
