Indexing a document with a HUGE String field

Hello everyone!

I wanted to ask you guys from help, I'm trying to index a document containing some genetics information, the problem I have is that one of the fields in my document is a really big String (Thousands of characters), my document looks something like this:

{
"type" : "bovine",
"post_date" : "2009-11-15T14:12:12",
"dna_sequence" : "agttatgacgtgctccaggattaggcgcttcaccatgggcttgcttccatcaatataggc..."
}

If I try to index the documents without the "dna_sequence" I can do it with no problem, but when I try to index it with that field then it just never indexes, not even doing it one by one.

Thanks in advance.

Have a look at

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.