Jacob Kaplan-Moss

Activity tagged “search”

Bookmarks

Whoosh

Pure-Python search engine. Looks like a great idea if you need something simple and don't want to mess with an external service.

(programming, python, search, searchengine, via:simonw)

LocalSolr | GIS Search

A Solr addon for doing geographic searches. Must investigate further.

(apache, geo, geocoding, gis, lucene, search, solr)

Official Google Mac Blog: Search Without Effort: The Quick Search Box

This is what the creator of QuickSilver has been working on at Google. Pretty rudimentary right now, but I'm excited to see where it goes.

(google, mac, search, software)

DjangoGoogleSearch – ⓤ Unicoders – Trac

Integrate Google's Business Search with Django.

(django, google, search)

Kayak Search API (beta) - Kayak.com

Wow, Kayak (one of my favorite travel search sites) has an API, and a RESTful one to boot! Limited to 40 queries/hour, but still sweet.

(api, search, travel, webservices)

FAST - Enterprise Search

A commercial search-engine provider about which I've heard good things. Judging by the fact that the web site doesn't provide pricing information, I'd guess that it's expensive — if you have to ask, you don't want to know. Still worth a look, I think.

(search, software)

Xapian: Theoretical Background

Some good notes on how relevancy algorithms actually work. Must read through this in more detail.

(algorithms, indexing, readloater, relevency, search, text, via:jkocherhans)

CPS Project: NXLucene

Another Lucene-based web service tool (this one based on Plone)

(code, indexing, java, lucene, pycon2007, python, search)

Welcome to Hadoop!

Attempting to build an open-source clone of Google. Yes, you read that right.

(apache, google, lucene, pycon2007, search)

Welcome to Solr

Lucene as a search server. XML/JSON APIs, web administration interface. Java servlets (yech), but probably a lot easier than PyLucene.

(apache, API, java, lucene, pycon2007, search, server, web)

Merquery Summer of Code Results - brian's blog

Brian's writeup on his SoC project (that I'm mentoring). Hopefully he'll get around to the TODOs in the next week :)

(django, for:mcroydon, search)

Extending Django's database API to include full-text search (Mercurytide)

A kick-ass look at how to extend Django's lookup API with custom methods. This one adds fulltext search in a particularly nifty way.

(database, django, fulltext, mysql, search)

A9.com > OpenSearch

Well now… I've got to take a look at this.

(amazon, search)

Google Video Search

One word: wow.

(google, search, video)

Google Suggest

No one noticed, but Google now puts out some of the best Javascript on the web. I have *got* to figure out how this works!

(autocomplete, google, javascript, search)

Entries

Merquery

Brian Beck just announced that he’s beginning work on Merquery, a full-text indexer and search engine specifically designed for developers using RAD frameworks like Django.

(django, search)