mysql - Sphinx indexer «No error» error -
i have 25gb tsv file , trying import command:
d:\sphinx\bin>indexer.exe -c d:\sphinx\sphinx.conf products --rotate
it works time, shows error
error: index 'products': source 'products_tsv': read error 'no error' (line=4595827, pos=908, docid=4595827).
but record @ line 4595827 have no problems. have 2 questions:
- what's causes problem?
- does indexer have flags ignoring errors?
lost lot of time on checking datafile , found lot of hidden symbols such sym (\u001a
), null (\0000
) , more of them, turns sphinx crazy.
simply(if «simply» can said 25gb file) replaced sym ' , removed others.
moved forward , faced issue, question.
Comments
Post a Comment