Hi
I am creating plain index products. Some search strings can be up to 6000 characters long. But when I give an index listing (over mysql client)
SELECT * FROM index WHERE id = 1
I assume that the document string ends somewhere at 390 characters. And if I want to find something, whatever is beyond 390 characters, it won’t find anything. And in the spb file, the entire document string is not present.
Where is configuration index:
index products {
path = /var/lib/manticore/products
source = products
min_infix_len = 3
type = plain
ngram_len = 2
charset_table = 0…9, a…z->A…Z, A…Z, .
}
Where am I making mistake? Or what’s wrong?
Jaroslav