[ 
https://issues.apache.org/jira/browse/SOLR-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648410#action_12648410
 ] 

Matthias Epheser commented on SOLR-868:
---------------------------------------

The dataset can be downloaded here as a tarball:
http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.html

I suggest to create the testdata dir and include a small sample file (~100 
entries). So people see at least something when look at the examples. If folks 
want more, they just need to download and extract the files to testdata and run 
the importer again.

Concerning jscalendar:

Yep, forgot about that. It was used as a showcase for what such a widget may 
look like. There are some jquery calendar plugins out there with different 
complexity, I'll have a look at their potential for an integrated calendar 
widget. For people writing demo/non commercial things, we can leave the 
jscalendar plugin available at solrstuff.org.

> 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.3.1
>            Reporter: Matthias Epheser
>            Assignee: Ryan McKinley
>             Fix For: 1.3.1
>
>         Attachments: 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.

Reply via email to