I am trying to understand how to plug data into the solr query option from
the UI.

The query below works on our old solr version (1.3) but does not return
results on 4.2.  I pulled it from the catalina log file.  I am trying to
plug in the values one by one into the query UI to see which one it is
breaking on.

Some fields are easy.  For instance, I can take the data from the url below
for the fl field and plug it right into the fl field but I have trouble
figuring out how to add multiple values to the facet.field.  

If you see something wrong with the query below that would be very helpful
as well.  

webapp=/solr path=/select
params={facet=true&sort=style_in_stock_percent+asc&fl=pid,ThumbUrl,closeout_i,star_rating_double,new_arrival_t,VideoUrl_s,has_more_colors_s&facet.mincount=1&start=0&q=*:*&facet.limit=-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&fq=+%2Brestriction:(I+OR+B)+%2Bcat-path:/0/*/*+%2Bcat-path:/0/*/*+%2Bgender:womens+%2Bdoc-type:pid&rows=2



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

Reply via email to