Re: How to set a common field to several values types ?

2011-05-10 Thread cocowww
Thanks for your answer! It is pretty weird because all my tries are wrong. If I try to index data with this field in the schema : It works perfectly (in the case of indexing extract from file (via solr cell/tika)), but it fails if I try to index plain text data! Is there something wrong ? And

Re: How to set a common field to several values types ?

2011-05-10 Thread cocowww
Grijesh wrote: > > Which way you are using to index the Plain text data? > I'm using Solr in a Php application, and have to index documents (with tika) and plain text data. The php interface uses curl to send xml data to the solr server. Grijesh wrote: > > As I see your both the fields are sa

Re: How to set a common field to several values types ?

2011-05-11 Thread cocowww
Finally, I found a workaround! It's absolutely ugly, but it works as well :D : I have to put the plain text data in a file, which is then extract by tika. Now resolved. Best regards. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-set-a-common-field-to-several-values-t