Libraryless. Click here for Pure Java version (13371L/93K).
1 | static L<Concept> simpleScoredConceptSearch(Concepts cc, S query) { |
2 | new SimpleScoredConceptSearch search; |
3 | search.cc = cc; |
4 | search.searcher.setQuery(query); |
5 | search.run(); |
6 | ret search!; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1029865 |
Snippet name: | simpleScoredConceptSearch |
Eternal ID of this version: | #1029865/3 |
Text MD5: | a87d5a77d30e124bb83af301937da4b9 |
Transpilation MD5: | fdcb59c9f8b3944a86329bf4d35ec3f5 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-09-24 10:42:56 |
Source code size: | 199 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 170 / 262 |
Version history: | 2 change(s) |
Referenced in: | [show references] |