Commit 46620d3
Add org.eclipse.help.internal.search.SearchIndex#customSearch(...)
This adds a `customSearch` method to the internal class
`org.eclipse.help.internal.search.SearchIndex`. The purpose is to be
able to implement a hybrid search that combines a semantic search with a
sparse keyword search. And the sparse keyword search uses the existing
`SearchIndex` via this new method.1 parent 31bb835 commit 46620d3
File tree
1 file changed
+24
-0
lines changed- ua/org.eclipse.help.base/src/org/eclipse/help/internal/search
1 file changed
+24
-0
lines changedLines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
664 | 665 | | |
665 | 666 | | |
666 | 667 | | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
667 | 691 | | |
668 | 692 | | |
669 | 693 | | |
| |||
0 commit comments