svn commit: r1794771 - in /ofbiz/ofbiz-plugins/trunk/solr: ./ home/solrdefault/conf/ webapp/solr/ webapp/solr/css/angular/ webapp/solr/css/styles/ webapp/solr/js/angular/ webapp/solr/js/angular/contro

2017-05-10 Thread shijh
Author: shijh Date: Thu May 11 00:10:12 2017 New Revision: 1794771 URL: http://svn.apache.org/viewvc?rev=1794771&view=rev Log: Fixed: Update Apache Solr/Lucene to release 6.2.1 OFBIZ-8316 Updated Solr from 6.2.1 to 6.5.1 and the point fields generated by Lucene are ok now for Solr component. The

svn commit: r1794770 - in /ofbiz/ofbiz-plugins/trunk/lucene: ./ groovyScripts/content/ src/main/java/org/apache/ofbiz/content/search/

2017-05-10 Thread shijh
Author: shijh Date: Wed May 10 23:58:31 2017 New Revision: 1794770 URL: http://svn.apache.org/viewvc?rev=1794770&view=rev Log: Fixed: Update Apache Solr/Lucene to release 6.2.1 OFBIZ-8316 Updated Lucene from 6.2.1 to 6.5.1 and the point fields generated by Lucene are ok now for Solr component.

svn commit: r1794743 - in /ofbiz/ofbiz-framework/trunk/framework/entity/entitydef: entitymodel.xml entitymodel_test.xml

2017-05-10 Thread jleroux
Author: jleroux Date: Wed May 10 18:40:24 2017 New Revision: 1794743 URL: http://svn.apache.org/viewvc?rev=1794743&view=rev Log: Implemented: Replace fields with "id-ne", "id-long-ne" and "id-vlong-ne" with "id", "id-long" and "id-vlong" respectively which are primary keys (OFBIZ-9354) As discus