On Fri, 26 Nov 2010, Cornelia Plott wrote: > It's possible to rebuild all indices?
If your collections are defined via dbquery definitions using only the collection tag, such as `collection:THESIS', then you can re-index just the collection index with a high flushing frequency, which should be very fast, and then re-run webcoll anew: $ bibindex -u admin -w collection -f250000 -R $ webcoll -u admin -f and then restart Apache. This should show all uploaded records. If it doesn't help, then we'd need to know more about how the collections are actually defined, how the logical/physical tags are defined, etc. You can also check in WebSearch Admin interface the `Collection status' menu to see if there is `OK' everywhere. > bibindex (break the first time, then with repair, this was ok, and > then bibindex runs without error) Hmm. Do you know why repair was needed? Maybe idxINDEX.last_modified timestamps got somehow updated during repairing, meaning that the next time bibindex run, it did not see previously uploaded records as `new'. This is just a possibility; you can look into the bibsched_task_* files to see which records were indexed exactly every bibindex run, in case the above re-indexing would not help. Best regards -- Tibor Simko
