Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2012 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4180371 to your computer and use it in GitHub Desktop.
Save anonymous/4180371 to your computer and use it in GitHub Desktop.
levi@tums:~/go/src/supportlocal/caramon (master)
$ time ./caramon sphinx-places > places.xml
2012/11/30 19:13:12 Loading config from: "config/development.yaml"
real 38m56.816s
user 32m41.470s
sys 5m23.280s
levi@tums:~/go/src/supportlocal/caramon (master *+)
$ time indexer --config config/sphinx.conf places
Sphinx 2.0.6-release (r3473)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)
using config file 'config/sphinx.conf'...
indexing index 'places'...
ERROR: index 'places': source 'places': XML parse error: no element found (line=13442694, pos=0, docid=13442636).
total 13439366 docs, 859234766 bytes
total 383.256 sec, 2241930 bytes/sec, 35066.23 docs/sec
total 0 reads, 0.000 sec, 0.0 kb/call avg, 0.0 msec/call avg
total 7913 writes, 22.447 sec, 780.0 kb/call avg, 2.8 msec/call avg
real 6m23.634s
user 5m5.146s
sys 0m6.142s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment