Git repo

2012-02-19 Thread Mark Diggory
Is there a git repo location that mirrors apache svn repos for solr? Cheers, Mark -- [image: @mire Inc.] *Mark Diggory *(Schedule a Meetinghttps://www.google.com/calendar/selfsched?sstoken=UUdDSzJzTTlOUE1mfGRlZmF1bHR8MzgwMmEwYjk1NDc1NDQ1MGI0NWViYjYzZjExZDI3Mzg ) *2888 Loker Avenue East, Suite

Re: Field Collapsing SOLR-236

2010-06-17 Thread Mark Diggory
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

Solr Project Structure (was Re: Field Collapsing SOLR-236)

2010-06-17 Thread Mark Diggory
. (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 Jun 16, 2010, at 7:31 PM, Mark Diggory wrote: p.s. I'd be glad to contribute our Maven build re

Re: Field Collapsing SOLR-236

2010-06-16 Thread Mark Diggory
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

Can multiple Solr webapps access the same lucene index files?

2009-08-07 Thread Mark Diggory
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