Some of you may be familiar with Scroogle , some not.. Basically Scroogle is a way to anonymously search Google, it scrapes the results, and passes them back to your browser. I will not weigh in on the debate, but to highlight some of the more salient
Read More...
Attachment(s): Scroogle.xml
I added some code to build a basic Lucene search index, and currently this code also puts a copy of the text from a page into the Lucene files for the highlighter application to use on the search results page. This application seems to work well for sites with up to about 1000 pages, after that, the Lucene indexes will grow too large to support practical in site searches, and additional optimization would be required
Read More...
I have been working with Lucene.NET a couple of days now... I have to say that it is very hard to understand what it is, and how to use it... The tool is abstract, and therefor challenges def
... Read More...
I decided to give the Lucene implementation a try... After all it seems to be a very active project and a good option to use for the engine, and it returns the search results as a class
...
Read More...
My mission, To implement NATA1 to spider and search my .Text site
OK, so the NATA1 project is not quite as easy to implement as you were lead to believe at (www.nata1.com... Read More...