Wednesday, October 12, 2011

Simple Lucene

A wrapper to Lucene.net

References
http://blogs.planetcloud.co.uk/mygreatdiscovery/post/SimpleLucene-e28093-Lucenenet-made-easy.aspx

First Lucene.Net Sample

Created a Lucene console application using the tutorial here.
This is exactly the same application as the tutorial but i had small re-factoring around the code.

The main function shows the main steps involved when we are using Lucene.Net


Here we create the indexes required for the Lucene.Net



Add doc function will add the given column to the indexes.



Here we creates the query to search in the indexed data.


Searches the indexed data using the query created  and displays the search results in the console.


This is only a simple application and need to study, how to use this with database values and drawbacks

KANBAN with Trello

Trello is simple web application which we can use for KANBAN.

Announcing Trello
http://www.joelonsoftware.com/items/2011/09/13.html

Trello
https://www.trello.com/

Sunday, October 9, 2011

Learning jQuery using jQuery Lab

Found a good article where i can write, execute and see the results of the comomand.
Source code is avaialbe for this.

Code Project
http://www.codeproject.com/KB/scripting/LearnJQueryByLab.aspx

Friday, October 7, 2011

JQuery Need to wait till the doc is READY

Just wanted to get the text in a text box on KeyUp event,
But didn't work till I asked the Jquery to wait till document is ready... :)


Time to Learn JQuery

I found very usefull JQuery video and some other resources on "AhaaGeeks" Blog

Video Totorial
Presentation By Dmitri Gaskin, who was just 12 years old

Thursday, October 6, 2011

Found some Resources on Lucene.net

Lucene.Net Home
http://incubator.apache.org/lucene.net/

Video
http://www.sitefinitywatch.com/blog/09-06-25/Working_with_Sitefinity_Search.aspx

Tutorials (Need to categorize these Resources later)
http://www.sitefinitywatch.com/notes/09-06-24/Working_with_Sitefinity_Search.aspx
http://www.ifdefined.com/blog/post/2009/02/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.codeproject.com/KB/cs/lucene_custom_analyzer.aspx
http://www.codeproject.com/KB/cs/lucene_analysis.aspx
http://www.codeproject.com/KB/library/IntroducingLucene.aspx
http://www.d80.co.uk/post/2011/03/29/LuceneNet-Tutorial.aspx

http://ifdefined.com/blog/post/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx
http://www.aaron-powell.com/documents-in-lucene-net
http://www.wwwcoder.com/main/parentid/255/site/5017/68/default.aspx
http://usoniandream.blogspot.com/2007/10/tutorial-advanced-lucenenet-usage.html
http://www.lucenetutorial.com/techniques/indexing-databases.html
http://www.lucenetutorial.com/lucene-in-5-minutes.html
http://www.crazysquirrel.com/computing/java/lucene-tutorial.jspx

Installed Lucene.net Simple Lucene Via NuGet Package Manager

As WIKI says:
Apache Lucene is a free/open source information retrieval software library, originally created in Java by Doug Cutting. It is supported by the Apache Software Foundation and is released under the Apache Software License.
Lucene has been ported to other programming languages including Delphi, Perl, C#, C++, Python, Ruby and PHP.
 

No Tortoise HG Context Menu or Icons in Visual Studio

No Context menu in visual studio (2010) after installing both ToatoiseHG and VisualHG.
Simple Change gave me TortoiseHG Icons and the Context Menu.

Tools -> Options -> Source Control -> Current source control plug-in -> VisualHG