If you consider a client-server architecture, the documents will sent in binary format to server, now for solr this binary format will be the source to index, so i need to index byte array. Also if store this byte-array into db and then index in solr, then will the contents of document be searchable like normal documents(because the contents are in binary format so will the solr match the query)??
-- View this message in context: http://lucene.472066.n3.nabble.com/to-index-byte-array-tp4108999p4109023.html Sent from the Solr - User mailing list archive at Nabble.com.