1660 Commits

Author SHA1 Message Date
Eugene Livis
4299a2326e More work 2017-01-06 16:22:49 -05:00
Eugene Livis
b5e3639167 Fixing comments 2017-01-06 16:18:45 -05:00
Eugene Livis
d23b78f57c Fixing comments 2017-01-06 16:17:42 -05:00
Eugene Livis
bb0c3e55eb Fixing comments 2017-01-06 16:14:53 -05:00
Eugene Livis
21f2efbdcf More work 2017-01-06 16:05:11 -05:00
Eugene Livis
b05dded08a Got inex folder search algorithm to work 2017-01-06 15:48:44 -05:00
Eugene Livis
40cc726a11 First cut at integrating AutopsyServiceProvider 2017-01-05 17:16:27 -05:00
Eugene Livis
7d252864a4 Index folder finding algorithm seems to work 2017-01-05 13:41:12 -05:00
Eugene Livis
4555f7d44d Merge branch 'search_improvements' of https://github.com/sleuthkit/autopsy into solr65 2017-01-05 12:42:55 -05:00
Richard Cordovano
210068e241 Merge in develop branch 2017-01-05 10:24:59 -05:00
Eugene Livis
62ad3e1eb2 First cut of index search algorithm 2017-01-03 16:51:57 -05:00
Richard Cordovano
46369eff44 Update NBM versioning for 4.3.0 2017-01-02 18:45:21 -05:00
Richard Cordovano
13411450aa 4.3.0 preps: DSPs, public API restore, const name 2017-01-02 17:36:59 -05:00
Richard Cordovano
a5902d50f5 Correctly handle CancellationException in KeywordSearchResultFactory.BlackboardResultWriter 2016-12-19 17:27:42 -05:00
esaunders
0fce991ca0 Removed unnecessary Solr artifacts from build scripts. 2016-12-14 17:11:20 -05:00
esaunders
64990065f2 Merge branch 'solr6_standalone' into 2121_regex_query 2016-12-14 16:49:20 -05:00
esaunders
bcda17746e Updated version number and commented out copying of content and file_name into content_ws. 2016-12-14 15:58:32 -05:00
esaunders
63829ba3bc Updated search runner to use RegexQuery for regular expressions. 2016-12-14 15:56:41 -05:00
esaunders
a991bf7d8e Modified regular expressions for use with new RegexQuery class. 2016-12-14 15:54:04 -05:00
esaunders
020011bff1 Change the ordering of the regex for the last element of the IP address regex because we were only getting IP address hits containing a single digit as the last element, e.g. we would get a hit for 152.163.199.5 instead of 152.163.199.56. 2016-12-14 13:58:18 -05:00
esaunders
c4561579f9 Perform Java regex validation for now even though Lucene regex syntax is a subset of Java. 2016-12-14 13:51:46 -05:00
esaunders
89f7af8943 Merge branch 'develop' of github.com:sleuthkit/autopsy into 2121_regex_query 2016-12-14 12:51:16 -05:00
Eugene Livis
d1616cdeb6 Fixed a very misleading error mesage 2016-12-14 09:56:25 -05:00
Richard Cordovano
bb1975b9c4 Merge pull request #2428 from zhhl/2123-sortSolrResultToKeepConsistantKeywordPreview
2123: Sort the Solr results to keep KeywordSearch Preview pick up the…
2016-12-14 09:51:08 -05:00
U-BASIS\zhaohui
2711788582 2123: correction 2016-12-13 17:42:02 -05:00
U-BASIS\zhaohui
05a6fa8d37 2123: clean up 2016-12-13 17:38:22 -05:00
U-BASIS\zhaohui
8a1f272738 2123: let Solr do ascending sorting to let us have a consistant result 2016-12-13 17:33:41 -05:00
esaunders
0517f5065e Merge branch 'develop' of github.com:sleuthkit/autopsy into search_improvements 2016-12-13 12:59:44 -05:00
esaunders
32711594b5 Initial cleanup. 2016-12-13 12:56:52 -05:00
U-BASIS\zhaohui
4a0202cea9 2123: Sort the Solr results to keep KeywordSearch Preview pick up the same result each time 2016-12-11 09:56:57 -05:00
Ann Priestman
231e87187d Add dialog to allow the user to add multiple keywords at a time. 2016-12-08 09:58:31 -05:00
esaunders
a782e52f80 Removed filterOneHitPerDocument() since (a) it's use prevents the display of hits across multiple pages/chunks and (b) QueryResults.writeAllHitsToBlackBoard() takes care of ensuring that only a single blackboard artifact is created per document. 2016-12-07 16:17:24 -05:00
esaunders
83f8d575e9 Add quotes around the keyword when the search results are not available to make highlighting work correctly. 2016-12-07 16:14:00 -05:00
esaunders
c7c6e5abd4 Commented out call to filterOneHitPerDocument() and added a lengthy comment as to why I think its unnecessary. 2016-12-07 15:04:47 -05:00
esaunders
09c5b3ccde Wrap keyword in quotes to make highlighting work when keyword hits are accessed through the tree. 2016-12-06 11:17:12 -05:00
esaunders
7bcb31495e Make pattern matching case insensitive. 2016-12-06 10:20:14 -05:00
esaunders
80ae7e8250 Merge branch 'develop' of github.com:sleuthkit/autopsy into 1727-regexes-with-whitespace 2016-12-05 13:44:09 -05:00
esaunders
218a55c69c Surround search term with /.* .*/ and eliminate filtering down to one document per hit. 2016-12-05 13:42:24 -05:00
esaunders
f96f831bb6 Make text chunks 32k or smaller. 2016-12-05 13:40:53 -05:00
Richard Cordovano
57e506b8ae Delete KWS issue report file, move into JIRA 2016-12-02 12:30:06 -05:00
esaunders
950ac1aea5 Merge branch 'develop' of github.com:sleuthkit/autopsy into 1727-regexes-with-whitespace 2016-11-28 13:32:29 -05:00
Richard Cordovano
5638cf5b79 Merge pull request #2405 from zhhl/2050-NPEinRegexSearch
2050 handle the KeywordSearchException while call KeywordSearchQuery:performQuery()
2016-11-22 17:44:51 -05:00
esaunders
be855a3e7f Really remove SOLR_HOME setting this time. 2016-11-21 15:11:00 -05:00
esaunders
6269859d0f Removed SOLR_HOME setting since it ends up overwriting setting in Server.java 2016-11-21 14:30:24 -05:00
esaunders
3212e1e408 Merge branch 'develop' of github.com:sleuthkit/autopsy into solr6_standalone 2016-11-21 13:12:01 -05:00
esaunders
e5a5b3b953 Set SOLR_HOME, SOLR_JAVA_HOME and STOP_KEY environment variables and copy solr.xml and zoo.cfg to SOLR_HOME. 2016-11-21 13:11:09 -05:00
esaunders
bdb9f6ed1c Added zoo.cfg that will limit number of Zookeeper snapshots. 2016-11-21 12:55:37 -05:00
esaunders
70fe8cbaa9 Remove verbose GC settings from autopsy-solr.in.cmd 2016-11-21 12:52:06 -05:00
Sophie Mori
1aa6b26910 Change table in dropdown keyword lists to use keyword types 2016-11-17 10:03:14 -05:00
Sophie Mori
43fa4a5535 Merge branch 'develop' into AUT-2250_keyword_list_substring 2016-11-16 17:30:31 -05:00