Antonin Delpeuch
|
36150a874d
|
Fix scatterplot facet filtering
|
2019-09-12 11:52:28 +01:00 |
|
Antonin Delpeuch
|
9d76b04a1c
|
Remove duplicate JSON keys. Closes #2068.
|
2019-06-14 11:38:24 +01:00 |
|
Antonin Delpeuch
|
2bfc268e69
|
Revert "Merge pull request #1666 from ostephens/list-facet-changes"
This reverts commit 29a818f7b4 , reversing
changes made to 1189cdb4f9 .
|
2019-02-22 18:38:45 +00:00 |
|
Antonin Delpeuch
|
caf2b4d915
|
Add missing license headers
|
2018-12-09 12:22:40 +09:00 |
|
Antonin Delpeuch
|
98bd03e5f4
|
Reorganize Java imports
|
2018-12-09 11:19:39 +09:00 |
|
Antonin Delpeuch
|
2e81c9ff2e
|
Remove uses of org.json after merge
|
2018-12-01 05:11:21 +09:00 |
|
Antonin Delpeuch
|
86d1159926
|
Migrate Engine to Jackson
|
2018-11-30 19:35:31 +09:00 |
|
Antonin Delpeuch
|
f02b3edd0b
|
Remove unnecessary reference to JSONException in TextSearchFacet
|
2018-11-30 19:35:31 +09:00 |
|
Antonin Delpeuch
|
f3f6a2846b
|
Migrate RowFilters to Jackson
|
2018-11-30 19:35:31 +09:00 |
|
Antonin Delpeuch
|
e4e73d0b92
|
Migrate importers to use Jackson classes
|
2018-11-30 19:23:08 +09:00 |
|
Antonin Delpeuch
|
393eec1586
|
Jackson deserialization for EngineConfig
|
2018-11-30 19:22:21 +09:00 |
|
Antonin Delpeuch
|
c4caf1eba7
|
Jackson deserialization for TimeRangeFacetConfig
|
2018-11-30 19:21:22 +09:00 |
|
Antonin Delpeuch
|
e11145ce0d
|
Jackson deserialization for ScatterplotFacetConfig
|
2018-11-30 19:21:22 +09:00 |
|
Antonin Delpeuch
|
d8bc841dae
|
Jackson deserialization for RangeFacetConfig
|
2018-11-30 19:21:22 +09:00 |
|
Antonin Delpeuch
|
39498233fb
|
Jackson deserialization for ListFacetConfig
|
2018-11-30 19:21:22 +09:00 |
|
Antonin Delpeuch
|
121dd76fa1
|
Jackson deserialization for DecoratedValue
|
2018-11-30 19:21:22 +09:00 |
|
Antonin Delpeuch
|
9c788769af
|
Restore JSON property autodetect
|
2018-11-30 19:21:21 +09:00 |
|
Antonin Delpeuch
|
c7c5fd4120
|
Reorganize imports
|
2018-11-30 19:21:21 +09:00 |
|
Antonin Delpeuch
|
fec28b99bc
|
Various serialization fixes
|
2018-11-30 19:21:21 +09:00 |
|
Antonin Delpeuch
|
1790799bfe
|
Remove Jsonizable interface and write methods
|
2018-11-30 19:21:21 +09:00 |
|
Antonin Delpeuch
|
18c2183cbc
|
Jackson serialization for preferences
|
2018-11-30 19:20:34 +09:00 |
|
Antonin Delpeuch
|
8f1c7cc2ab
|
Jackson serialization for facets
|
2018-11-30 19:20:34 +09:00 |
|
Antonin Delpeuch
|
539585fc5e
|
Jackson serialization for cell operations
|
2018-11-30 19:19:01 +09:00 |
|
Owen Stephens
|
e8f454afc7
|
Fixing changes missed during rebase
|
2018-11-22 13:42:46 +00:00 |
|
Owen Stephens
|
fb8697ef9c
|
Minor code tidy
|
2018-11-22 12:36:37 +00:00 |
|
Owen Stephens
|
2a034b65e9
|
Add number, date and boolean counts to List facet
|
2018-11-22 12:36:37 +00:00 |
|
Owen Stephens
|
22072c498b
|
Add tests for grouper for list facet
|
2018-11-22 12:33:39 +00:00 |
|
Antonin Delpeuch
|
0e0dcbafef
|
Fix issue of empty list facet choices disappearing. Closes #1827.
|
2018-11-16 12:52:07 +00:00 |
|
Antonin Delpeuch
|
2236420f3b
|
Cleanup EngineDependentOperation, String caching is not needed
|
2018-09-05 14:56:56 +01:00 |
|
Antonin Delpeuch
|
fbc9b27640
|
Store engine configuration as EngineConfig rather than JSONObject
|
2018-09-05 14:49:39 +01:00 |
|
Antonin Delpeuch
|
f327b09a59
|
Reorganize facet parsing and discontinue initializeFromJSON on Facet
|
2018-09-05 12:03:54 +01:00 |
|
Antonin Delpeuch
|
5b4cab947e
|
Introduce EngineConfig class to avoid manipulating JSON objects directly
|
2018-09-05 11:00:20 +01:00 |
|
Antonin Delpeuch
|
7a3d13ef47
|
Refactor TextSearchFacet for JSON serialization
|
2018-09-05 10:51:31 +01:00 |
|
Antonin Delpeuch
|
daeb7ab6df
|
Refactor ScatterplotFacet for JSON serialization
|
2018-09-05 10:08:53 +01:00 |
|
Antonin Delpeuch
|
1186776235
|
Refactor TimeRangeFacet for JSON serialization
|
2018-09-04 18:19:18 +01:00 |
|
Antonin Delpeuch
|
8e8b3c18c5
|
Refactor RangeFacetTests for serialization
|
2018-09-04 11:49:48 +01:00 |
|
Antonin Delpeuch
|
5b8be7f1a3
|
Fix ListFacetConfig serialization
|
2018-09-04 10:26:03 +01:00 |
|
Antonin Delpeuch
|
497eee5a75
|
Add serialization tests for ListFacet
|
2018-09-04 10:09:38 +01:00 |
|
Antonin Delpeuch
|
bc81beb933
|
Introduce FacetConfig interface and refactor ListFacet accordingly
|
2018-09-04 09:33:30 +01:00 |
|
Owen Stephens
|
fe2e8bcbf7
|
Change behaviour of DecoratedValue to handle dates better
|
2018-06-23 00:18:00 +01:00 |
|
Jacky
|
19f98b7ea2
|
java 8 time API migrate
|
2018-05-05 11:41:40 -04:00 |
|
Owen Stephens
|
21741ad09e
|
Pass user friendly error message to UI on invalid regular expression
|
2017-11-28 16:22:17 +00:00 |
|
Owen Stephens
|
7ba110e31a
|
More succinct return statements
|
2017-11-14 17:40:07 +00:00 |
|
Owen Stephens
|
135052d033
|
Backend support for Inverting Text search facets
|
2017-11-14 14:24:50 +00:00 |
|
Owen Stephens
|
bb6b8378d3
|
Ensure _max is never less than _min
|
2017-10-09 17:13:43 +01:00 |
|
Tom Morris
|
aa65bc5c18
|
Throw exception on error instead of logging to console
|
2016-05-17 15:10:09 -04:00 |
|
Tom Morris
|
be7f880cbe
|
Revert addition of synchronized methods
|
2015-10-16 19:33:15 -04:00 |
|
Jacky
|
ca862970a4
|
prevent the multiple sorting
|
2015-05-01 15:04:51 -04:00 |
|
Tom Morris
|
a3b4b45e4e
|
Support non-string types in facetCount() - fixes #591
|
2013-06-23 12:04:48 -04:00 |
|
Tom Morris
|
fd58bd3327
|
Move documentation to Javadoc where it's visible
|
2013-06-22 16:27:18 -04:00 |
|