Re: Extracting and indexing content from multiple binary files into a single Solr document

2010-11-17 Thread Gary Taylor
Jayendra, Brilliant! A very simple solution. Thank you for your help. Kind regards, Gary On 17 Nov 2010 22:09, Jayendra Patil wrote: The way we implemented the same scenario is zipping all the attachments into a single zip file which can be passed to the Extra

Re: Extracting and indexing content from multiple binary files into a single Solr document

2010-11-17 Thread Jayendra Patil
The way we implemented the same scenario is zipping all the attachments into a single zip file which can be passed to the ExtractingRequestHandler for indexing and included as a part of single Solr document. Regards, Jayendra On Wed, Nov 17, 2010 at 6:27 AM, Gary Taylor wrote: > Hi, > > We're t

Extracting and indexing content from multiple binary files into a single Solr document

2010-11-17 Thread Gary Taylor
Hi, We're trying to use Solr to replace a custom Lucene server. One requirement we have is to be able to index the content of multiple binary files into a single Solr document. For example, a uniquely named object in our app can have multiple attached-files (eg. Word, PDF etc.), and we want