Re: Problem with the Content Field during Solr Indexing

2015-11-02 Thread Susheel Kumar
Hi Shruti, If you are looking to index images to make them searchable (Image Search) then you will have to look at LIRE (Lucene Image Retrieval) http://www.lire-project.net/ and can follow Lire Solr Plugin at this site https://bitbucket.org/dermotte/liresolr. Thanks, Susheel On Sat, Oct 31, 201

Re: Problem with the Content Field during Solr Indexing

2015-10-31 Thread Zheng Lin Edwin Yeo
Hi Shruti, >From what I understand, the /update/extract handler is for indexing rich-text documents, and does not support ".png" files. It only supports the following files format: pdf, doc, docx, ppt, pptx, xls, xlsx, odt, odp, ods, ott, otp, ots, rtf, htm, html, txt, log If you use the default

Re: Problem with the Content Field during Solr Indexing

2015-10-30 Thread Shruti Mundra
Hi Edwin, The file extension of the image file is ".png" and we are following this url for indexing: " http://blog.thedigitalgroup.com/vijaym/wp-content/uploads/sites/11/2015/07/SolrImageExtract.png " Thanks and Regards, Shruti Mundra On Thu, Oct 29, 2015 at 8:33 PM, Zheng Lin Edwin Yeo wrote:

Re: Problem with the Content Field during Solr Indexing

2015-10-29 Thread Zheng Lin Edwin Yeo
The "\n" actually means new line as decoded by Solr from the indexed document. What is your file extension of your image file, and which method are you using to do the indexing? Regards, Edwin On 30 October 2015 at 04:38, Shruti Mundra wrote: > Hi, > > When I'm trying index an image file dire