CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 10:34:51 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"60b20d0f694cddb0c9ed72e27397f9c6"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=DF%2F2jhCHMTak3IUqE9ZO%2BK1EZ1iBVk5e5T09UlCzBNYmzVT3kzCjfEDqky1qsHZPgvTTw%2Bv8uzbWIi3Xl9W5di0B0I%2F8o904NuC%2BYvJ4uHRAWxFsHofk7zKjbvctB2sNhEeyXo1g6c3gv1pDMiuy5E2QtRndiQXC0yDpZy9KZEyTe9dDiXrcuvPiUPwuA%2FDebH5biecGxHRIMVluST1%2B%2F529NvOmRM4KWqkThTpI%2FqE%2F8av8zfQpDIdWuHpEAAPhb6Tie4ZteufekGGJSm99Xw%3D%3D--FCslL3O0fp5MlSIr--PxR0IJgJ%2BLzMDgUbXDz6Pw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1756060987.1753958090; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 10:34:50 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 31 Jul 2026 10:34:50 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B8E6:2291D2:837BC5:9E503F:688B46CA
Lucene search in package manager (#14098) · DynamoDS/Dynamo@452a2d3 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Configuration/LuceneConfig.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Search/NodeSearchModel.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 660
Commit 452a2d3
authored
Lucene search in package manager (#14098)
* Lucene search in package manager
* Move to LuceneSearchViewModel
* LuceneSearchUtility
* Obsolete the search method in package manager view model.
* Update PackageManagerClientViewModel.cs
* Move Lucene methods into a dynamo core utility
* Update LuceneSearchUtility.cs
* Update LuceneSearchUtility.cs
* comments
* Update SearchViewModel.cs1 parent 893106e commit 452a2d3Copy full SHA for 452a2d3
File tree
Expand file treeCollapse file tree
7 files changed
+475
-212
lines changedFilter options
- src
- DynamoCoreWpf/ViewModels
- PackageManager
- Search
- DynamoCore
- Configuration
- Models
- Search
- Utilities
Expand file treeCollapse file tree
7 files changed
+475
-212
lines changedsrc/DynamoCore/Configuration/LuceneConfig.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Configuration/LuceneConfig.cs+37-8Lines changed: 37 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
77 | 92 |
| |
78 | 93 |
| |
79 | 94 |
| |
| |||
107 | 122 |
| |
108 | 123 |
| |
109 | 124 |
| |
110 |
| - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
111 | 131 |
| |
112 | 132 |
| |
113 | 133 |
| |
114 |
| - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
115 | 146 |
| |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
122 | 151 |
| |
123 | 152 |
|
src/DynamoCore/Models/DynamoModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs+21-104Lines changed: 21 additions & 104 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
| |||
133 | 132 |
| |
134 | 133 |
| |
135 | 134 |
| |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 | 135 |
| |
141 | 136 |
| |
142 | 137 |
| |
143 | 138 |
| |
144 | 139 |
| |
145 | 140 |
| |
146 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
147 | 145 |
| |
148 | 146 |
| |
149 | 147 |
| |
| |||
618 | 616 |
| |
619 | 617 |
| |
620 | 618 |
| |
621 |
| - | |
622 |
| - | |
623 |
| - | |
624 |
| - | |
625 |
| - | |
626 |
| - | |
627 |
| - | |
628 |
| - | |
629 |
| - | |
630 |
| - | |
631 |
| - | |
632 |
| - | |
633 |
| - | |
634 |
| - | |
635 |
| - | |
636 |
| - | |
637 |
| - | |
638 |
| - | |
639 |
| - | |
640 |
| - | |
641 |
| - | |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 | 619 |
| |
650 | 620 |
| |
651 | 621 |
| |
| |||
958 | 928 |
| |
959 | 929 |
| |
960 | 930 |
| |
961 |
| - | |
| 931 | + | |
| 932 | + | |
962 | 933 |
| |
963 | 934 |
| |
964 | 935 |
| |
| |||
1389 | 1360 |
| |
1390 | 1361 |
| |
1391 | 1362 |
| |
1392 |
| - | |
1393 |
| - | |
| 1363 | + | |
| 1364 | + | |
1394 | 1365 |
| |
1395 | 1366 |
| |
1396 | 1367 |
| |
| |||
1474 | 1445 |
| |
1475 | 1446 |
| |
1476 | 1447 |
| |
1477 |
| - | |
| 1448 | + | |
1478 | 1449 |
| |
1479 | 1450 |
| |
1480 | 1451 |
| |
| |||
1643 | 1614 |
| |
1644 | 1615 |
| |
1645 | 1616 |
| |
1646 |
| - | |
1647 |
| - | |
1648 |
| - | |
| 1617 | + | |
| 1618 | + | |
1649 | 1619 |
| |
1650 |
| - | |
1651 |
| - | |
1652 |
| - | |
| 1620 | + | |
| 1621 | + | |
| 1622 | + | |
1653 | 1623 |
| |
1654 | 1624 |
| |
1655 | 1625 |
| |
| |||
1702 | 1672 |
| |
1703 | 1673 |
| |
1704 | 1674 |
| |
1705 |
| - | |
| 1675 | + | |
1706 | 1676 |
| |
1707 | 1677 |
| |
1708 | 1678 |
| |
| |||
3268 | 3238 |
| |
3269 | 3239 |
| |
3270 | 3240 |
| |
3271 |
| - | |
3272 |
| - | |
3273 |
| - | |
3274 |
| - | |
3275 |
| - | |
3276 |
| - | |
3277 |
| - | |
3278 |
| - | |
3279 |
| - | |
3280 |
| - | |
3281 |
| - | |
3282 |
| - | |
3283 |
| - | |
3284 |
| - | |
3285 |
| - | |
3286 |
| - | |
3287 |
| - | |
3288 |
| - | |
3289 |
| - | |
3290 |
| - | |
3291 |
| - | |
3292 |
| - | |
3293 |
| - | |
3294 |
| - | |
3295 |
| - | |
3296 |
| - | |
3297 |
| - | |
3298 | 3241 |
| |
3299 | 3242 |
| |
3300 | 3243 |
| |
| |||
3303 | 3246 |
| |
3304 | 3247 |
| |
3305 | 3248 |
| |
3306 |
| - | |
| 3249 | + | |
3307 | 3250 |
| |
3308 |
| - | |
3309 |
| - | |
3310 |
| - | |
3311 |
| - | |
| 3251 | + | |
| 3252 | + | |
| 3253 | + | |
| 3254 | + | |
3312 | 3255 |
| |
3313 |
| - | |
3314 |
| - | |
3315 |
| - | |
3316 |
| - | |
3317 |
| - | |
3318 |
| - | |
3319 |
| - | |
3320 |
| - | |
3321 |
| - | |
3322 |
| - | |
3323 |
| - | |
3324 |
| - | |
3325 |
| - | |
3326 |
| - | |
3327 |
| - | |
3328 |
| - | |
3329 |
| - | |
3330 |
| - | |
3331 |
| - | |
3332 |
| - | |
3333 |
| - | |
3334 |
| - | |
3335 |
| - | |
3336 |
| - | |
3337 |
| - | |
3338 |
| - | |
3339 |
| - | |
| 3256 | + | |
3340 | 3257 |
| |
3341 | 3258 |
| |
3342 | 3259 |
| |
| |||
3367 | 3284 |
| |
3368 | 3285 |
| |
3369 | 3286 |
| |
3370 |
| - | |
| 3287 | + | |
3371 | 3288 |
| |
3372 | 3289 |
| |
3373 | 3290 |
| |
|
src/DynamoCore/Search/NodeSearchModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Search/NodeSearchModel.cs+2-10Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 |
| - | |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 29 |
| |
38 | 30 |
| |
39 | 31 |
| |
|
You can’t perform that action at this time.
0 commit comments