Skip to content

Conversation

@reddyashish
Copy link
Contributor

@reddyashish reddyashish commented Jun 21, 2023

Purpose

Lucene search in package manager.

The package fields that are searched for are Name, Description, Search Keywords, Hosts.

package manager search

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB

Release Notes

Lucene search in package manager

Reviewers

@QilongTang @RobertGlobant20

@QilongTang QilongTang added this to the 2.19.0 milestone Jun 25, 2023
Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some more comments then LGTM

Copy link
Contributor

@RobertGlobant20 RobertGlobant20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one comment

internal void AddZeroTouchNodesToSearch(IEnumerable<FunctionGroup> functionGroups)
{
var iDoc = InitializeIndexDocument();
var iDoc = LuceneSearchUtility.InitializeIndexDocumentForNodes();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RobertGlobant20 Not related to this task but maybe yours, can we explore way to append search info to existing index files? This would work either for new nodes or packages

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@QilongTang yes, right now I'm exploring how to append search info for the task of showing node-packages installed in the package search results.

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with comments. Thanks for the code re-arrange

@reddyashish
Copy link
Contributor Author

@QilongTang QilongTang merged commit 452a2d3 into DynamoDS:master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants