Re: Index data from multiple tables into Solr

2013-01-15 Thread Naresh
Get user's input, form the solr query and send a request to the server (you
can also pass a parameter called wt (xml,json etc) to direct solr to return
output in that format). Parse the results from solr and display them to
user in your website.

Depending on what kind of server-side programming language you are using,
there might be some libraries available that will allow to integrate your
web-application with solr (for example: sunspot_solr in ruby)

On Tue, Jan 15, 2013 at 5:24 AM, hassancrowdc hassancrowdc...@gmail.comwrote:

 thanx, I got it.

 How Can i integrate solr with my website? so that i can use it for search?


 On Mon, Jan 14, 2013 at 4:04 PM, Lance Norskog-2 [via Lucene] 
 ml-node+s472066n4033291...@n3.nabble.com wrote:

  Try all of the links under the collection name in the lower left-hand
  columns. There several administration monitoring tools you may find
  useful.
 
  On 01/14/2013 11:45 AM, hassancrowdc wrote:
 
   ok stats are changing, so the data is indexed. But how can i do query
  with
   this data, or ow can i search it, like the command will be
   http://localhost:8983/solr/select?q=(any of my field column from
  table)?
   coz whatever i am putting in my url it shows me an xml file but the
   numFound are always 0?
  
  
   On Sat, Jan 12, 2013 at 1:24 PM, Alexandre Rafalovitch [via Lucene] 
   [hidden email] http://user/SendEmail.jtp?type=nodenode=4033291i=0
  wrote:
  
   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 [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4032778i=0wrote:
  
  
   So, I followed all the steps and solr is working successfully, Can
 you
   please tell me how i can see if my data is indexed or not? do i have
  to
   enter specific url into my browser or anything. I want to make sure
  that
   the data is indexed.
  
  
  
   Personal blog: 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.  (Anonymous  - via GTD
  book)
  
  
   --
 If you reply to this email, your message will be added to the
  discussion
   below:
  
  
 
   .
   NAML
 
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 
  
  
  
  
   --
   View this message in context:
 
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033268.html
 
   Sent from the Solr - User mailing list archive at Nabble.com.
 
 
 
  --
   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-tp4032266p4033291.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_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 
  .
  NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
 
 




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




-- 
Regards
Naresh


Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
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?


On Tue, Jan 15, 2013 at 6:13 AM, Naresh [via Lucene] 
ml-node+s472066n403343...@n3.nabble.com wrote:

 Get user's input, form the solr query and send a request to the server
 (you
 can also pass a parameter called wt (xml,json etc) to direct solr to
 return
 output in that format). Parse the results from solr and display them to
 user in your website.

 Depending on what kind of server-side programming language you are using,
 there might be some libraries available that will allow to integrate your
 web-application with solr (for example: sunspot_solr in ruby)

 On Tue, Jan 15, 2013 at 5:24 AM, hassancrowdc [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4033438i=0wrote:


  thanx, I got it.
 
  How Can i integrate solr with my website? so that i can use it for
 search?
 
 
  On Mon, Jan 14, 2013 at 4:04 PM, Lance Norskog-2 [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4033438i=1
 wrote:
 
   Try all of the links under the collection name in the lower left-hand
   columns. There several administration monitoring tools you may find
   useful.
  
   On 01/14/2013 11:45 AM, hassancrowdc wrote:
  
ok stats are changing, so the data is indexed. But how can i do
 query
   with
this data, or ow can i search it, like the command will be
http://localhost:8983/solr/select?q=(any of my field column from
   table)?
coz whatever i am putting in my url it shows me an xml file but the
numFound are always 0?
   
   
On Sat, Jan 12, 2013 at 1:24 PM, Alexandre Rafalovitch [via Lucene]
 
[hidden email] http://user/SendEmail.jtp?type=nodenode=4033291i=0

   wrote:
   
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 [hidden email]
   http://user/SendEmail.jtp?type=nodenode=4032778i=0wrote:
   
   
So, I followed all the steps and solr is working successfully, Can
  you
please tell me how i can see if my data is indexed or not? do i
 have
   to
enter specific url into my browser or anything. I want to make
 sure
   that
the data is indexed.
   
   
   
Personal blog: 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.  (Anonymous  - via GTD
   book)
   
   
--
  If you reply to this email, your message will be added to the
   discussion
below:
   
   
  
.
NAML
  
 
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
  
  
   
   
   
   
--
View this message in context:
  
 
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033268.html
  
Sent from the Solr - User mailing list archive at Nabble.com.
  
  
  
   --
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-tp4032266p4033291.html
To unsubscribe from Index data from multiple tables into Solr, click
  here
 
 
   .
   NAML
 
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
  
  
 
 
 
 
  --
  View this message in context:
 
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033296.html

  Sent from the Solr - User mailing list archive at Nabble.com.
 



 --
 Regards
 Naresh


 --
  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-tp4032266p4033438.html
  To unsubscribe from Index data from multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp

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 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



RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
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 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmN
 vbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.n
 amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb
 le.view.web.template.NodeNamespacebreadcrumbs=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.


RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
https://wiki.apache.org/solr/Solrj client. You'd have to configure it / use it 
based on your application needs.

-Original Message-
From: hassancrowdc [mailto:hassancrowdc...@gmail.com] 
Sent: Tuesday, January 15, 2013 2:38 PM
To: solr-user@lucene.apache.org
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 message in context: 
http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033556.html
Sent from the Solr - User mailing list archive at Nabble.com.


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.  Although I 
wrote it, I do not have any rights to share it because it was written on 
the job.


Thanks,
Shawn



Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
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 not. When i
write http://localhost:8983/solr/select?q=anyword   i gives me error.

is there anything wrong with my http? or is this the wrong place to search?


On Tue, Jan 15, 2013 at 2:48 PM, sswoboda [via Lucene] 
ml-node+s472066n4033563...@n3.nabble.com wrote:

 https://wiki.apache.org/solr/Solrj client. You'd have to configure it /
 use it based on your application needs.

 -Original Message-
 From: hassancrowdc [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4033563i=0]

 Sent: Tuesday, January 15, 2013 2:38 PM
 To: [hidden email] http://user/SendEmail.jtp?type=nodenode=4033563i=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 message in context:
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033556.html

 Sent from the Solr - User mailing list archive at Nabble.com.


 --
  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-tp4032266p4033563.html
  To unsubscribe from Index data from multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





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

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
What error are you getting? Which field are you searching (default field)? Did 
you try specifying a default field? What is your schema like? Which analyzers 
did you use?

Which version of solr are you using? I highly recommend going through the 
tutorial to get a basic understanding of inserting, updating, and searching:

http://lucene.apache.org/solr/tutorial.html

Hours have been spent in setting up these tutorials and they are very 
informative.

-Original Message-
From: hassancrowdc [mailto:hassancrowdc...@gmail.com] 
Sent: Tuesday, January 15, 2013 3:38 PM
To: solr-user@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 not. When i
write http://localhost:8983/solr/select?q=anyword   i gives me error.

is there anything wrong with my http? or is this the wrong place to search?


On Tue, Jan 15, 2013 at 2:48 PM, sswoboda [via Lucene] 
ml-node+s472066n4033563...@n3.nabble.com wrote:

 https://wiki.apache.org/solr/Solrj client. You'd have to configure it 
 / use it based on your application needs.

 -Original Message-
 From: hassancrowdc [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4033563i=0]

 Sent: Tuesday, January 15, 2013 2:38 PM
 To: [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4033563i=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 message in context:
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-int
 o-Solr-tp4032266p4033556.html

 Sent from the Solr - User mailing list archive at Nabble.com.


 --
  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-tp4032266p4033563.html  To unsubscribe from Index data from 
 multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmN
 vbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.n
 amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb
 le.view.web.template.NodeNamespacebreadcrumbs=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-tp4032266p4033614.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Index data from multiple tables into Solr

2013-01-15 Thread hassancrowdc
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 by using defaultfield but i would like to search through everything
i have indexed. any hint how i can do that?


On Tue, Jan 15, 2013 at 3:49 PM, sswoboda [via Lucene] 
ml-node+s472066n4033617...@n3.nabble.com wrote:

 What error are you getting? Which field are you searching (default field)?
 Did you try specifying a default field? What is your schema like? Which
 analyzers did you use?

 Which version of solr are you using? I highly recommend going through the
 tutorial to get a basic understanding of inserting, updating, and
 searching:

 http://lucene.apache.org/solr/tutorial.html

 Hours have been spent in setting up these tutorials and they are very
 informative.

 -Original Message-
 From: hassancrowdc [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4033617i=0]

 Sent: Tuesday, January 15, 2013 3:38 PM
 To: [hidden email] http://user/SendEmail.jtp?type=nodenode=4033617i=1
 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 not. When i
 write http://localhost:8983/solr/select?q=anyword   i gives me error.

 is there anything wrong with my http? or is this the wrong place to
 search?


 On Tue, Jan 15, 2013 at 2:48 PM, sswoboda [via Lucene] 
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4033617i=2
 wrote:

  https://wiki.apache.org/solr/Solrj client. You'd have to configure it
  / use it based on your application needs.
 
  -Original Message-
  From: hassancrowdc [mailto:[hidden
  email]http://user/SendEmail.jtp?type=nodenode=4033563i=0]
 
  Sent: Tuesday, January 15, 2013 2:38 PM
  To: [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4033563i=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 message in context:
  http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-int
  o-Solr-tp4032266p4033556.html
 
  Sent from the Solr - User mailing list archive at Nabble.com.
 
 
  --
   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-tp4032266p4033563.html  To unsubscribe from Index data from
  multiple tables into Solr, click
  herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
  =unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmN
  vbXw0MDMyMjY2fC00ODMwNzMyOTM=
  .
  NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
  =macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.n
  amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb
  le.view.web.template.NodeNamespacebreadcrumbs=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-tp4032266p4033614.html

 Sent from the Solr - User mailing list archive at Nabble.com.


 --
  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-tp4032266p4033617.html
  To unsubscribe from Index data from multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





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

RE: Index data from multiple tables into Solr

2013-01-15 Thread Swati Swoboda
http://wiki.apache.org/solr/ExtendedDisMax

Specify your query fields in the qf parameter. Take a look at the example at 
the bottom of the page.



-Original Message-
From: hassancrowdc [mailto:hassancrowdc...@gmail.com] 
Sent: Tuesday, January 15, 2013 3:56 PM
To: 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 by 
using defaultfield but i would like to search through everything i have 
indexed. any hint how i can do that?


On Tue, Jan 15, 2013 at 3:49 PM, sswoboda [via Lucene] 
ml-node+s472066n4033617...@n3.nabble.com wrote:

 What error are you getting? Which field are you searching (default field)?
 Did you try specifying a default field? What is your schema like? 
 Which analyzers did you use?

 Which version of solr are you using? I highly recommend going through 
 the tutorial to get a basic understanding of inserting, updating, and
 searching:

 http://lucene.apache.org/solr/tutorial.html

 Hours have been spent in setting up these tutorials and they are very 
 informative.

 -Original Message-
 From: hassancrowdc [mailto:[hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4033617i=0]

 Sent: Tuesday, January 15, 2013 3:38 PM
 To: [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=4033617i=1
 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 not. 
 When i
 write http://localhost:8983/solr/select?q=anyword   i gives me error.

 is there anything wrong with my http? or is this the wrong place to 
 search?


 On Tue, Jan 15, 2013 at 2:48 PM, sswoboda [via Lucene]  [hidden 
 email] http://user/SendEmail.jtp?type=nodenode=4033617i=2
 wrote:

  https://wiki.apache.org/solr/Solrj client. You'd have to configure 
  it / use it based on your application needs.
 
  -Original Message-
  From: hassancrowdc [mailto:[hidden
  email]http://user/SendEmail.jtp?type=nodenode=4033563i=0]
 
  Sent: Tuesday, January 15, 2013 2:38 PM
  To: [hidden email]
  http://user/SendEmail.jtp?type=nodenode=4033563i=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 message in context:
  http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-i
  nt
  o-Solr-tp4032266p4033556.html
 
  Sent from the Solr - User mailing list archive at Nabble.com.
 
 
  --
   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-i
  nt o-Solr-tp4032266p4033563.html  To unsubscribe from Index data 
  from multiple tables into Solr, click 
  herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?mac
  ro 
  =unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsL
  mN
  vbXw0MDMyMjY2fC00ODMwNzMyOTM=
  .
  NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?mac
  ro 
  =macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml
  .n 
  amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-na
  bb 
  le.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21
  na 
  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-int
 o-Solr-tp4032266p4033614.html

 Sent from the Solr - User mailing list archive at Nabble.com.


 --
  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-tp4032266p4033617.html  To unsubscribe from Index data from 
 multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmN
 vbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro
 =macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.n
 amespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb
 le.view.web.template.NodeNamespacebreadcrumbs=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-tp4032266p4033622.html
Sent from

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/select?q=anyword   i gives me error.


You haven't told it which core (or collection if using SolrCloud) you 
want to search.


http://localhost:8983/solr/corename/select?q=anyword



Re: Index data from multiple tables into Solr

2013-01-14 Thread Lance Norskog
Try all of the links under the collection name in the lower left-hand 
columns. There several administration monitoring tools you may find useful.


On 01/14/2013 11:45 AM, hassancrowdc wrote:

ok stats are changing, so the data is indexed. But how can i do query with
this data, or ow can i search it, like the command will be
http://localhost:8983/solr/select?q=(any of my field column from table)?
coz whatever i am putting in my url it shows me an xml file but the
numFound are always 0?


On Sat, Jan 12, 2013 at 1:24 PM, Alexandre Rafalovitch [via Lucene] 
ml-node+s472066n4032778...@n3.nabble.com wrote:


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 [hidden 
email]http://user/SendEmail.jtp?type=nodenode=4032778i=0wrote:



So, I followed all the steps and solr is working successfully, Can you
please tell me how i can see if my data is indexed or not? do i have to
enter specific url into my browser or anything. I want to make sure that
the data is indexed.




Personal blog: 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.  (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 Solr, click 
herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
.
NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





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




Re: Index data from multiple tables into Solr

2013-01-14 Thread hassancrowdc
thanx, I got it.

How Can i integrate solr with my website? so that i can use it for search?


On Mon, Jan 14, 2013 at 4:04 PM, Lance Norskog-2 [via Lucene] 
ml-node+s472066n4033291...@n3.nabble.com wrote:

 Try all of the links under the collection name in the lower left-hand
 columns. There several administration monitoring tools you may find
 useful.

 On 01/14/2013 11:45 AM, hassancrowdc wrote:

  ok stats are changing, so the data is indexed. But how can i do query
 with
  this data, or ow can i search it, like the command will be
  http://localhost:8983/solr/select?q=(any of my field column from
 table)?
  coz whatever i am putting in my url it shows me an xml file but the
  numFound are always 0?
 
 
  On Sat, Jan 12, 2013 at 1:24 PM, Alexandre Rafalovitch [via Lucene] 
  [hidden email] http://user/SendEmail.jtp?type=nodenode=4033291i=0
 wrote:
 
  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 [hidden email]
 http://user/SendEmail.jtp?type=nodenode=4032778i=0wrote:
 
 
  So, I followed all the steps and solr is working successfully, Can you
  please tell me how i can see if my data is indexed or not? do i have
 to
  enter specific url into my browser or anything. I want to make sure
 that
  the data is indexed.
 
 
 
  Personal blog: 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.  (Anonymous  - via GTD
 book)
 
 
  --
If you reply to this email, your message will be added to the
 discussion
  below:
 
 

  .
  NAML
 http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml

 
 
 
 
  --
  View this message in context:
 http://lucene.472066.n3.nabble.com/Index-data-from-multiple-tables-into-Solr-tp4032266p4033268.html

  Sent from the Solr - User mailing list archive at Nabble.com.



 --
  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-tp4032266p4033291.html
  To unsubscribe from Index data from multiple tables into Solr, click 
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





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

Re: Index data from multiple tables into Solr

2013-01-12 Thread hassancrowdc
So, I followed all the steps and solr is working successfully, Can you
please tell me how i can see if my data is indexed or not? do i have to
enter specific url into my browser or anything. I want to make sure that
the data is indexed.

your tutorial is very helpful, thanks again.


On Fri, Jan 11, 2013 at 10:26 AM, hassan altaf hassancrowdc...@gmail.comwrote:

 Thanks a lot.

 Do i have to use multicore for indexing mysql data ? Can you please
 explain the purpose or functionality of multicore?


 On Fri, Jan 11, 2013 at 8:56 AM, Dariusz Borowski [via Lucene] 
 ml-node+s472066n4032511...@n3.nabble.com wrote:

 Hi!

 I know the pain! ;)

 That's why I wrote a bit on a blog, so I could remember in the future.
 Here
 is the link in case you would like to read a tutorial how to setup SOLR
 w/
 multicore and hook it up to the database:

 http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/

 I hope it helps!
 D.



 On Thu, Jan 10, 2013 at 6:19 PM, hassancrowdc [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=4032511i=0wrote:


  Hi,
  i am trying to index multiple tables in solr. I am not sure which data
  config file to be changed there are so many of them(like
 solr-data-config,
  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?
 
 
 
  --
  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.
 


 --
  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-tp4032266p4032511.html
  To unsubscribe from Index data from multiple tables into Solr, click
 herehttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4032266code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM=
 .
 NAMLhttp://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml







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

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 hassancrowdc...@gmail.comwrote:

 So, I followed all the steps and solr is working successfully, Can you
 please tell me how i can see if my data is indexed or not? do i have to
 enter specific url into my browser or anything. I want to make sure that
 the data is indexed.




Personal blog: 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.  (Anonymous  - via GTD book)


Re: Index data from multiple tables into Solr

2013-01-11 Thread Dariusz Borowski
Hi!

I know the pain! ;)

That's why I wrote a bit on a blog, so I could remember in the future. Here
is the link in case you would like to read a tutorial how to setup SOLR w/
multicore and hook it up to the database:

http://www.coderthing.com/solr-with-multicore-and-database-hook-part-1/

I hope it helps!
D.



On Thu, Jan 10, 2013 at 6:19 PM, hassancrowdc hassancrowdc...@gmail.comwrote:

 Hi,
 i am trying to index multiple tables in solr. I am not sure which data
 config file to be changed there are so many of them(like solr-data-config,
 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?



 --
 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
Hi, 
i am trying to index multiple tables in solr. I am not sure which data
config file to be changed there are so many of them(like solr-data-config,
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?



--
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.