Re: How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
Thanks guy.. ~caroLine On Tue, Nov 3, 2009 at 7:32 PM, Israel Ekpo wrote: > 2009/11/3 Licinio Fernández Maurelo > > > Hi Caroline, > > > > i think that you must take an overview tour ;-) , solrj is just a solr > java > > client ... > > > > Some clues: > > > > > > - Define your own index sche

Re: How to integrate Solr into my project

2009-11-03 Thread Israel Ekpo
2009/11/3 Licinio Fernández Maurelo > Hi Caroline, > > i think that you must take an overview tour ;-) , solrj is just a solr java > client ... > > Some clues: > > > - Define your own index schema > (it's just like a SQL DDL) . > - There are different wa

Re: How to integrate Solr into my project

2009-11-03 Thread Licinio Fernández Maurelo
Hi Caroline, i think that you must take an overview tour ;-) , solrj is just a solr java client ... Some clues: - Define your own index schema (it's just like a SQL DDL) . - There are different ways to put docs in your index: - SolrJ (Solr clie

Re: How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
Ya, it's a Java projecti just browse this site you suggested... http://wiki.apache.org/solr/Solrj Which means, i declared the dependancy to solr-solrj and solr-core jars, have those jars added to my project lib and by following the Solrj tutorial, i will be able to even index a DB table into S

Re: How to integrate Solr into my project

2009-11-03 Thread Avlesh Singh
Take a look at this - http://wiki.apache.org/solr/Solrj Cheers Avlesh On Tue, Nov 3, 2009 at 2:25 PM, Caroline Tan wrote: > Hi, > I wish to intergrate Solr into my current working project. I've played > around the Solr example and get it started in my tomcat. But the next step > is HOW do i int

Re: How to integrate Solr into my project

2009-11-03 Thread Noble Paul നോബിള്‍ नोब्ळ्
is it a java project ? did you see this page http://wiki.apache.org/solr/Solrj ? On Tue, Nov 3, 2009 at 2:25 PM, Caroline Tan wrote: > Hi, > I wish to intergrate Solr into my current working project. I've played > around the Solr example and get it started in my tomcat. But the next step > is HOW

How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
Hi, I wish to intergrate Solr into my current working project. I've played around the Solr example and get it started in my tomcat. But the next step is HOW do i integrate that into my working project? You see, Lucence provides API and tutorial on what class i need to instanstiate in order to index