Re: Solr File System Search

2013-06-24 Thread Alexandre Rafalovitch
You may want to look at something like http://www.crawl-anywhere.com/ . I don't think they have file-based crawlers, but they want one anyway. You may find it faster to contribute to their project than figuring out your own. Regards, Alex. Personal website: http://www.outerthoughts.com/ LinkedI

Re: Solr File System Search

2013-06-24 Thread Sourabh107
Thanks for your answer Gora. My whole idea is to create a webapp in which user can configure there locations and search whatever they want in that locations...shall i able to achieve it using Apache Solr? Can you please any existing platform on which i can create my webapp?...i can write a Java p

Re: Solr File System Search

2013-06-24 Thread Sourabh107
Thanks for your answer Jack krupansky. Here is my Request handler : data-config.xml Looking similar to yours Here is my data-config.xml When i am executing "DataImport" from the Solr Admin, It is showing some 67 files Indexed. after th

RE: Solr File System Search

2013-06-24 Thread Markus Jelsma
You can use Apache Nutch to crawl local file systems as well and indexing to Solr as one would otherwise do. Cheers -Original message- > From:Sourabh107 > Sent: Sunday 23rd June 2013 17:12 > To: solr-user@lucene.apache.org > Subject: Solr File System Search > > I want to create a sea

Re: Solr File System Search

2013-06-23 Thread Jack Krupansky
ortHandler"> solr-data-config.xml -- Jack Krupansky -Original Message- From: Gora Mohanty Sent: Sunday, June 23, 2013 11:43 AM To: solr-user@lucene.apache.org Subject: Re: Solr File System Search On 23 June 2013 01:27, Sourabh107 wrote: I want to create a sear

Re: Solr File System Search

2013-06-23 Thread Gora Mohanty
On 23 June 2013 01:27, Sourabh107 wrote: > I want to create a search engine for my computer. My doubt is, can i crawl my > G: / or any drive in my network to search any string in any file (any type > of file like XML, .log, properties) using solr? if yes, Please guide me, I > went through the tuto