Skip to content

Tag Archives: search

Lucene StopWords

27-May-09

Lucene is a open-source high performance full-text search engine and has libraries for almost all well known languages (Java, C#, PHP, Python, C). This post is about describing StopWords for a full-text search engine (Lucene).
( Lucene can also be used to index database table rows. The advantage for having Lucene search instead of (database software’s) [...]

TFS – Free Text search in History Objects

29-May-07

It’s a best practice to add comment when you do check-in to the source control. A text comment is associated with the change you made to the item. Some of the times you need to find a particular comment, but the View History tool available with Visual Studio/TFS is limited that you can’t make a [...]