Results for the tag 'search'
Link // ackmate // Tue // 13 Apr 2010 // 10:38 a.m. // 0 comments
TextMate plugin (Cocoa) shell for running 'ack'. Its blazing fast.
Visit site..Link // live search with jqu… // Mon // 05 Apr 2010 // 10:01 p.m. // 0 comments
A live search with jquery.
Visit site..Link // add fulltext search … // Mon // 03 Aug 2009 // 1:04 p.m. // 0 comments
Whoosh is a pure text indexing & searching library. Post on how to use whoosh with django.
Visit site..Link // the seven deadly sin… // Sun // 24 Jan 2010 // 11:05 a.m. // 0 comments
Useful advice on managing and deploying Solr. (via @simonw)
Visit site..Link // nullege a smart open… // Sat // 09 Jan 2010 // 10:59 a.m. // 0 comments
Nullege is a search engine for Python source code. It helps you find working samples for Python libraries form production-quality open source projects.
Visit site..Link // xapian in python // Tue // 29 Dec 2009 // 7:08 p.m. // 0 comments
An article showing how to index data using xapian and search the data. The article also shows a django model where the data is indexed and put into an indexer which can be queried. Pretty useful if you are writing your own search backend with xapian. If you are using Django check out django haystack which has xapian backend as well.
Visit site..Link // iconfinder // Sat // 18 Jul 2009 // 9:32 a.m. // 0 comments
Interesting icon search engine (find icons for a particular keyword). I just wish it had more variety in the results.(via: WilsonMiner)
Visit site..Link // djapianxapian search // Sun // 07 Jun 2009 // 5:24 p.m. // 0 comments
A tutorial explaining using Xapian with django project. Djapian is a resuable app which makes this quite easy. The author provided great tips by the ability to search more than one model at a time.
Visit site..Link // djangosolr search // Sun // 22 Feb 2009 // 10:34 a.m. // 0 comments
A reusable django app which integrates Solr searcg into a django app. PySolr is a python wrapper for the Solr search engine which is a dependecy. The only thing I dont like is Solr is a java based search which I dont like to run on my host. Anyway got to try this in my project.
Visit site..Link // times developer netw… // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
NYTimes launched the Article search API which is pretty useful. Thinking around if we can create anything useful actually.
Visit site..Link // whoosh // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
Whoosh is a fast, featureful full-text indexing and searching library implemented in pure Python. Got to give this a try. More alternatives means more throughput.
Visit site..Link // screeleycom django s… // Fri // 20 Feb 2009 // 3:09 p.m. // 0 comments
Finally a blog post in django-solr. I have a been longing to use solr for django from a long time, but still kind of using raw SQL queries. Will try this.
Visit site..Link // localsolr gis search // Thu // 22 Jan 2009 // 2:40 p.m. // 0 comments
LocalSolr is a port of the LocalLucene library to the Solr search server. LocalSolr offers geographical searching capabilities to your search engine. To customize local solr you simple need to alter a few configuration files.
Visit site..Link // internet search engi… // Sun // 21 Dec 2008 // 11:55 a.m. // 0 comments
A search engine software where a user can index and crawl a subset of sites and keep himself updated. Very cool. I 'll try spy on a few sites using this. ;)
Visit site..Link // grassyknoll a python… // Thu // 20 Nov 2008 // 10 p.m. // 0 comments
A search engine written in Python. May be I should use this and integrate it with my django backend. Don't know how it goes have to try how it goes.
Visit site..Link // twitter search track… // Tue // 02 Sep 2008 // 12:20 a.m. // 0 comments
Here is a simple twitter search tracker in python. It queries search.twitter.com and parses the xml results. Good one Russell
Visit site..Link // djangosearch google … // Tue // 01 Apr 2008 // 11:10 p.m. // 0 comments
This is a search engine mod for a django application. Good work by jacob kaplan moss
Visit site..Link // sphinxinstall helpha… // Fri // 01 Aug 2008 // 5:10 p.m. // 0 comments
Here is a good init.d script to run searchd. This script is targetted for Suse linux. We need to change the init.d file for each linux distribution. Here is a sample sphinx.conf
Visit site..Yahoo’s new API BOSS
posted: 29th July. 2008 // 7:26 p.m. // 9 commentsYahoo has released a new api namely 'BOSS' (Build Your own search Engine). A good time for companies and developers to develop innovative apps with the help of Yahoo's infrastructure.
Link // simple django search // Tue // 22 Apr 2008 // 3:11 p.m. // 0 comments
Here is a method of adding search functionality to django. We need to add a method to every model which needs to be searched.
Visit site..