On Mon, 29 Nov 2010, Cornelia Plott wrote:
> echo "SELECT term FROM idxWORD10F" | dbexec
>  ->
>  term
> 1833

This shows that the collection index contains only the demo data.  It
sounds as if your former re-indexing job did not run or something?  What
happens if you try to force indexing of one of your locally uploaded
record (say #123456) with the verbose option?

  $ bibindex -u admin -w collection -a -i 123456 -v 9

Do you see its value being added well to the collection index?

> [3. text/xml; scopus_test.xml]...

Note that this file has bad (non-UTF8) encoding:

   $ xmllint --noout /tmp/scopus_test.xml 
   /tmp/scopus_test.xml:107: parser error : Input is not proper UTF-8,
   indicate encoding !  Bytes: 0xB0 0x43 0x20 0x69 ct of modifying
   agents used. There was an increase in hot paste viscosity at 90 ^

If you have your record files in Latin-1, then you should first convert
them to UTF-8.

Best regards
-- 
Tibor Simko

Reply via email to