RandomSec/src/main/java/com/metaweb/gridworks/browsing/facets
David Huynh 67bac099f0 - Made removing facet a bit more interactive: the removed facet disappears right away.
- Made list facets limit themselves to only 2000 choices, so not to overload the browser.
- Made list and range facets handle errors in expressions better.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@287 7d457c2a-affb-35e4-300a-418c747d4874
2010-03-12 20:08:50 +00:00
..
ExpressionNominalRowGrouper.java Added support for including dependent rows in row visiting. Facets still don't count them, though. 2010-03-12 01:06:23 +00:00
ExpressionNumericRowBinner.java Added support for including dependent rows in row visiting. Facets still don't count them, though. 2010-03-12 01:06:23 +00:00
Facet.java Changed tabs to spaces. No functionality change. 2010-03-03 04:19:58 +00:00
ListFacet.java - Made removing facet a bit more interactive: the removed facet disappears right away. 2010-03-12 20:08:50 +00:00
NominalFacetChoice.java Changed tabs to spaces. No functionality change. 2010-03-03 04:19:58 +00:00
NumericBinIndex.java Fixed minor bug in numeric bin index where if a value was infinity, the bin count went negative. 2010-03-05 02:10:24 +00:00
RangeFacet.java - Made removing facet a bit more interactive: the removed facet disappears right away. 2010-03-12 20:08:50 +00:00
TextSearchFacet.java Fixed regex text search facet to handle errors better. Use .text() rather than .html() to render cell values, or & will not show up. 2010-03-04 01:47:58 +00:00