Alternative general purpose search engines are an exciting idea. It seems a lot like we're about the time when yahoo was dominant and searching was sort of awful. When you searched, what ranked highest was market-driven sorts of stuff. Right now, for topics normal people search for - not techies -all you get are content farm sites with js-popups asking for your email address. Try searching for anything health related…
I'd love a search engine which only indexes forums. Something I've been thinking of doing for years, but it'd be a lot of work.
Show HN: Open-source search engine with 2bn-page index
71–80 of 148 posts
Re: Show HN: Open-source search engine with 2bn-page index
#72Alternative general purpose search engines are an exciting idea. It seems a lot like we're about the time when yahoo was dominant and searching was sort of awful. When you searched, what ranked highest was market-driven sorts of stuff. Right now, for topics normal people search for - not techies -all you get are content farm sites with js-popups asking for your email address. Try searching for anything health related…
I'd love a search engine which only indexes forums. Something I've been thinking of doing for years, but it'd be a lot of work.
I would love something like this as well...
Re: Show HN: Open-source search engine with 2bn-page index
#73Re: Show HN: Open-source search engine with 2bn-page index
#74Alternative general purpose search engines are an exciting idea. It seems a lot like we're about the time when yahoo was dominant and searching was sort of awful. When you searched, what ranked highest was market-driven sorts of stuff. Right now, for topics normal people search for - not techies -all you get are content farm sites with js-popups asking for your email address. Try searching for anything health related…
A search for "java twitter bot" places more emphasis on "bot" then on Java and then on twitter which is what a tf-idf would do.
A good start like you said but it's miles away even from yahoo or bing.
Re: Show HN: Open-source search engine with 2bn-page index
#75Re: Show HN: Open-source search engine with 2bn-page index
#76Earlier quoted context omitted.
I don't know why would people use it to be frank. Lot better alternatives exists. > it could be good for a particular use case Namely? > or for learning from. The author admitted in the github readme that the code quality is rather bad. I also don't see a link to the search index, the only valuable component of this project.
I will publish the index for download in a few weeks. I'm currently working on the documentation. Oh, and I will publish the raw crawl-data too. Everything together is about 2.5tb. There is also a free API in beta-test right now. Will probably be ready for official release next week.
But if they can, I think a big part of it would be separation of the crawl index and the UI / prioritisation etc. Different people can work on those two ends of the problem and apply different philosophies.
Search only forums? Reject porn using XYZ method? Great! But they can all use the same database, or pick from the a common community of databases.
Re: Show HN: Open-source search engine with 2bn-page index
#77And all javascript related questions still have w3schools as first result, god dammit.
Re: Show HN: Open-source search engine with 2bn-page index
#78It shows snippets of the web pages under each result; however, generally not the particular snippets that contain the search term. I would think that would be useful.
The snippets are currently the first 255 characters of the page's text. For snippets to be customized to the search term, I would have to store all the text of the page. And that would require a lot more disk space. Space that I can't afford at the moment.
Re: Show HN: Open-source search engine with 2bn-page index
#79Written in Delphi. I might be wrong but I don't see many people downloading and working on it. 30 day free trial and then you have to pay for the development environment. IMHO it's a non starter for an open source project but if it's the only language the author is comfortable with, well that's OK.
Re: Show HN: Open-source search engine with 2bn-page index
#80DeuSu seems not indexing Cyrillic part of the Internet, and cannot give you insights for Greek, try https://deusu.org/query?q=ελιά . Is it Latin ANSI only index?