Re: how to apply patch SOLR-1316

2010-06-17 Thread Koji Sekiguchi
As you can see both versions don't appear to be working. I tried building each but neither would compile. Which version/tag should be used when applying this patch? In general, a patch is written against the latest trunk branch as of then. For the SOLR-1316.patch, it was posted 2010-5-31,

Re: how to apply patch SOLR-1316

2010-06-16 Thread Blargy
? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-apply-patch-SOLR-1316-tp676497p901887.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to apply patch SOLR-1316

2010-03-26 Thread Abdelhamid ABID
Well, The patch itself is a plain text by which a patch tool use to update a project source, it's editable with any text editor. You understand by this that you have to build the project yoursef after applying the patch. In general you need to: - Download an IDE with svn client, Eclipse is a great

Re: how to apply patch SOLR-1316

2010-03-26 Thread nabil rabhi
thanks for the reply Abdelhamid, but could you give me more details please? 2010/3/26 Abdelhamid ABID > To apply the patch you need the source, you may have it from Solr svn, > using > an ide will greatly make things friendly, > Applying the patch is a matter of left click on the project and ..

Re: how to apply patch SOLR-1316

2010-03-26 Thread Abdelhamid ABID
To apply the patch you need the source, you may have it from Solr svn, using an ide will greatly make things friendly, Applying the patch is a matter of left click on the project and .. "apply patch" ! On 3/26/10, nabil rabhi wrote: > > I want to apply this patch http://issues.apache.org/jira/br

how to apply patch SOLR-1316

2010-03-26 Thread nabil rabhi
I want to apply this patch http://issues.apache.org/jira/browse/SOLR-1316 to solr 1.4 so I can implement the autocomplete feature ca anyone help?