Created
December 1, 2012 03:03
-
-
Save anonymous/4180371 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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