Re: Solr Indexing Rich Documents

2013-04-27 Thread Ahmet Arslan
Indexing Rich Documents Yes, file system 2013/4/27 Ahmet Arslan > hi, > > Where do you store your rich documents? File system? > > > > > - Original Message - > From: Furkan KAMACI > To: solr-user@lucene.apache.org > Cc: > Sent: Friday, April 26, 2013 6:19

Re: Solr Indexing Rich Documents

2013-04-27 Thread Furkan KAMACI
Yes, file system 2013/4/27 Ahmet Arslan > hi, > > Where do you store your rich documents? File system? > > > > > - Original Message - > From: Furkan KAMACI > To: solr-user@lucene.apache.org > Cc: > Sent: Friday, April 26, 2013 6:19 PM > Subject:

Re: Solr Indexing Rich Documents

2013-04-27 Thread Ahmet Arslan
hi, Where do you store your rich documents? File system? - Original Message - From: Furkan KAMACI To: solr-user@lucene.apache.org Cc: Sent: Friday, April 26, 2013 6:19 PM Subject: Re: Solr Indexing Rich Documents Is there any example at wiki for Manifold? 2013/4/26 Ahmet Arslan

Re: Solr Indexing Rich Documents

2013-04-26 Thread Furkan KAMACI
ts. It utilises ExtractingRequestHandler feature > of solr. > > --- On Fri, 4/26/13, Furkan KAMACI wrote: > > > From: Furkan KAMACI > > Subject: Re: Solr Indexing Rich Documents > > To: solr-user@lucene.apache.org > > Date: Friday, April 26, 2013, 3:39 PM > > Thanks for the an

Re: Solr Indexing Rich Documents

2013-04-26 Thread Ahmet Arslan
rom: Furkan KAMACI > Subject: Re: Solr Indexing Rich Documents > To: solr-user@lucene.apache.org > Date: Friday, April 26, 2013, 3:39 PM > Thanks for the answer, I get an error > now: FileNotFound Exception as I > mentioned at other thread. Now I' trying to solve it. >

Re: Solr Indexing Rich Documents

2013-04-26 Thread Furkan KAMACI
le types: > http://wiki.apache.org/solr/ExtractingRequestHandler > > -- Jack Krupansky > > -Original Message- From: Furkan KAMACI > Sent: Friday, April 26, 2013 4:48 AM > To: solr-user@lucene.apache.org > Subject: Solr Indexing Rich Documents > > > I have a larg

Re: Solr Indexing Rich Documents

2013-04-26 Thread Jack Krupansky
AM To: solr-user@lucene.apache.org Subject: Solr Indexing Rich Documents I have a large corpus of rich documents i.e. pdf and doc files. I think that I can use directly the example jar of Solr. However for a real time environment what should I care? Also how do you send such kind of documents into So

Solr Indexing Rich Documents

2013-04-26 Thread Furkan KAMACI
I have a large corpus of rich documents i.e. pdf and doc files. I think that I can use directly the example jar of Solr. However for a real time environment what should I care? Also how do you send such kind of documents into Solr to index, I think post.jar does not handle that file type? I should