You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Erick Erickson <er...@gmail.com> on 2015/03/03 06:04:00 UTC

How come we reference luceneMatchVersion 6.0 in 5x?

I happened across these:

./solr/solrj/src/test-files/solrj/solr/multicore/core0/conf/solrconfig.xml:
 <luceneMatchVersion>6.0.0</luceneMatchVersion>

./solr/solrj/src/test-files/solrj/solr/multicore/core1/conf/solrconfig.xml:
 <luceneMatchVersion>6.0.0</luceneMatchVersion>

Any clue or is this a mistake?

Erick

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: How come we reference luceneMatchVersion 6.0 in 5x?

Posted by Erick Erickson <er...@gmail.com>.
Makes sense. I just committed the fix.


On Mon, Mar 2, 2015 at 9:11 PM, Shalin Shekhar Mangar
<sh...@gmail.com> wrote:
> Probably due to a bad back-port from trunk to 5x branch?
>
> On Tue, Mar 3, 2015 at 10:34 AM, Erick Erickson <er...@gmail.com>
> wrote:
>>
>> I happened across these:
>>
>>
>> ./solr/solrj/src/test-files/solrj/solr/multicore/core0/conf/solrconfig.xml:
>>  <luceneMatchVersion>6.0.0</luceneMatchVersion>
>>
>>
>> ./solr/solrj/src/test-files/solrj/solr/multicore/core1/conf/solrconfig.xml:
>>  <luceneMatchVersion>6.0.0</luceneMatchVersion>
>>
>> Any clue or is this a mistake?
>>
>> Erick
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: How come we reference luceneMatchVersion 6.0 in 5x?

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Probably due to a bad back-port from trunk to 5x branch?

On Tue, Mar 3, 2015 at 10:34 AM, Erick Erickson <er...@gmail.com>
wrote:

> I happened across these:
>
> ./solr/solrj/src/test-files/solrj/solr/multicore/core0/conf/solrconfig.xml:
>  <luceneMatchVersion>6.0.0</luceneMatchVersion>
>
> ./solr/solrj/src/test-files/solrj/solr/multicore/core1/conf/solrconfig.xml:
>  <luceneMatchVersion>6.0.0</luceneMatchVersion>
>
> Any clue or is this a mistake?
>
> Erick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Regards,
Shalin Shekhar Mangar.