42 Commits

Author SHA1 Message Date
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
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
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
Peter J. Martel
1a122c97ec Remove ContentNode stuff (runs now) 2011-12-20 17:56:13 -05:00
Peter J. Martel
0f26f7c67c clear keyword search when topcomponent is opened 2011-12-20 15:47:20 -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
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
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
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
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
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
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
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
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
Peter J. Martel
924dcecfd5 Skip bad files during ingest
Try to continue ingesting files even if errors reading them or processing them on the server are encountered.
2011-11-30 16:34:33 -05:00
Peter J. Martel
6338302fd6 Basic keyword index/search functionality 2011-11-28 19:39:00 -05:00
Peter J. Martel
0d600f4980 Basic search is working, but still minor GUI bugs 2011-11-18 19:06:13 -05:00
Peter J. Martel
abd1b5af42 Add KeywordSearch module and Ingester class 2011-11-11 16:50:40 -05:00