-
Notifications
You must be signed in to change notification settings - Fork 668
Introducing a global Lucene search singleton class #14248
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
Conversation
RobertGlobant20
left a comment
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 with 2 comments and one minor refactoring change.
src/DynamoCoreWpf/ViewModels/PackageManager/PackageManagerSearchViewModel.cs
Outdated
Show resolved
Hide resolved
|
@QilongTang @reddyashish |
|
@RobertGlobant20 Addressed the merge conflict |
RobertGlobant20
left a comment
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
|
@RobertGlobant20 Fixed the fork, waiting for PR checks |
| { | ||
| get | ||
| { | ||
| return LuceneSearch.LuceneUtilityNodeSearch; |
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.
@RobertGlobant20 @reddyashish Fixed a regression with a one line change here, see 2d2226e. Moving forward, we should leverage singleton instead of relying on DynamoModel. I will watch for PR check results
* Lucene search singleton class. * Update LuceneSearch.cs * Updates * updates * Update LuceneSearch.cs * Update * Update * Fix regressions --------- Co-authored-by: Aaron (Qilong) <173288704@qq.com> Co-authored-by: Aaron (Qilong) <aaron.tang@autodesk.com>
* Lucene search singleton class. * Update LuceneSearch.cs * Updates * updates * Update LuceneSearch.cs * Update * Update * Fix regressions --------- Co-authored-by: reddyashish <43763136+reddyashish@users.noreply.github.com>
Purpose
This PR adds a LuceneSearch singleton class that will have access to the 3 LuceneSearchUtilities used in Dynamo.
This should be merged after #14214. Once it is merged, this PR will have some conflicts.
Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
(FILL ME IN) Brief description of the fix / enhancement. Mandatory section
Reviewers
@QilongTang @RobertGlobant20
FYIs
@DynamoDS/dynamo