thanks for the advice.
I just downloaded a completely clean version, haven't even tried to
build it yet.
Applied the same, and I received exactly the same results.
Do you only apply the ivan patch 2? What version of patch are you
running?
-John
On Dec 11, 2008, at 2:10 PM, Stephen Weiss wrote:
Are you sure you have a clean copy of the source? Every time I've
applied his patch I grab a fresh copy of the tarball and run the
exact same command, it always works for me.
Now, whether the collapsing actually works is a different matter...
--
Steve
On Dec 11, 2008, at 1:29 PM, John Martyniak wrote:
Hi,
I am trying to apply Ivan's field collapsing patch to solr 1.3 (not
a nightly), and it continously fails. I am using the following
command:
patch -p0 -i collapsing-patch-to-1.3.0-ivan_2.patch --dry-run
I am in the apache-solr directory, and have read write for all
files directories and files.
I am get the following results:
patching file src/test/org/apache/solr/search/TestDocSet.java
Hunk #1 FAILED at 88.
1 out of 1 hunk FAILED -- saving rejects to file src/test/org/
apache/solr/search/TestDocSet.java.rej
patching file src/java/org/apache/solr/search/CollapseFilter.java
patching file src/java/org/apache/solr/search/DocSet.java
Hunk #1 FAILED at 195.
1 out of 1 hunk FAILED -- saving rejects to file src/java/org/
apache/solr/search/DocSet.java.rej
patching file src/java/org/apache/solr/search/NegatedDocSet.java
patching file src/java/org/apache/solr/search/SolrIndexSearcher.java
Hunk #1 FAILED at 1357.
1 out of 1 hunk FAILED -- saving rejects to file src/java/org/
apache/solr/search/SolrIndexSearcher.java.rej
patching file src/java/org/apache/solr/common/params/
CollapseParams.java
patching file src/java/org/apache/solr/handler/component/
CollapseComponent.java
Also the '.rej' files are not created.
Does anybody have any ideas?
thanks in advance for the help.
-John