Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ryan: http://wiki.apache.org/solr/Solr1%2e3 ------------------------------------------------------------------------------ This will be the first official release - we should make sure the API is something we want to live with... - query.setFields( "name,id" ); - vs - query.setFields( "name", "id" ); ==> fl=name&fl=id !!! - currently only: q.addSortField( name, order ); no
