question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How i can create a new instance of SimpleFastUserIndex without the "load"-method?

See original GitHub issue

Hi,

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:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
saulvargascommented, Mar 31, 2016

The “better-indexes” branch has been merged with the master branch.

0reactions
timgluzcommented, Mar 31, 2016

Thanks,

i will try out tonight .

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found