Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-10 Thread Raymond Wiker
ing some technique, I need to extract text out of it so that > the text can be indexed and I can search inside attachment. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp41056

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread neerajp
nique, I need to extract text out of it so that the text can be indexed and I can search inside attachment. -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661p4105860.html Sent from the Solr - User ma

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread Michael Sokolov
solution but it won't work in my solution as there are a lot text fields and size is also very significant. I am looking for some other suggestion -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661p41

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread neerajp
on as there are a lot text fields and size is also very significant. I am looking for some other suggestion -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661p4105827.html Sent from the Solr - User ma

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread neerajp
that how can I convert those binary fields to text so that Solr can index them ? * -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661p4105826.html Sent from the Solr - User mailing list archive at

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread Raymond Wiker
On 09 Dec 2013, at 17:20 , neerajp wrote: > > 2) Your binary content is encoded in some way inside XML, right? Not just > random binary, which would make it invalid XML? Like base64 or something? > > [Neeraj]: I want to use random binary(*not base64 encoded*) in some of the > XML fields insi

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread Shawn Heisey
On 12/9/2013 9:20 AM, neerajp wrote: I tried to use ExtractingUpdateProcessor but soon came to know that the same is not rolled out in solr 4.5 I am not sure how to use ExtractingRequestHandler for an XML document having some of the fields in plain text and some of the fields in random binary for

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread neerajp
xt: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661p4105706.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread Alexandre Rafalovitch
questHandler from some of the binary > fields. > > Any help is highly appreciated..... > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-in-a-single-HTTP-POST-request-tp4105661.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Indexing on plain text and binary data in a single HTTP POST request

2013-12-09 Thread neerajp
Am I right ?? If yes, pls. suggest me how to proceed and if no, how can I extract text using ExtractingRequestHandler from some of the binary fields. Any help is highly appreciated. -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-on-plain-text-and-binary-data-i