thegooglecodearchive / allforgood

Automatically exported from code.google.com/p/allforgood
0 stars 0 forks source link

need to change facet.mincount value from 2 to 1 #607

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current facet count logic under counts.  Need to change facet.mincount=2, to be 
facet.mincount=1, as per Tien.  Dan inquired about why tab level opp counts 
often differ from the facet level provider total opp counts. Tien determined 
that are leaving out docs with a count of 1.

http://code.google.com/p/allforgood/source/browse/branches/release_2_0.transitio
nal/frontend/solr_search.py#725

http://code.google.com/p/allforgood/source/browse/branches/release_2_0.transitio
nal/frontend/solr_search.py#755

Original issue reported on code.google.com by danstryk...@gmail.com on 1 Apr 2011 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by danstryk...@gmail.com on 1 Apr 2011 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by danstryk...@gmail.com on 1 Apr 2011 at 7:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Missed changing both instances of mincount.  please change and push.
Need to change the 
http://code.google.com/p/allforgood/source/browse/branches/release_2_0.transitio
nal/frontend/solr_search.py#755

Original comment by danstryk...@gmail.com on 3 Apr 2011 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by danstryk...@gmail.com on 4 Apr 2011 at 3:05

GoogleCodeExporter commented 9 years ago
changed all mincounts to 1.

Original comment by jwdemp...@gmail.com on 4 Apr 2011 at 3:33

GoogleCodeExporter commented 9 years ago
verified fixed.  

Original comment by danstryk...@gmail.com on 4 Apr 2011 at 5:04