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.com>wrote: > 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=node&node=4033291&i=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=node&node=4032778&i=0>>wrote: > > >> > > >> > > >>> 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_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=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_code&node=4032266&code=aGFzc2FuY3Jvd2RjYXJlQGdtYWlsLmNvbXw0MDMyMjY2fC00ODMwNzMyOTM= > > > > . > > NAML< > http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=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