Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

After uploading a document solr repeating content_type in result.
Example Result:

  {
        "id":"doc2",
        "content_type":["application/rtf","application/rtf"]
  }
share|improve this question

1 Answer

It might be cause if you are uploading a document, a field content_type would be added by Apache Tika as well.
So if you are setting it explicitly as well, it would appear twice in the response.

share|improve this answer
No i'm not explicitly setting content type. – Deepak Rohilla Jun 7 '12 at 9:14
Not sure then, unless the document has two content_type metadata fields. – Jayendra Jun 7 '12 at 10:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.