Re: import data into solr from velocity (aka Solritas)

2014-10-18 Thread LongY
://lucene.472066.n3.nabble.com/import-data-into-solr-from-velocity-aka-Solritas-tp4164751p4164787.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: import data into solr from velocity (aka Solritas)

2014-10-18 Thread Shawn Heisey
On 10/18/2014 8:15 AM, LongY wrote: > I still used the same /browse request handler in the example. > > My goal is to create a webform UI to collect user input to be further > indexed. > My thoughts is adding a new webpage to the existing user interface, the link > is > localhost:8983/solr/collect

Re: import data into solr from velocity (aka Solritas)

2014-10-18 Thread LongY
from a webpage, like a webform. -- View this message in context: http://lucene.472066.n3.nabble.com/import-data-into-solr-from-velocity-aka-Solritas-tp4164751p4164784.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: import data into solr from velocity (aka Solritas)

2014-10-18 Thread Erik Hatcher
e more > webpage > in this velocity UI. > > I also checked DIH (data import handler), it seems it only works with > relational databases or XML files. > > My question is: how can I import data from velocity UI. > > Any input is welcome. > > > > -- &

import data into solr from velocity (aka Solritas)

2014-10-17 Thread LongY
is: how can I import data from velocity UI. Any input is welcome. -- View this message in context: http://lucene.472066.n3.nabble.com/import-data-into-solr-from-velocity-aka-Solritas-tp4164751.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Import Data Into Solr

2010-12-02 Thread Erick Erickson
You can just point your Solr instance at your Lucene index. Really, copy the Lucene index into the right place to be found by solr. HOWEVER, you need to take great care that the field definitions that you used when you built your Lucene index are compatible with the ones configured in your schema.

Import Data Into Solr

2010-12-02 Thread Bing Li
Hi, all, I am a new user of Solr. Before using it, all of the data is indexed myself with Lucene. According to the Chapter 3 of the book, Solr. 1.4 Enterprise Search Server written by David Smiley and Eric Pugh, data in the formats of XML, CSV and even PDF, etc, can be imported to Solr. If I wish