How i can create a new instance of SimpleFastUserIndex without the "load"-method?
See original GitHub issueHi,
i noticed that the constructor in the SimpleFastUserIndex class is protected.
Is there a way i can create a new instance the SimpleFastUserIndex
without reading file?
I’m building simple Clojure app and i would like to include simple recommender system, but i’ve no access to underlying disk and all the states are kept in database;
I know that i could write my own Java implementation for UserIndex interface, but i would like to avoid adding more Java into my project.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The “better-indexes” branch has been merged with the master branch.
Thanks,
i will try out tonight .