denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_maintenance2011-04-28 04:06 pm

Site search

We noticed that the site search was having some difficulties yesterday, so [staff profile] mark switched the indexing to run every 12 hours instead of every 6 hours. (This means that search results will now be delayed up to 12 hours, not up to 6.)

Sometime in the next few weeks, depending on when we can schedule it for best results, we'll be taking search offline for about a day or so to do some upgrade and efficiency work on the machine that hosts it. (As [staff profile] mark called it, "spring cleaning".) We'll let you know when.
iguana: The Tilley Hemp Hat (Default)

[personal profile] iguana 2011-04-30 12:50 pm (UTC)(link)
Have you looked at Xapian? It's also free and open source, and since it's C++ (with various language bindings) rather than Java I imagine it takes up considerably less system resource. I've used Xapian personally and professionally and it's lovely to work with.
iguana: The Tilley Hemp Hat (Default)

[personal profile] iguana 2011-04-30 07:08 pm (UTC)(link)
Python <3

Sphinx has a clever little JS search engine, indeed. From the source code it looks like it does Python server-side indexing and JS client-side searching. Clever, but not going to be very speedy.