The find in projects feature is a single threaded task, adjustment suggestions
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 935
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 17
Description
### Description
The find in projects feature is a single threaded task. It is recommended to modify and adjust it to multi-threaded parallel search, as there are multiple conditional searches that can only wait for the completion of the previous search task before proceeding to the next search task

### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a pull request?
No
Contributor guide
Research direction
Start by locating the NetBeans “find in projects” feature and tracing its current search task and conditional searches. Define how the searches can run in parallel without changing their results, then verify that the feature no longer waits for each search to finish sequentially.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100