Stories recently tagged with 'lucene'

Lucene document indexing in .Net C#(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 2 months ago

Sample .Net C-sharp code for creating Lucene Index for given SQL Server Stored Procedure read more...

add a comment |category: |Views: 301

tags: another

Using Lucene .Net to index and search website content(akcedo.com)

submitted by sirroccosirrocco(800) 3 years, 2 months ago

An elegant solution for adding content indexing and search in a .Net application. read more...

add a comment |category: |Views: 226

tags: another

LightSpeed 2.1 Released - includes new search API(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 3 years, 3 months ago

LightSpeed 2.1, the performance minded object relational mapping framework, is fresh from the oven with new features like database independent full text search capabilities using Lucene.Net, Visual Studio integrated designer enhancements and a bundle of other new features. read more...

add a comment |category: |Views: 317

tags: another

Building an F# powered indexing system (part 2)(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 3 years, 8 months ago

The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library. There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things. read more...

add a comment |category: |Views: 53

tags: another

Building an F# powered indexing system(tryingthisagain.com)

submitted by mrkurtmrkurt(280) 3 years, 9 months ago

When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch. Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application's source with a sort of "here's how it was built" narrative. So that's what I'm going to do! read more...

add a comment |category: |Views: 36

tags: another

CS2 - a personal source code search engine(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 4 months ago

CS2 is an open source C# source code search engine, to allow people to easily search through code stored in their machines with a simple web user interface built on ASP.NET. read more...

4 comments |category: |Views: 49

tags: another

C# and Lucene to index and search(aspcode.net)

submitted by aspcode.netaspcode.net(1045) 4 years, 5 months ago

Downloadable solution showing how to use Lucene for content indexing and then searching the data. Shows some of the advanced filtering possibilities Lucene offers when it comes to searching. Sourcecode C# and .NET 2.0, Windows Forms. read more...

1 comment |category: |Views: 1601

tags: another

Indexing and searching source code with Lucene.Net(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

An academic implementation of a source code search engine with open source frameworks. read more...

add a comment |category: |Views: 337

tags: another