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:

  1. what's causes problem?
  2. 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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -