[ https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738736#action_12738736 ]
Grant Ingersoll commented on SOLR-868: -------------------------------------- bq. Yeah, I'm not a lawyer either - just wanted to check. Lucene's contrib/benchmark uses reuters data also, so probably no problem there. Lucene does not include the data, it has a download mechanism for it. I don't think we should include any Reuters data in SVN or a release. The license says the data is explicitly for research purposes. That is somewhat murky to me. I suppose you could argue a demo is for research (i.e. researching whether it works or not) but I don't think that is the intent of the license given the circumstances and the people who released it. However, I'm not a lawyer. For a definitive answer we should either ask Dr. Lewis, but I suspect it is just easier to remove that one file and have the demo be based on the download. The download is fast, as the doc set is small. > Prepare solrjs trunk to be integrated into contrib > -------------------------------------------------- > > Key: SOLR-868 > URL: https://issues.apache.org/jira/browse/SOLR-868 > Project: Solr > Issue Type: Task > Affects Versions: 1.4 > Reporter: Matthias Epheser > Assignee: Ryan McKinley > Fix For: 1.4 > > Attachments: javascript_contrib.zip, reutersimporter.jar, > SOLR-868-testdata.patch, solrjs.zip > > > This patch includes a zipfile snapshot of current solrjs trunk. The folder > structure is applied to standard solr layout. It can be extracted to > "contrib/javascript". > it includes a build.xml: > * ant dist -> creates a single js file and a jar that holds velocity > templates. > * ant docs -> creates js docs. test in browser: doc/index.html > * ant example-init -> (depends ant dist on solr root) copies the current > built of solr.war and solr-velocity.jar to example/testsolr/.. > * ant example-start -> starts the testsolr server on port 8983 > * ant example-import -> imports 3000 test data rows (requires a started > testserver) > Point your browser to example/testClientside.html > ,example/testServerSide.html or test/reuters/index.html to see it working. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.