2499 Commits

Author SHA1 Message Date
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
Peter J. Martel
b4ab34e03a Cleanup ExternalViewerAction 2011-12-16 12:17:50 -05:00
Peter J. Martel
cc8ede4572 Clean up FileSearch DataResultFilterNode 2011-12-16 11:17:59 -05:00
adam-m
adb3488852 TSK-267 Extract English strings from smallish unknown files
- improve reporting of what is going on.
2011-12-16 10:00:39 -05:00
Peter J. Martel
53142025da Miscellaneous trival cleanup 2011-12-15 18:58:12 -05:00
Peter J. Martel
c903011f7a Cleanup ExtractAction
- extract File/Folder export to ExtractFscContentVisitor in ContentUtils
2011-12-15 18:01:37 -05:00
adam-m
3c827c868e - Split processing of ingestible and non-ingestible further.
- Do not feed to Solr if known as non-ingestible (original behavior).
2011-12-15 17:26:06 -05:00
adam-m
4381ad64db Abstract out GetFilesContentVisitor and provide 2 implementations: for known vs unknown file types. 2011-12-15 15:10:52 -05:00
adam-m
5285f1c6c8 TSK-267 - Extract English strings from smallish unknown files
- first iteration, for unknown content < 10MB
2011-12-15 13:23:05 -05:00
Peter J. Martel
8f9b2941e3 DataResultFilterNode cleanup
- actions generated from ContentVisitor
- use passed-in exploremanager instead of looking up the DirectoryTreeTopComponent
2011-12-14 14:44:57 -05:00
adam-m
87cc9d5476 - update comments in find
- Ingester: make sure files have been commited before updating flag.  Looking to reuse the Ingester instance so want to make sure it has consistant state.
2011-12-14 14:10:56 -05:00
adam-m
ae3d88f3f8 Made picture viewer preferred for picture content nodes (i.e. if it is supported). 2011-12-14 10:01:10 -05:00
adam-m
18d881c086 Added isSupported flag to isPreferred interface for the DCV.
This allows to "cache" whether the viewer is supported for the node and forces the caller do determine that first (which fits current model).
Potentially avoids redundant checks (like Solr queries) and does not rely on checking GUI state, which seems cleaner long term.
2011-12-14 09:51:02 -05:00
adam-m
20cd526844 Improve widget spacing/layout 2011-12-13 16:34:13 -05:00
adam-m
f6490c6f1c Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2011-12-13 15:37:41 -05:00
adam-m
c484666b7d TSK-270 Provide Hit Navigation in keyword search results
- now using html anchors, much more simple and accurate method, also should be easier to extend to other file types
2011-12-13 15:36:29 -05:00
Peter J. Martel
8776ab2bb7 Remove cleaned files 2011-12-13 14:11:13 -05:00
Peter J. Martel
ad841ccffc Fix DataContent bug 2011-12-13 14:09:32 -05:00
Peter J. Martel
987465cc6b Example project added 2011-12-13 14:09:31 -05:00
Peter J. Martel
15f4fe0592 Example project added 2011-12-13 13:16:14 -05:00
Peter J. Martel
2bad9d1603 KeyValue classes added to DataModel 2011-12-13 13:14:59 -05:00
adam-m
54a5abff8e TSK-270 Provide Hit Navigation in keyword search results
- initial version, index/scrolling needs to be more precise
2011-12-13 12:14:25 -05:00
Peter J. Martel
f6e029935d Forgot to add ReadContentInputStream 2011-12-13 11:08:36 -05:00
Peter J. Martel
522b2bf0f7 Add writeToFile method to ContentUtils 2011-12-12 16:54:44 -05:00
Peter J. Martel
124ed5dfdd Clear out ContentNode & subclasses from CoreComponents 2011-12-12 16:06:40 -05:00
Peter J. Martel
f749d6f8ba Add index-image to add-image process. 2011-12-12 12:52:11 -05:00
adam-m
681c136f12 TSK-279 Make markup extracted text be default for keyword hit 2011-12-09 12:27:04 -05:00
unknown
41ed4ccbc6 Merge branch 'keyword-search-prototype' of https://github.com/sleuthkit/autopsy into keyword-search-prototype 2011-12-09 10:51:58 -05:00
unknown
71fafdb6bd (TSK-283) Keyword search should not be enabled if there is nothing in the index 2011-12-09 10:48:39 -05:00
Peter J. Martel
f66d92ff33 Remove ContentNode.getRowValues(), .getDisplayPath(), and .getSystemPath() 2011-12-08 18:46:43 -05:00
unknown
0e35b91d02 (TSK-283) Keyword search should not be enabled if there is nothing in the index 2011-12-08 18:24:45 -05:00
Peter J. Martel
c842c9a6b5 Remove ContentNode.getContent() 2011-12-08 17:46:58 -05:00
Peter J. Martel
dfcf854109 Remove ContentNode.getName() and .getId() 2011-12-08 16:35:58 -05:00
Peter J. Martel
483e5cddf5 Remove ContentNode.read() 2011-12-08 16:03:45 -05:00
Peter J. Martel
cdfe9f00b1 Ignore more Netbeans local settings 2011-12-08 15:07:25 -05:00
Peter J. Martel
89e96e5027 Merge fixes to main modules from branch 'keyword-search-prototype' 2011-12-08 15:04:58 -05:00
Peter J. Martel
ef9e96721f Accept SocketException as an indication of no running server 2011-12-08 14:50:52 -05:00
Peter J. Martel
650bcec9b7 Add snippet property to keyword search results 2011-12-08 14:47:25 -05:00
Peter J. Martel
ac2b767da3 Show wait cursor while keyword search runs 2011-12-08 14:46:25 -05:00
Peter J. Martel
a895df2859 More-complete javadoc & comments 2011-12-07 15:38:21 -05:00
Peter J. Martel
37849c2c0a Restrict Solr to localhost 2011-12-06 17:01:08 -05:00
Peter J. Martel
f9af4146ca Fix bad dependency, enable Ivy bootstrapping. 2011-12-06 16:12:47 -05:00
Peter J. Martel
8139a4aa30 Start and stop Solr automatically 2011-12-06 15:36:21 -05:00
Peter J. Martel
f02341c739 Use internal Solr w/ configs, get dependencies from Ivy 2011-12-06 15:35:12 -05:00
Peter J. Martel
2bcc877ce5 switching cores by case, dependencies from Ivy 2011-12-02 15:22:06 -05:00