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
On 1 January 2014 16:03, sweety wrote:
> For indexing .docx files using tika, requires file system path, but i dont
> want to give the path.
Um, why not?
> I read in DIH faq's that by using transformer the output can be converted
> from byte to string.
Yes, that can possibly be done, but seems
For indexing .docx files using tika, requires file system path, but i dont
want to give the path.
I read in DIH faq's that by using transformer the output can be converted
from byte to string.
--
View this message in context:
http://lucene.472066.n3.nabble.com/to-index-byte-
For indexing .docx files using tika, requires file system path, but i dont
want to give the path.
I read in DIH faq's that by using transformer the output can be converted
from byte to string.
--
View this message in context:
http://lucene.472066.n3.nabble.com/to-index-byte-
On 1 January 2014 13:37, sweety wrote:
> I am converting .doc and .docx files to byte array in c#, now I need to index
> this byte array of doc files.
> Is it possible in solr to index byte array of files??
This does not make much sense: How would one
search through a byte array? Why
I am converting .doc and .docx files to byte array in c#, now I need to index
this byte array of doc files.
Is it possible in solr to index byte array of files??
--
View this message in context:
http://lucene.472066.n3.nabble.com/to-index-byte-array-tp4108999.html
Sent from the Solr - User