I have noticed similar response issues, and in fact I posed a similar question some time ago. The question I had refers to the code in IndexEventConsumer.java at line 170 and 184. The commit parameter in the calls to indexContent() here (and only here) is set to true. Since solrconfig.xml has autocommit set to true, why do we bother to commit immediately (this can be slow)? I have found that changing this parameter to false drastically increases the speed of updates and deletes.
I'd like to hear from any developers who had a hand in this particular section of code... Cheers! Bill On Mon, Jul 7, 2014 at 8:15 AM, vitor.rodrigues <[email protected]> wrote: > Hi Bram, > > - is fulltext indexing enabled for your bitstreams? > A: yes and media filter run every day looking for new bitstreams. > - when you are stating "I have had a problem when I edit, submit, or delete > an item. The process is very slow, it can take 3-5 minutes.", does this mean > that the web page for these actions keeps loading for a very long time, or > are you referring to the fact that it may take a long time before any > changes are reflected in your search/browse listings? > A: The web page keeps loading (XMLUI and JSPUI), solr index doesn't update. > > Thanks, > > Vitor S. Rodrigues > > > > -- > View this message in context: > http://dspace.2283337.n4.nabble.com/DSpace-4-1-slow-to-submit-edit-delet-item-tp4673891p4673930.html > Sent from the DSpace - Tech mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Edition > Quickly connect people, data, and systems into organized workflows > Winner of BOSSIE, CODIE, OW2 and Gartner awards > http://p.sf.net/sfu/Bonitasoft > _______________________________________________ > 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 ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ 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

