11 6:49 AM
Subject: RE: Lucene 3.4.0 Merging
Ahsan,
Maybe one or both of the Lucene jar files are not where your classpath says
they are? Try copying them into the current directory, then adjusting the
classpath entries, like so:
java -cp lucene-core-3.4.0.jar;lucene-misc-3.4.0.jar
org/apache/l
gt; To: solr-user@lucene.apache.org
> Subject: Re: Lucene 3.4.0 Merging
>
> Hi Steve
>
> Still same problem
>
> Regards
> Ahsan
>
> - Original Message -
>
> From: Steven A Rowe
> To: "solr-user@lucene.apache.org"
> Cc:
> Sent: Sunday, October
Hi Steve
Still same problem
Regards
Ahsan
- Original Message -
From: Steven A Rowe
To: "solr-user@lucene.apache.org"
Cc:
Sent: Sunday, October 2, 2011 1:06 AM
Subject: RE: Lucene 3.4.0 Merging
Ahsan,
You have one other problem: on windows, you should use ";&quo
y, October 01, 2011 12:51 PM
> To: solr-user@lucene.apache.org
> Subject: Re: Lucene 3.4.0 Merging
>
> Hi Steve
>
> Thank you very much for your valued response but adding space as you have
> mentioned does not solve the problem.
>
> Regards
> Ahsan
>
> __
-Original Message-
> From: Ahson Iqbal [mailto:mianah...@yahoo.com]
> Sent: Friday, September 30, 2011 2:45 AM
> To: Solr Send Mail
> Subject: Lucene 3.4.0 Merging
>
> Hi
>
> I have 3 solr3.4.0 indexes i want to merge them, after searching on web i
> found that t
> From: Ahson Iqbal [mailto:mianah...@yahoo.com]
> Sent: Friday, September 30, 2011 2:45 AM
> To: Solr Send Mail
> Subject: Lucene 3.4.0 Merging
>
> Hi
>
> I have 3 solr3.4.0 indexes i want to merge them, after searching on web i
> found that there are two wa
Hi
I have 3 solr3.4.0 indexes i want to merge them, after searching on web i found
that there are two ways to do it as
1. Using Lucene Merge tool.
2. Merging through core admin
i am using the 1st method for this i have downloaded lucene 3.4.0 and unpack it
and then run following command on com