You'll find the available parameters in various interfaces in the package
org.apache.solr.common.params.*
For instance:
import org.apache.solr.common.params.FacetParams;
import org.apache.solr.common.params.ShardParams;
import org.apache.solr.common.params.TermVectorParams;
As a side note to w
: It seems that SolrQuery is a better API than the basic ModifiableSolrParams,
: but I can't make it work.
can you elaborate a bit more on what it is you are tyring to do? ... ie:
show more of hte unit test you are writing ... what exactly are you doing
with the SolrQuery and/or ModifiableSolr