Hi, Solr doesn't have a built-in tool for indexing a file system. It just indexed "documents" a la Lucene. Of course, one can write a tool that traverses a file system, reads files from it, parses them, and sends them to Solr for indexing.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: ili chimad <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, May 5, 2008 3:56:42 PM > Subject: Re: UI nutch 0.9? > > Thanks Lukas, > but what's the difference between indexing local file system with Nutch and > Solr? > is Solr more performant (speed and results) than Nutch ?? > and for bubble popup i'm reading more about JSON and how can i inetgrate it!! > > --------------- > C.Ili > > > --- En date de : Sam 3.5.08, lukas schweizer a > écrit : > > > De: lukas schweizer > > Objet: Re: UI nutch 0.9? > > À: [email protected] > > Date: Samedi 3 Mai 2008, 13h50 > > ili chimad schrieb: > > > Hi, > > > > > > 1) I would like to integrate nutch into my website to > > index different documents(pdf, doc, txt ..) in intranet, > > > and adding a bubble popup to some keywords in > > results page (with javascript), > > > so I ask if it's possible to do this with > > modifying search.jsp ?? > > > > > > 2) the main goal in my project is to give customized > > search engine, but only some privilege user can > > > add/delete/update documents in database from > > another interface, > > > so I ask you a language/technology to automate > > different command; bin/nutch crawl ...., update ..., delete > > ?? > > > > > > any idea, suggestion welcome 8o) > > > > > > Ili CHIMAD > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > En finir avec le spam? Yahoo! Mail vous offre la > > meilleure protection possible contre les messages non > > sollicités > > > http://mail.yahoo.fr Yahoo! Mail > > > > > > > > Hi Ili, > > > > to handle documents of different formats easily, and > > additionally offer > > search functionality on your website ... I think ... Solr > > would be the > > better choice, moreover Solr offers sophisticated > > replication techniques > > for your Insert/Update/Delete. > > search results can be retrieved as Jason String ... useful > > for your > > bubble popup using java script. > > > > Think about it ;-) > > > > Lukas > > __________________________________________________ > Do You Yahoo!? > En finir avec le spam? Yahoo! Mail vous offre la meilleure protection > possible > contre les messages non sollicités > http://mail.yahoo.fr Yahoo! Mail >
