Tilt-logo

Things I Learned Today - our daily eureka-moments

Carr
proppi
Edland
feenyx
Programming .NET VS2010 Web Windows VS2012 S3 Search SQL SqlMetal Accessibility Amazon Android App BBQ EBS EC2 Exchange Food Garmin Geocaching GPS Grill Java Linq Lucene MVC PowerShell
 
  < Page 2 of 2

Full-text searching with Lucene.NET - Carr, 16.11.2010

While working on .NET application with a huge user forum, I needed a way to do full-text indexing and searching. My old habits would've resulted in a solution that was either slow, not portable, expensive, or had dependencies outside the application itself. Lucene.NET to the rescue!