Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Remote Search on a local peer could search solr index as well #674

Open
okybaca opened this issue Jan 1, 2025 · 0 comments
Open
Labels
enhancement Indicates new feature requests or improvement for existing functionality index search

Comments

@okybaca
Copy link
Contributor

okybaca commented Jan 1, 2025

If I understand it well, when a remote search is done on a local peer, only RWI index is searched.

The remote search could search also in solr index, which, in many cases, can be larger and is designed as a permanent. RWI index entry would be created after the search, so it could be distributed by DHT-OUT later.

RWI index is shrinking on each host, so older links are unreachable by search (and available for local search). Some people delete RWIs from reasons like memory-consuption or speed as well.

Impact:

  • all the pages indexed on a local host would be available for remote search
  • most popular queries would be distributed by DHT-out and available on more instances
@okybaca okybaca added enhancement Indicates new feature requests or improvement for existing functionality index search labels Jan 1, 2025
@okybaca okybaca changed the title Idea: Remote Search on a local beer could search solr index as well Idea: Remote Search on a local peer could search solr index as well Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests or improvement for existing functionality index search
Projects
None yet
Development

No branches or pull requests

1 participant