Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FC939E6D for ; Thu, 9 Aug 2012 12:38:36 +0000 (UTC) Received: (qmail 72769 invoked by uid 500); 9 Aug 2012 12:38:33 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 72122 invoked by uid 500); 9 Aug 2012 12:38:28 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 72091 invoked by uid 99); 9 Aug 2012 12:38:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 12:38:27 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tomasflobbe@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 12:38:21 +0000 Received: by vcbfl11 with SMTP id fl11so342922vcb.35 for ; Thu, 09 Aug 2012 05:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EJx5IthbGrxx/Y1zLJohAjstMMIBpqpGMh4w1f4v70A=; b=0X1oaDoM4WaeMWuO1/5d3JUvyjTiYnPzpL2/qKpZX7VLmhx7Ite8iPPrdOZ/26k0rl yWqUiPCjVVu7X43wWYxNUKdatlbHOSIPV+84kiMYL6v0xUw+JqcUiadMXKvqZA7G63/M fUyczcgcCe3akcKKcKFTyLmrPOa8D1qVMGYuIMCtQsP7502BMQt1HpskQwJr5eNcx9YW hRDb6xDc/14CW8Y8BGq2NeJDA7rlKn+zMEhREjvyWXz9sRGyQxRX+tZM7eaaRKiR8bqP iQBMRlY+Yi3eBjQb4hLeYp0YBVakAnXFVkv2l5v47jtEI1Q4ULdF7h+eTGvlP8WH+7Uh TuXQ== MIME-Version: 1.0 Received: by 10.52.71.79 with SMTP id s15mr14607411vdu.86.1344515880357; Thu, 09 Aug 2012 05:38:00 -0700 (PDT) Received: by 10.220.76.1 with HTTP; Thu, 9 Aug 2012 05:38:00 -0700 (PDT) In-Reply-To: <1344496512112-4000060.post@n3.nabble.com> References: <1344496512112-4000060.post@n3.nabble.com> Date: Thu, 9 Aug 2012 09:38:00 -0300 Message-ID: Subject: Re: Can I import datasource from SQL sever or Orcale From: =?ISO-8859-1?Q?Tom=E1s_Fern=E1ndez_L=F6bbe?= To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=20cf3071cc1c718ef604c6d47fb1 --20cf3071cc1c718ef604c6d47fb1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, you can index content from any database that has a JDBC driver with Data Import Handler. see http://wiki.apache.org/solr/DataImportHandler As for crawling your company's website, Solr doesn't crawl, it can be used to search across the crawled content but you'll have to crawl yourself or with some other tool. You can take a look at Nutch http://nutch.apache.org/ For GUI, there are lot's of possibilities too. For fast prototyping you could use the velocity response writer http://wiki.apache.org/solr/VelocityResponseWriter or "Ajax- Solr" https://github.com/evolvingweb/ajax-solr/ but for a more complex UI you can use any tool you want to and communicate through Solr either using SolrJ (if you use Java for the front-end app) any other client ( http://wiki.apache.org/solr/IntegratingSolr) Finally, if you are having troubles understanding Solr I would take a look at any of these books: http://lucene.apache.org/solr/books.html, The wiki and blogs around are great, but In my opinion it's much easier to start by reading from an organized source that explains things step by step, then jump to wiki/blogs/source/javadocs for specific things. Tom=E1s On Thu, Aug 9, 2012 at 4:15 AM, veryblues_cn wrote: > Hi all, > It seems like possible to deploy solr 1.4 with SQL sever ,but not sure > about > the latest version,3.6 even 4. > > Of course, it is perfect to use Oracle for the project I am going to > start.But I am not sure about the > > difficulties in development,you know,there are many issues like developin= g > search GUI , how > > to crawl the intranet of my company,and so on . I have researched for the > issues for two weeks > > but it is still pending.So exhausted..... > > Actually ,the more I know about solr ,the more problems occur to me, can > any > one give me some idea? > > thank you > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Can-I-import-datasource-from-SQL-sever= -or-Orcale-tp4000060.html > Sent from the Solr - User mailing list archive at Nabble.com. > --20cf3071cc1c718ef604c6d47fb1--