We are still in the testing phase for 4.2.  A new server was built and the
latest tomcat, java and solr were installed.  The schema file was copied
over from the old and then customized as follows.
Schema Changes
We changed all float field types to tfloat.  The solrqueryparser default
operator is set to AND.  This is the same as it was in our 1.3 version but I
believe 4.2 defaults to OR if not specified.

Those were the only changes made.  We then uploaded the same data we would
normally upload to the 1.3 instance to the 4.2 instance and allow it to
index it naturally.  After that we checked the catalina logs for any errors
and then ran a simple query against solr and compared results.

I am aware that you can specify multiple face.field in the url.  I was
trying to use the query UI to try to diagnose the problem and am unable to
put multiple facet.field values through the UI.

Below is a query that returns results in 1.3 but not in 4.2.
select?rows=80&fl=pid,ThumbUrl,closeout_i,star_rating_double,new_arrival_t,VideoUrl_s,has_more_colors_s&sort=style_in_stock_percent%20desc&fq=%20%2brestriction:%28I%20OR%20B%29%20%2Bdept_name_facet:jackets%20%2Bcat-path:/*/37/*%20%2Bdoc-type:pid&q=*:*&facet=true&facet.limit=-1&facet.mincount=1&facet.field=cat-path&facet.field=gender&facet.field=brand&facet.field=discount&facet.field=star-rating&facet.field=size&facet.field=color&facet.field=price&start=0



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Query-UI-tp4053860p4053912.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to