On Mon, Jun 3, 2013 at 1:06 PM, LifeH2O <[email protected]> wrote: > We didn't find code to create "bi_private" in who DSpace source code. Why??? > Also this code should have been added in upgrade scripts. How "bi_private" > table is created???
I'm not certain about the particular bi_private table and sequence, but all the other browse index (bi_*) tables are created by running index-init. They're not part of the static schema because they depend on what browse indices you have declared in your configuratation. You can find more information about reindexing including command line flags here: https://wiki.duraspace.org/display/DSDOC3x/ReIndexing%20Content%20(for%20Browse%20or%20Search) Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

