Live data from Hacker News

Ask HN: Why do search engines ignore the exclusion operator now “-”?

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Why do search engines ignore the exclusion operator now “-”?

#14
post #13

Because negation is incredibly expensive in any information retrieval system. You want all recipes with blue cheese in them? That's easy. You want all recipes with no blue cheese in them? That's a massive number of recipes.

Still less than all the recipes, which would also be a valid search so I don't think this point stands.

Re: Ask HN: Why do search engines ignore the exclusion operator now “-”?

#15
post #13

Because negation is incredibly expensive in any information retrieval system. You want all recipes with blue cheese in them? That's easy. You want all recipes with no blue cheese in them? That's a massive number of recipes.

Still less than all the recipes , which would also be a valid search so I don't think this point stands.

What query do you use to get Google to list all documents in its index?
Post reply on HN