[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-06-22 Thread Bram Luyten (@mire) (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bram Luyten (@mire) closed DS-1552.
---

Resolution: Fixed

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-06-22 Thread Bram Luyten (@mire) (DuraSpace JIRA)

[ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=28438#comment-28438
 ] 

Bram Luyten (@mire) commented on DS-1552:
-

done more tests locally, seems fine. Since João also confirmed this change, 
merging the pull request and closing this issue.

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)
Bram Luyten (@mire) created DS-1552:
---

 Summary: luceneMatchVersion missing in oai and statistics solr 
core configuration
 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.1, 3.0
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Attachments: lucene-error-messages.txt

lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
It used to be optional. While it is defined for the search core, it seems 
missing in the stats and OAI core. 

As a result, it defaults to Lucene_24. e.g. 

WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
emulation. You should at some point declare and reindex to at least 3.0, 
because 2.4 emulation is deprecated and will be removed in 4.0. This parameter 
will be mandatory in 4.0.

In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. Will 
issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bram Luyten (@mire) updated DS-1552:


Status: Accepted  (was: Received)

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bram Luyten (@mire) updated DS-1552:


Assignee: Bram Luyten (@mire)
  Status: Accepted  (was: Volunteer Needed)

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bram Luyten (@mire) updated DS-1552:


  Status: Volunteer Needed  (was: Accepted)
Assignee: (was: Bram Luyten (@mire))

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread DuraSpace JIRA

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Masár updated DS-1552:
---

Fix Version/s: 4.0

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

[ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=28117#comment-28117
 ] 

Bram Luyten (@mire) commented on DS-1552:
-

pull request: https://github.com/DSpace/DSpace/pull/220

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

 [ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bram Luyten (@mire) updated DS-1552:


Status: Code Review Needed  (was: Accepted)

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread Bram Luyten (@mire) (DuraSpace JIRA)

[ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=28118#comment-28118
 ] 

Bram Luyten (@mire) commented on DS-1552:
-

Can someone with some more experience in stats  oai confirm that this will 
have no negative consequences?

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel


[Dspace-devel] [DuraSpace JIRA] (DS-1552) luceneMatchVersion missing in oai and statistics solr core configuration

2013-05-20 Thread DuraSpace JIRA

[ 
https://jira.duraspace.org/browse/DS-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=28119#comment-28119
 ] 

João Melo commented on DS-1552:
---

For OAI seems fine.

 luceneMatchVersion missing in oai and statistics solr core configuration
 

 Key: DS-1552
 URL: https://jira.duraspace.org/browse/DS-1552
 Project: DSpace
  Issue Type: Bug
  Components: OAI-PMH, Solr, Statistics
Affects Versions: 3.0, 3.1
Reporter: Bram Luyten (@mire)
Assignee: Bram Luyten (@mire)
 Fix For: 4.0

 Attachments: lucene-error-messages.txt


 lucenematchversion is a mandatory config field in solrconfig.xml in Solr 4.0. 
 It used to be optional. While it is defined for the search core, it seems 
 missing in the stats and OAI core. 
 As a result, it defaults to Lucene_24. e.g. 
 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 
 emulation. You should at some point declare and reindex to at least 3.0, 
 because 2.4 emulation is deprecated and will be removed in 4.0. This 
 parameter will be mandatory in 4.0.
 In attachment a logfile. Thanks to Ben Ryan for pointing me to the cause. 
 Will issue a pull request for this soon.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel