Commit Graph

64 Commits

Author SHA1 Message Date
Keerthi Niranjan
3e898eca46 SEARCH-440
- Updated name from config
2017-11-28 15:33:20 +05:30
Keerthi Niranjan
0ba1fd3cf5 Merge branch 'SEARCH-444' into SEARCH-440 2017-11-28 15:22:32 +05:30
Keerthi Niranjan
d1c4450dbc SEARCH-440
- Moved all the config and paths to searchConfig file
2017-11-27 18:21:30 +05:30
Keerthi Niranjan
222e52cbdf SEARCH-444
- Implemented a function to delete the index folder
2017-11-24 15:58:01 +05:30
Keerthi Niranjan
384b114670 Merge remote-tracking branch 'upstream/skynet' into SEARCH-444 2017-11-24 13:15:02 +05:30
Keerthi Niranjan
bb0f3ddf41 SEARCH-438
- Code refactoring
2017-11-23 21:50:05 +05:30
Keerthi Niranjan
89c435c361 Merge remote-tracking branch 'upstream/skynet' into SEARCH-438
# Conflicts:
#	js/search/search.js
2017-11-23 21:48:03 +05:30
Keerthi Niranjan
c50763f79e SEARCH-438
- Code refactoring
2017-11-23 21:45:37 +05:30
Vikas Shashidhar
a71d608fd4 Merge pull request #231 from keerthi16/SEARCH-197
Search 197 (Investigate Compression Performance Optimization)
2017-11-23 21:31:36 +05:30
Keerthi Niranjan
7217a30cbb SEARCH-480
- Code refactoring
2017-11-23 20:51:32 +05:30
Keerthi Niranjan
d88022d3b5 SEARCH-480
- Code refactoring
2017-11-23 18:10:46 +05:30
Keerthi Niranjan
90dbe8980a SEARCH-480
- Code refactoring
2017-11-23 17:29:59 +05:30
Keerthi Niranjan
8012596095 SEARCH-480
- Code refactoring
2017-11-23 16:55:44 +05:30
Keerthi Niranjan
65fcd0b786 SEARCH-480
- Removed a check
2017-11-23 16:05:06 +05:30
Keerthi Niranjan
c93e7a45d7 SEARCH-480
- Fixed the time issue
2017-11-23 15:57:26 +05:30
Keerthi Niranjan
83d16928e0 SEARCH-480
- Added a check for date filter
2017-11-22 15:35:59 +05:30
Keerthi Niranjan
9e6a7df281 SEARCH-444
- Created an api to clear the user index data folder
2017-11-21 22:14:27 +05:30
Keerthi Niranjan
f2f1eb2cd6 Merge remote-tracking branch 'origin/SEARCH-438' into SEARCH-444 2017-11-21 22:12:26 +05:30
Keerthi Niranjan
15cdbe3692 Merge remote-tracking branch 'origin/SEARCH-197' into SEARCH-444 2017-11-21 22:12:16 +05:30
Keerthi Niranjan
38e27bba1f SEARCH-480
- Added date filter
2017-11-21 13:07:47 +05:30
Keerthi Niranjan
68742808cf SEARCH-438
- code refactoring
2017-11-20 12:20:19 +05:30
Keerthi Niranjan
1cbc443024 SEARCH-438
- Implemented the real-time indexing in a queue and flush
2017-11-20 12:01:30 +05:30
Keerthi Niranjan
52fbfb7456 SEARCH-433
- Fixed attachment case issue
2017-11-08 21:49:51 +05:30
Keerthi Niranjan
ea927ae841 SEARCH-433
- Fixed attachment case issue
2017-11-08 21:46:27 +05:30
Keerthi Niranjan
4bae7ab60e SEARCH-197
- Error handling for compression and decompression
2017-10-24 16:37:56 +05:30
Keerthi Niranjan
c4edeceb10 SEARCH-273
- Removed log for encryption
2017-10-23 11:51:14 +05:30
Keerthi Niranjan
9f7896bf4a SEARCH-273
- Log for encryption
2017-10-23 09:39:24 +05:30
Keerthi Niranjan
ab963f4567 SEARCH-273
- Changed the encryption to async
- Logged decryption time
2017-10-12 11:07:04 +05:30
Keerthi Niranjan
0f18b17cf0 SEARCH-273
- Refactor
2017-10-09 16:01:07 +05:30
Keerthi Niranjan
163a068247 SEARCH-273
- Documentation
2017-10-09 14:30:10 +05:30
Keerthi Niranjan
6eaee62446 SEARCH-273
- Removed console
2017-10-06 21:42:24 +05:30
Keerthi Niranjan
718459c201 SEARCH-273
- Added new library
- New attachments implementation
2017-10-06 13:00:25 +05:30
Keerthi Niranjan
698e1a3b32 SEARCH-155
Index real-time data.

- safety checks
- removed lodash isobject
2017-09-08 14:45:55 +05:30
Keerthi Niranjan
f1122c35d3 SEARCH-155
Index real-time data.

- removed the array for the message
2017-09-07 14:08:12 +05:30
Keerthi Niranjan
652a3389f3 SEARCH-155
Index real-time data.

- Read messages from data feed
- Index the messages in real-time index.
2017-09-05 17:21:23 +05:30
Keerthi Niranjan
59505ed93d SEARCH-154 & SEARCH-116
1. Serialized the messages array from the client app
2017-08-28 14:18:48 +05:30
Keerthi Niranjan
c8b45e091e SEARCH-154 & SEARCH-116
1. Getting the key and the userId from the client app
2. Creating a encrypted file as soon as the batch indexes are merged
3. Deleting the data folder when the quits
4. Few changes in the encryption and decryption
2017-08-28 12:13:58 +05:30
Keerthi Niranjan
8d73e930ed SEARCH-154 & SEARCH-116
1. Hardcoded the key and userId for now
2017-08-22 16:34:57 +05:30
Keerthi Niranjan
a5ecb2b4d4 SEARCH-154 - changed code documentation 2017-08-17 15:33:16 +05:30
Keerthi Niranjan
9d97579e48 SEARCH-154 - Changed the isInitialized method 2017-08-17 15:04:24 +05:30
Keerthi Niranjan
86dde3c71f SEARCH-154 - Initial setup for skynet branch 2017-08-17 13:15:43 +05:30
Keerthi Niranjan
c94bc0c327 SEARCH-154 - get latest messages timestamp 2017-08-16 11:21:06 +05:30
Keerthi Niranjan
4040203748 SEARCH-154 - quotes tokens 2017-08-14 16:57:07 +05:30
Keerthi Niranjan
0a302de3e7 Added code documentation 2017-08-08 11:05:40 +05:30
Keerthi Niranjan
5469566f85 Fixed eslint 2017-08-07 10:42:46 +05:30
Keerthi Niranjan
0ab1736b22 Added trim 2017-08-04 14:22:30 +05:30
Keerthi Niranjan
bd595f7380 Implemented hash and cash tags search 2017-08-04 14:07:48 +05:30
Keerthi Niranjan
3db7929d52 Moved library to a folder 2017-08-03 14:48:56 +05:30
Keerthi Niranjan
0f0310f07e indexvalidator 2017-08-03 14:31:59 +05:30
Keerthi Niranjan
c18b03599f Added separate libsymphonysearch.dll for 32 and 64 bit 2017-08-03 14:30:11 +05:30