Is there a git repo location that mirrors apache svn repos for solr?
Cheers,
Mark
--
[image: @mire Inc.]
*Mark Diggory *(Schedule a
Meeting<https://www.google.com/calendar/selfsched?sstoken=UUdDSzJzTTlOUE1mfGRlZmF1bHR8MzgwMmEwYjk1NDc1NDQ1MGI0NWViYjYzZjExZDI3Mzg>
)
*2888 Loker Avenu
d simply just depended on them. Then it could
be dropped into a lib dir of any solr 1.4.0. (and conversely just added to my
webapp poms as a maven dependency when they are assembled in our own build
processes).
further comments below...
On Jun 17, 2010, at 11:20 AM, Erik Hatcher wrote:
> On J
Correct, it uses maven and just constructs the War executable, its upto you to
configure the location of your solr home directory still.
svn co https://scm.dspace.org/svn/repo/modules/dspace-solr/trunk solr
cd solr
mvn package
then you can go into the webapp/target directory and get the generate
Blargy?
I produced a patched version of Solr 1.4 and released it into the maven central
repository under our DSpace groupid as a dependency for our applications. Your
welcome to test it out and use our code for examples. Although, it is not the
most recent patch of Field Collapsing, it has be
Hello,
I have a question I can't find an answer to in the list. Can mutliple solr
webapps (for instance in separate cluster nodes) share the same lucene index
files stored within a shared filesystem? We do this with a custom Lucene
search application right now, I'm trying to switch to using solr