Libraryless. Click here for Pure Java version (13371L/93K).
static L<Concept> simpleScoredConceptSearch(Concepts cc, S query) { new SimpleScoredConceptSearch search; search.cc = cc; search.searcher.setQuery(query); search.run(); ret search!; }
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: | 169 / 261 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1029866 - SimpleScoredConceptSearch |