search capability
Site Bugs / Suggestions
2
Posts
2
Posters
0
Views
1
Watching
-
Hi there I am wondering how codeproject searches articles? Does it use a crawler / indexing mechanism?
-
Hi there I am wondering how codeproject searches articles? Does it use a crawler / indexing mechanism?
We are using Lucene.NET as our Search Index. I wrote a custom crawler which keeps the index current with a max delay of 10 minutes. I also had to write a custom Analyzer as a lot of technical and/or programming terms were being stripped out by the standard analyzers.