2457 Commits

Author SHA1 Message Date
U-BASIS\dsmyda
a363337011 Added logging statement and changed variable names 2018-11-20 10:50:47 -05:00
U-BASIS\dsmyda
ad9cc4c026 Coday changes 2018-11-12 09:12:55 -05:00
U-BASIS\dsmyda
550874ead6 added try catch around close function, tested to make sure not SQLiteTableReader changes that got merged in broke anything 2018-11-08 15:13:38 -05:00
U-BASIS\dsmyda
b13736b67c Added license back in 2018-11-08 10:07:57 -05:00
U-BASIS\dsmyda
422e6a7250 Commented and cleaned up the code for the text extractor 2018-11-08 10:04:03 -05:00
U-BASIS\dsmyda
fbed670a4b Fixed text extractor using streaming impl 2018-11-07 13:30:51 -05:00
Brian Carrier
66476b9693 fix Keyword Search SQLiteUtil compile error 2018-10-14 21:47:11 -04:00
Richard Cordovano
6bf58a0d3a NBM versioning updates for release 4.9.0 2018-10-12 12:07:41 -04:00
William Schaefer
c95f634a30 4275 add listener for ingest events to 2nd and 3rd kws options tab 2018-10-03 17:31:52 -04:00
William Schaefer
de0fe30962 4275 fix boolean logic error in displaying error message 2018-10-03 17:10:12 -04:00
William Schaefer
1eaf4871a4 4275 add ingest running label to other two kws options tabs 2018-10-03 17:04:08 -04:00
William Schaefer
67f242a667 4275 add ingest ongoing warning to keyword search options panel 2018-10-03 11:52:31 -04:00
esaunders
7cefb98343 Added Index.isCompatible() method to determine whether a particular Solr index is compatible with a given version number. Compatibility is based on the major version number. 2018-09-25 16:15:23 -04:00
U-BASIS\dsmyda
d4e90c0c69 Merged in develop 2018-09-25 11:26:46 -04:00
U-BASIS\dsmyda
b7e861b7c3 Increased stringbuilder default capacity to be 32K 2018-09-24 13:21:17 -04:00
U-BASIS\dsmyda
bcf6f707f5 Ran formatting on the comments 2018-09-24 12:23:52 -04:00
U-BASIS\dsmyda
00b16e641c Fixed typos in comments 2018-09-24 12:23:22 -04:00
U-BASIS\dsmyda
f5fbc9d979 Fixed off by one error while grabbing column name data 2018-09-24 12:16:08 -04:00
Richard Cordovano
48524f8f92
Merge pull request #4108 from esaunders/2133_substring_as_case_insensitive_regex
2133 substring as case insensitive regex
2018-09-24 10:57:17 -04:00
U-BASIS\dsmyda
6528d383ef Fixed codacy issues and renamed a few things 2018-09-24 08:59:07 -04:00
U-BASIS\dsmyda
bbfeefdd65 Reverted content viewer to previous version, moved readers to another project, modified sqlite text extractor to load one table at a time to save memory. Removed formatters and documented new functions 2018-09-21 16:15:07 -04:00
William Schaefer
487caea774 4189 check for adhoc query result in isPreferred of ExtractedContentViewer 2018-09-20 18:36:09 -04:00
U-BASIS\dsmyda
7c7546cd5b Fixed comment headers as a result of deletions 2018-09-20 10:00:01 -04:00
U-BASIS\dsmyda
8fbae9e5a6 Removed formatting of tables during text extraction, makes Indexed Text viewer easier to read 2018-09-20 09:58:16 -04:00
U-BASIS\dsmyda
6cfd20d58f Last minor param change 2018-09-19 10:20:09 -04:00
U-BASIS\dsmyda
fecdecb484 Implemented suggested changes and fixed last codacy issue 2018-09-19 10:17:40 -04:00
esaunders
d0051fff27 Lowercase the file name before sending to Solr. 2018-09-18 17:44:59 -04:00
esaunders
dbe6fd5e4c Reverted changes to email and URL regular expressions to support backwards compatible querying. 2018-09-18 17:43:58 -04:00
esaunders
9d7e4b3fdd For backwards compatibility purposes, only lowercase the query string when we know that the Solr schema version has a lowercase content_str field. 2018-09-18 16:06:12 -04:00
dannysmyda
55aaea0694
Merge branch 'develop' into 2665-dedicated-sqlite-extractor 2018-09-18 16:00:45 -04:00
U-BASIS\dsmyda
e56f28f813 Fixed string in exception text 2018-09-18 14:09:01 -04:00
U-BASIS\dsmyda
4ce381fe4f Made SqliteTextExtractor not public 2018-09-18 13:02:14 -04:00
U-BASIS\dsmyda
d5e4e1cb41 Changed constructor param in readers to accept an abstract file and added cast to SqliteTextExtractor 2018-09-18 12:51:20 -04:00
U-BASIS\dsmyda
72fcc406bc Fixed codacy suggestions 2018-09-18 12:32:26 -04:00
esaunders
4db94a7965 Store content_str field as lowercase to support case insensitive regex search. Convert substring search to regex. 2018-09-18 09:52:49 -04:00
U-BASIS\dsmyda
4dff05f58a Small little name change 2018-09-17 09:29:02 -04:00
U-BASIS\dgrove
2a49a17164 Partial implementation. 2018-09-11 23:56:35 -04:00
U-BASIS\dsmyda
ddd923add5 Changed 1 variable name 2018-09-10 15:51:34 -04:00
U-BASIS\dsmyda
169fb9928f Cleaned up code, refactored, improved efficiency 2018-09-10 15:45:40 -04:00
U-BASIS\dsmyda
b4628e745f Major speed improvements, still need to comment and refactor and clean up 2018-09-10 11:37:41 -04:00
U-BASIS\dsmyda
8e0cd3b700 Fixed the unicode errors, cleaned up some of the reader code. Unicode will still cause formatting issues, but the keyword search module works 2018-09-07 14:45:01 -04:00
U-BASIS\dsmyda
a942b87adb Fixed arabic not rendering, I was using the wrong input stream.... CharSource was the way to go 2018-09-07 13:27:14 -04:00
U-BASIS\dsmyda
341ae826fe Fixed the collision during writing in temp storage. Need to still fix arabic issues and investigate streaming of database files to speed up keyword search. 2018-09-07 08:40:35 -04:00
U-BASIS\dsmyda
333910f16b Fixed the off by 2 error 2018-09-05 16:06:47 -04:00
U-BASIS\dsmyda
2ab4c04dcd Generalized the tabulardatareader package so that it can work with a Content object and not just AbstractFile object, added a dedicated SqliteTextExtractor to handle sqlite databases during keyword search 2018-09-05 16:05:41 -04:00
U-BASIS\dsmyda
532bace6c2 Almost forgot this file too 2018-08-31 18:04:53 -04:00
U-BASIS\dsmyda
ced6607b4c Functional text extractor, looks functionally good. Need to test to make sure its good and also refactor and comment and clean up. this is first commit 2018-08-31 18:04:21 -04:00
Richard Cordovano
071a545108
Revert "4067 prevent duplicate keyword hits" 2018-08-20 17:59:24 -04:00
Richard Cordovano
6c2ba70fa9
Revert "Accounting for associated artifact." 2018-08-20 17:57:52 -04:00
U-BASIS\dgrove
7a8215779d Accounting for associated artifact. 2018-08-13 14:07:30 -04:00