Slashdot Mirror


Better Search Engines

prostoalex writes "Scientific American is seeking better Web searches. They report on all sorts of innovations happening outside the Google-Yahoo-MSN zone that the press is usually reporting on, including GPS-enhanced searches from University of Maryland, Shape Retrieval and Analysis from Princeton, musical search engine from New Zealand Digital Library Project, and some of the projects that A9 and Ask.com have been working on."

7 of 137 comments (clear)

  1. Re:What we need is whitelisting by iminplaya · · Score: 3, Informative

    This is kinda close.

    --
    What?
  2. Clusty = Innovative by int2str · · Score: 4, Informative

    Asides from the horrible name, clusty (a clustering search engine) is very innovative and easy to use. I hope more search engines will adapt similar technology soon.

    Link to clusty.com search engine

  3. Re:What I want by me+at+werk · · Score: 4, Informative

    CopyScape can do the recognizing of copied stuff, but it's purpose is only finding website plagarism. This, however, would definately find all the wikipedia forks unless it's a really old copy and the page has had a major rewrite.

    If google could integrate copyscape into their search, you would be happy.

    --
    For context, click Parent.
  4. Vivisimo by Dan667 · · Score: 2, Informative

    Interesting, the first thing I thought is I had seen this with Vivisimo, but I guess no one could spell that so the changed the name?

    http://vivisimo.com/

    But I agree, it is a great search engine and has gotten better as I have used it.

  5. It's available! by ByteMangler_242 · · Score: 5, Informative

    You can do this in google: searchterm1 searchterm2 ~bogus The tilde will look for synonyms. You can see which ones hit back by reading the bold results which are neither searchterm1 or searchterm2. I use ~howto and ~cheats often.

    --

    Rule of the open mind
    People who are resistant to change cannot resist change for the worst.

  6. Re:Easy (relatively) improvement... by joker784 · · Score: 2, Informative

    You mean like this: Google API Proximity Search ?!

  7. Re:What I want by HugeFatty · · Score: 2, Informative
    I agree that the things you have listed are problems, and that they'd sure be nice to solve. I just wanted to address one of them for now, as I have been trying to deal with it myself.

    The hidden text problem that you mention is a surprisingly hard problem to deal with, as there are so many ways to do it.

    You have:

    • The <font> tag
    • CSS (several ways, such as the :hidden property, changing the colors, using the z order, etc.), both internal and externally linked (for which the search engine must download that file while spidering)
    • DHTML positioning over other elements
    • A background image the same color as the text
    • Javascript to generate any of the above
    • Use of nearly identical colors for all of the above (such as #FFFFFF for the background and #FFFFFE for the foreground). In fact, there could be dozens of colors that are all slightly different enough that a human wouldn't be able to detect it without looking very closely, or at all.
    I'm sure there are more that I'm missing, but I think you (meaning everyone...I'm not just picking on the parent here...) get the idea. You pretty much have to render the page like a browser to take care of all of those, which really sucks for us search engine developers trying to fight it, and us users that have to deal with that crap.
    --


    I am clearly fatter than you.