I haven't noticed any problem there. The fact that it's a facet (subject_filter) suggests that the offending character is in the data, not in a query given by the user, so it puzzles me that I didn't find anything. Are you able to reproduce the problem after running update-discovery-index? A way to narrow down the problem to a particular item might be to walk down your community/collection hierarchy and/or facets while watching the log (tail -f catalina.log) until you find the item that still triggers the error.
This suggests it may have something to do with quotes in the query: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201203.mbox/%[email protected]%3E Does this return anything? SELECT * FROM metadatavalue WHERE metadata_field_id = '57' AND text_value LIKE '%"%' LIMIT 30 This is the only item with subject keyword "team". It's a long shot (I don't see anything wrong there), but can you make it private, run update-discovery-index and try to reproduce the problem? http://scholar.sun.ac.za/handle/10019.1/21326?show=full Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ 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

