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.

Search results aren't good

See original GitHub issue

Using these terms def con 26 badge ama the web page I wanted was this: https://www.reddit.com/r/Defcon/comments/973jik/dc26_official_badge_hardware_ama/

(This is just a real life example…)

Google returns that page for those terms as the second result. Duck Duck Go returns the parent page, but not the desired page.

DidYouGoGo.com doesn’t return anything related.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kreebencommented, Sep 6, 2018

@daveloyall The query

def con 26 badge ama

consists of too many short words for Google, Bing, DDG and (currently) DYGG to find any relevant answers. In search, especially in search over web-sized data, short words are a nightmare. Because it is hard to encode their syntactic identity.

That is why web search engines cannot rely solely on syntactic similarity. We must also look at the semantic relevance.

If a search engine has weak semantic abilities, it must perform a second query:

select favorite_searchwords from user_data where id = 'imtheproduct@gmail.com'

in order to find real relevance.

Google does this. Bing also. Because they have trouble encoding semantic meaning into their web index. DYGG however has no user data to query because users are not a product. Search is.

I will leave this issue open until I’ve sorted out semantic analysis.

1reaction
daveloyallcommented, Sep 6, 2018

Oh gosh, @kreeben, I didn’t mean to be negative!

Open bugs result in improvements. I was trying to help! Look at this famous bug. It was open for nine years, and it served as a rallying point… Folks would bring it up in discussions about all sorts of things. Like, “Sam, your idea has some merit, but what does it do to help close bug number 1?”

Anyway, back to my report… I didn’t expect that your index corpus would include every single reddit comment, yet! That’s why I picked those words as my search input. I was checking how deep your index was.

Incidentally, I like it when a search engine returns zero results when nothing matching is found. I don’t know how your scoring system works… Would it be possible to exclude results where the score is below some threshold? Would you see that as a feature, as I do?

Keep up the good work!

Read more comments on GitHub >

github_iconTop Results From Across the Web

am i the only one who thinks that google search results are ...
One reason that the results aren't as good is because the web has changed and Google can no longer show the hits because...
Read more >
Google will tell you when it thinks its search results aren't ...
Google is adding a new feature to search today that will let you know when it thinks the search results it's offering aren't...
Read more >
Suddenly, my Google search results are terrible. Chrome is ...
A few days ago I started noticing that my Google search results are bad. After I search, the first results are tons of...
Read more >
Why do Google's search results have nothing to do with my ...
Maybe because your search query is too much of a “long tail” than Google can digest. The more complicated the query, the less...
Read more >
Google Now Tells You: There Aren't Any Great Matches for ...
In an unusual update to search, Google is letting users know when the results they're seeing are lower-than-average quality.
Read more >

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