Re: Guide to using SolrQuery object

2009-08-09 Thread Aleksander M. Stensby
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

Re: Guide to using SolrQuery object

2009-07-26 Thread Chris Hostetter
: 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