Re: Index data from multiple tables into Solr

2013-01-17 Thread hassancrowdc
3/solr/corename/select?q=anyword >> >> >> >> ------ >> 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-into-S

Re: Index data from multiple tables into Solr

2013-01-15 Thread Shawn Heisey
On 1/15/2013 1:37 PM, hassancrowdc wrote: After indexing data from database to solr. I want to search such that if i write any word (that is included in the documents been indexed) it should return all the documents that include that word. But it does not. When i write http://localhost:8983/solr/

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
solr-user@lucene.apache.org Subject: Re: Index data from multiple tables into Solr I dont want to search by one field, i want to search as a whole. I am following that tutorial i got indexing, updating but now for search i would like to search through everything i have indexed not a specific field. I can do

Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
> -Original Message- > > From: hassancrowdc [mailto:[hidden > > email]<http://user/SendEmail.jtp?type=node&node=4033563&i=0>] > > > > Sent: Tuesday, January 15, 2013 2:38 PM > > To: [hidden email] > > <http://user/Se

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
@lucene.apache.org Subject: Re: Index data from multiple tables into Solr okay, thank you. After indexing data from database to solr. I want to search such that if i write any word (that is included in the documents been indexed) it should return all the documents that include that word. But it does

Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
e=node&node=4033563&i=1> > Subject: Re: Index data from multiple tables into Solr > > ok. > so if i have manufacturer and id fields in schema file, what will be wat > will be program that will use that will use solr API? > > > > > -- > View this

Re: Index data from multiple tables into Solr

2013-01-15 Thread Shawn Heisey
On 1/15/2013 12:00 PM, hassancrowdc wrote: Which list are you reffering to? The solr-user mailing list that we are both using here. and can you please give an example of such program(doesn't matter if it is for your setup)? I can't do that. It is confidential and proprietary code. Althoug

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
from multiple tables into Solr ok. so if i have manufacturer and id fields in schema file, what will be wat will be program that will use that will use solr API? -- View this message in context: http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033556.html

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
: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+s472

Re: Index data from multiple tables into Solr

2013-01-15 Thread Shawn Heisey
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 guid

Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
http://blog.outerthoughts.com/ > > > >> LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > > > >> - Time is the quality of nature that keeps events from happening > all > > at > > > >> once. Lately, it doesn't seem to be working. (An

Re: Index data from multiple tables into Solr

2013-01-15 Thread Naresh
>> once. Lately, it doesn't seem to be working. (Anonymous - via GTD > > book) > > >> > > >> > > >> -- > > >> If you reply to this email, your message will be added to the > > discussion > >

Re: Index data from multiple tables into Solr

2013-01-14 Thread hassancrowdc
is email, your message will be added to the > discussion > >> below: > >> > >> > > >> . > >> NAML< > http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&b

Re: Index data from multiple tables into Solr

2013-01-14 Thread Lance Norskog
ng. (Anonymous - via GTD book) -- 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-into-Solr-tp4032266p4032778.html To unsubscribe from Index data from multiple tables into

Re: Index data from multiple tables into Solr

2013-01-12 Thread Alexandre Rafalovitch
Have you tried the Admin interface yet? The one on :8983 port if you are running default setup. That has a bunch of different stats you can look at apart from a nice way of doing a query. I am assuming you are on Solr 4, of course. Regards, Alex. On Fri, Jan 11, 2013 at 5:13 PM, hassancrowdc w

Re: Index data from multiple tables into Solr

2013-01-12 Thread hassancrowdc
gt; > db-data-config)? >> > >> > Also, do i have to change the id, name and desc to the name of the >> columns >> > in my table? and >> > >> > how do i add solr_details field in schema? >> > >> > >> > >> > --

Re: Index data from multiple tables into Solr

2013-01-11 Thread Dariusz Borowski
e the id, name and desc to the name of the columns > in my table? and > > how do i add solr_details field in schema? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Index data from multiple tables into Solr

2013-01-10 Thread hassancrowdc
schema? -- View this message in context: http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266.html Sent from the Solr - User mailing list archive at Nabble.com.