-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements the chained SSDeep Discovery Query #2242
Implements the chained SSDeep Discovery Query #2242
Conversation
3a8c2cf
to
7734fa9
Compare
a36ef94
to
6daa263
Compare
7734fa9
to
d438448
Compare
6a5ce01
to
72c35fc
Compare
d438448
to
0f3f026
Compare
72c35fc
to
894b0fa
Compare
0f3f026
to
379be45
Compare
056c29a
to
d2f4424
Compare
49e1194
to
2e785af
Compare
dac0e82
to
fa623b2
Compare
fa623b2
to
c7e1d11
Compare
Looking pretty good! I like the tests. Could we get some class descriptors going as well? |
.../query-core/src/main/java/datawave/query/tables/ssdeep/FullSSDeepDiscoveryChainStrategy.java
Outdated
Show resolved
Hide resolved
warehouse/query-core/src/main/java/datawave/query/tables/ssdeep/SSDeepDiscoveryQueryLogic.java
Outdated
Show resolved
Hide resolved
warehouse/query-core/src/main/java/datawave/query/tables/ssdeep/SSDeepDiscoveryQueryLogic.java
Outdated
Show resolved
Hide resolved
.../query-core/src/main/java/datawave/query/tables/ssdeep/FullSSDeepDiscoveryChainStrategy.java
Show resolved
Hide resolved
Addressed comments from @hlgp @cogross and @apmoriarty - thanks for the review all. |
* Implements the chained SSDeep Discovery Query * Added spring configs for SSDeepSimilarityDiscoveryQuery * Fixed location of MIN_SSDEEP_SCORE_PARAMETER constant definition * Update findJars, ingest-libs and assembly pom to include ingest-datawave * sortpom changes * Updated SSDeepDiscoveryQuery integration with comments from PR
e036798
to
310d5af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just address the TODOs
|
||
String queryString = captureScoredMatchesAndBuildQuery(initialQueryResults, scoredMatches); | ||
|
||
Query q = new QueryImpl(); // TODO, need to use a factory? don't hardcode this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
No description provided.