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

On Thu, Aug 9, 2012 at 4:15 AM, veryblues_cn <lhn...@gmail.com> 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 developing
> 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.
>

Reply via email to