RandomSec/src/main/java/com/metaweb/gridworks/operations
David Huynh 1d938bc4d0 Better MQL batching during extending data operations.
Tried to use JSON streaming in changes as well.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@479 7d457c2a-affb-35e4-300a-418c747d4874
2010-04-15 00:09:14 +00:00
..
ColumnAdditionOperation.java Implemented inter-project joins. 2010-04-06 05:35:48 +00:00
ColumnRemovalOperation.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
ColumnRenameOperation.java Implemented column rename command. 2010-04-06 07:15:34 +00:00
EngineDependentMassCellOperation.java Major refactoring: everything is now saved to disk using our own formats, mostly json-based, some inside zip files. 2010-03-07 22:37:26 +00:00
EngineDependentOperation.java Bug fix: editing one facet choice while some other choices are selected resulted in no change. 2010-04-08 22:16:12 +00:00
ExtendDataOperation.java Better MQL batching during extending data operations. 2010-04-15 00:09:14 +00:00
MassEditOperation.java Fixed bugs 2010-04-14 20:34:29 +00:00
MultiValuedCellJoinOperation.java - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already) 2010-04-05 07:15:16 +00:00
MultiValuedCellSplitOperation.java - removed the 'thirdparty' directory (now the 'gridworks' script will download and install needed tools if they are not present in the system already) 2010-04-05 07:15:16 +00:00
OnError.java Also let user decide what to do on expression evaluation error when creating a new column. 2010-03-04 00:32:54 +00:00
OperationRegistry.java Implemented row remove command. 2010-04-06 07:47:44 +00:00
ReconDiscardJudgmentsOperation.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
ReconJudgeSimilarCellsOperation.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
ReconMarkNewTopicsOperation.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
ReconMatchBestCandidatesOperation.java Minor bug. 2010-03-14 05:15:23 +00:00
ReconMatchSpecificTopicOperation.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
ReconOperation.java Fixed bug where after reconciling by ID, GUID, or key would generate a buggy numeric range facet, since all the scores were artificially the same. 2010-04-12 22:19:44 +00:00
RowRemovalOperation.java Implemented row remove command. 2010-04-06 07:47:44 +00:00
RowStarOperation.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
SaveProtographOperation.java cleanups (no functional changes) 2010-04-08 20:46:02 +00:00
TextTransformOperation.java Implemented inter-project joins. 2010-04-06 05:35:48 +00:00