|
|
|
|
DREAM. LEARN. DISCOVER... GET
STARTED.
Everything to get you started
on that dream home and so much more.
|
|
|
|
Search Using ASP.Net and Lucene
|
|
|
Getting Started
Getting Lucene to work on your asp.net website isn't hard but there are a few tricks that help. We decided to use the Lucene.Net 2.1.0 release because it made updating the Lucene index easier via a new method on the IndexWriter object called UpdateDocument. This method deletes the specified document and then adds the new copy into the index. You can't download the Lucene.net 2.1.0 binary. Instead you will need to download the source via their subversion repository and then compile it.
Don't worry this is an easy step. Using your subversion client - I recommend TortiseSvn get the source by doing a checkout from this url: https://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_1_0/
Next go into the di Read more
|
|
|
|
|
|
|
|
|
|
|