Re: organize folder inside Solr

2014-03-08 Thread Jack Krupansky
-Original Message- From: blach Sent: Saturday, March 8, 2014 8:44 AM To: solr-user@lucene.apache.org Subject: Re: organize folder inside Solr Well, for now, I just want to put some data (binary, PDF, JPEG, ... any) inside solr, should I put them by hand (copy/past) inside \solr-4.7.0

Re: organize folder inside Solr

2014-03-08 Thread Rafał Kuć
Hello! There are multiple tutorials on how to do this, for example: 1. http://solr.pl/en/2011/03/21/solr-and-tika-integration-part-1-basics/ 2. http://wiki.apache.org/solr/ExtractingRequestHandler -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsea

Re: organize folder inside Solr

2014-03-08 Thread blach
Thanks, I followed it carefully, the example in the tutorial is indexing only Xml files, and that is my problem, I want my search engine to look for other formats like pictures, music, PDF, and so on. and I'm working just on " Collection1 ", Med. -- View this message in context: http://lucen

Re: organize folder inside Solr

2014-03-08 Thread Erick Erickson
You really have to back up and do your homework here. Please work through the tutorial below, it'll help clear up some of your confusion. For instance, you feed documents _to_ solr, after you've defined a schema, figured out your use-cases, etc. You don't just stick documents somewhere, turn Solr o

Re: organize folder inside Solr

2014-03-08 Thread blach
Well, for now, I just want to put some data (binary, PDF, JPEG, ... any) inside solr, should I put them by hand (copy/past) inside \solr-4.7.0\example\solr\collection1, or there another way to do it. thanks. Med. -- View this message in context: http://lucene.472066.n3.nabble.com/organize-fol

Re: organize folder inside Solr

2014-03-08 Thread Erick Erickson
Well, a couple of things: 1> Solr does NOT index documents in XML, that is just the input format. Well, one of the input formats. Internally there's a complex inverted index storage format. 2> What do you mean "organize into folders"? The common way is just to put them all into