adam-m
|
b8139e8c05
|
added query manager and child factories supporting single/multiple, word/regex queries, and 2 ways of presenting nodes (detailed view with all hits, and collapsed view)
|
2012-01-04 15:08:12 -05:00 |
|
adam-m
|
c890d69ac5
|
bugfix, fixed null ptr exception for some cases when there is no highlight snippet
|
2012-01-04 14:52:44 -05:00 |
|
adam-m
|
c8ffe6005f
|
- Added query manager to handle various query types, which delegates to proper query engines and child factories.
- more refactoring to handle word lists.
|
2012-01-03 18:37:20 -05:00 |
|
Dick Fickling
|
e96a1da1cf
|
Reset offset in DataResult on new file selection
|
2012-01-03 18:05:49 -05:00 |
|
adam-m
|
529afce917
|
- minor fixes post-refactoring
- improve regex result filtering
|
2012-01-03 15:51:40 -05:00 |
|
adam-m
|
ee588d2018
|
- started code refactor to make search result node presentation common
between single and multi search
- changed regex bullet to single checkbox in Simple
|
2012-01-03 15:14:50 -05:00 |
|
Brian Carrier
|
b197088de8
|
Fixed exception that occured if SOLR was not shutdown when autopsy was in debug session. Cleaned up SOLR Server code a little bit.
|
2012-01-02 23:24:11 -05:00 |
|
Brian Carrier
|
a360e432fa
|
Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype
|
2012-01-02 21:53:29 -05:00 |
|
adam-m
|
dd5c72f8b7
|
Remove unused import
|
2012-01-02 00:44:41 -05:00 |
|
adam-m
|
5294be269f
|
Add dependency on modules.settings
|
2012-01-02 00:34:05 -05:00 |
|
Brian Carrier
|
8a1fe57572
|
Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype
|
2012-01-01 22:41:32 -05:00 |
|
adam-m
|
c3f3a9a347
|
update LOCATION type
|
2011-12-31 12:31:31 -05:00 |
|
Brian Carrier
|
ef1e54509d
|
Merge branch 'keyword-search-prototype' of github.com:sleuthkit/autopsy into keyword-search-prototype
|
2011-12-31 00:13:09 -05:00 |
|
Brian Carrier
|
47b52ce1da
|
Invoke the addImage action after all of the case open proprty change listeners complete so that Cores are open
|
2011-12-31 00:12:42 -05:00 |
|
adam-m
|
d61b22acd5
|
Fix to correctly determine non-ingestible content (needs latest bindings with equals() for Collections operations to work correctly)
|
2011-12-30 17:24:05 -05:00 |
|
adam-m
|
9f402d6638
|
Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype
|
2011-12-30 16:12:11 -05:00 |
|
Brian Carrier
|
5f8a2581f2
|
index only files, added info log to indexing, fixed strings extraction, reduced calls to DataContentViewers
|
2011-12-30 15:55:10 -05:00 |
|
adam-m
|
8e2b2fcaa2
|
- fix columns to show for props of child nodes
- generalize getting abstractfsnode property map
- fix typo in getString in binary to string conversion
- add missing license comments
|
2011-12-30 15:54:24 -05:00 |
|
Brian Carrier
|
c03e49fcfd
|
Added copyright
|
2011-12-30 13:05:15 -05:00 |
|
adam-m
|
50106d5a90
|
cleanup the text
|
2011-12-29 13:58:53 -05:00 |
|
adam-m
|
accf9a6133
|
Add parent node to results containing query.
|
2011-12-29 13:50:14 -05:00 |
|
adam-m
|
777ed02452
|
move explorer components to tab, create a new TC that manages and delegates to the tab TCs
|
2011-12-29 13:06:11 -05:00 |
|
adam-m
|
423b614a2b
|
Fixed text viewer vertical resizing
|
2011-12-28 15:52:45 -05:00 |
|
adam-m
|
3a2c860eb9
|
TSK-277 Add more advanced regular expression searching
- first iteration complete, with the result tree and highlight match find/preview
- solr schema change
|
2011-12-28 13:20:39 -05:00 |
|
adam-m
|
b12d4a812c
|
move query escape to util class, also escape query in highlighting code
|
2011-12-27 17:37:44 -05:00 |
|
adam-m
|
32f33ed14c
|
Escape Lucene query
|
2011-12-27 17:29:01 -05:00 |
|
adam-m
|
3ea53996be
|
- regex search: show file hits as child nodes under the term matches
- further refactor Lucene query to reuse that query for regex detail view
|
2011-12-27 17:14:14 -05:00 |
|
adam-m
|
2557aed21c
|
Also wrap the filesearch result node to filter out empty children set
|
2011-12-27 16:03:32 -05:00 |
|
adam-m
|
0388bfd065
|
fix DataResultViewerTable to support tree view. Wrapping of nodes needs to happen earlier if want to filter children out from the view.
|
2011-12-27 15:23:30 -05:00 |
|
adam-m
|
c33608d61f
|
TSK-277 Add more advanced regular expression searching
- initial TermsComponent regex support without full results navigation/preview
|
2011-12-22 14:41:34 -05:00 |
|
adam-m
|
0a413a98b6
|
fix case in check for solr content when there is no content at all
|
2011-12-22 14:39:50 -05:00 |
|
Peter J. Martel
|
63846a6c74
|
Replace doc note about ContentNodes
|
2011-12-22 13:04:46 -05:00 |
|
adam-m
|
068e9807ad
|
another minor optimization to string extraction
|
2011-12-22 11:08:29 -05:00 |
|
Peter J. Martel
|
891b6ad54f
|
Extract hierarchy visitor from ContentChildren
|
2011-12-21 16:32:56 -05:00 |
|
adam-m
|
ef9d7e884d
|
TSK-277 - Add more advanced regular expression searching
initial changes: refactored current lucene query code to new class, GUI changes
|
2011-12-21 16:23:22 -05:00 |
|
pidge
|
95067a9332
|
add "Extract Directory" action to DirectoryTree
|
2011-12-21 02:30:29 -05:00 |
|
Peter J. Martel
|
1a122c97ec
|
Remove ContentNode stuff (runs now)
|
2011-12-20 17:56:13 -05:00 |
|
Peter J. Martel
|
9fa01015a4
|
Fix .gitignore
|
2011-12-20 17:54:38 -05:00 |
|
Peter J. Martel
|
15bfd26baa
|
Merge branch 'master' into keyword-search-prototype (NOT RUNNABLE)
|
2011-12-20 17:52:50 -05:00 |
|
Peter J. Martel
|
ed32b62a7f
|
Merge branch 'contentnode-cleanup'
|
2011-12-20 16:13:45 -05:00 |
|
Peter J. Martel
|
0f26f7c67c
|
clear keyword search when topcomponent is opened
|
2011-12-20 15:47:20 -05:00 |
|
Peter J. Martel
|
d50de29090
|
add "tool tips" to content viewers
|
2011-12-20 15:39:11 -05:00 |
|
Peter J. Martel
|
51e454fdab
|
rename "Extracted Content" viewer tab to "Text View"
|
2011-12-20 15:38:30 -05:00 |
|
Peter J. Martel
|
de7b66dbfd
|
make "Context" text shorter
|
2011-12-20 15:38:13 -05:00 |
|
Peter J. Martel
|
044fc7669c
|
rename "Snippet" column to "Context"
|
2011-12-20 15:37:59 -05:00 |
|
Peter J. Martel
|
25673930f3
|
Misc. trivia
|
2011-12-16 16:12:19 -05:00 |
|
Peter J. Martel
|
be10a4bb41
|
Add setPath to DataResult
|
2011-12-16 16:11:33 -05:00 |
|
Peter J. Martel
|
e8588b0be7
|
Add "Name" property to KeyValueNode
|
2011-12-16 13:22:36 -05:00 |
|
Peter J. Martel
|
3b61d89787
|
Tweak ExternalViewerAction to require file extensions
|
2011-12-16 12:42:10 -05:00 |
|
adam-m
|
9b22b67c9f
|
Improve performance DataCOnversion util method to get ASCII from bytes - using string buffer instead of concatentation improves extraction speed by 2 orders of magnitude on larger files
|
2011-12-16 12:19:01 -05:00 |
|