How to build Lucene / Solr from source code in windows environment in order to add patches
- by Simon
I have successfully implemented Apache’s Solr for free text searching a database driven web site build for windows platforms using Visual Studio in c#.
I am trying to get a version Solr working with field collapsing (which is not in the release version). There are patches available from apache and discussions on the web of people successfully doing…