He is talking about "this" list, the list we are using to communicate. You are 
sending your messages to a mailing list -- thousands are on it.

Example of programs that will "run" the delta-import/full-import commands: Cron
You are basically calling a URL with specific parameters to pull data from your 
DB

Example of program that will use the Solr API: these are all application 
specific (based on what fields are in your schema, etc.). 

Swati

-----Original Message-----
From: hassancrowdc [mailto:hassancrowdc...@gmail.com] 
Sent: Tuesday, January 15, 2013 2:00 PM
To: solr-user@lucene.apache.org
Subject: Re: Index data from multiple tables into Solr

Which list are you reffering to?

and can you please give an example of such program(doesn't matter if it is for 
your setup)?


On Tue, Jan 15, 2013 at 12:06 PM, Shawn Heisey-4 [via Lucene] <
ml-node+s472066n4033518...@n3.nabble.com> wrote:

> On 1/15/2013 9:20 AM, hassancrowdc wrote:
> > Hi,
> > once i have indexed data from multiple tables from mysql database 
> > into solr, is there any way that it update data(automatically) if 
> > any change
> is
> > made to the data in mysql?
>
> You need to write a program to do this.
>
> Although this list can provide guidance, such programs are highly 
> customized to the particulars for your setup.  There is not really any 
> general purpose solution here.
>
> There are two typical approaches - have a program that initiates 
> delta-imports with the dataimporter, or write a program that both 
> talks to your database and uses a Solr client API to send updates to 
> Solr.  I used to use the former approach, now I use the latter.  I 
> still use the dataimporter for full reindexes, though.
>
> Thanks,
> Shawn
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the 
> discussion
> below:
>
> http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-int
> o-Solr-tp4032266p4033518.html  To unsubscribe from Index data from 
> multiple tables into Solr, click 
> here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
> =unsubscribe_by_code&node=4032266&code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmN
> vbXw0MDMyMjY2fC00ODMwNzMyOTM=>
> .
> NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
> =macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.n
> amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb
> le.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21na
> bble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_em
> ail%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033545.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to