EPrints Technical Mailing List Archive
Message: #02705
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Simple search - length of query
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: Simple search - length of query
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- Date: Wed, 05 Mar 2014 11:59:43 +0000
Hi John,
Check this: https://github.com/eprints/eprints/issues/120 Without Xapian, the simple search will run SELECT's for each input word for each "selected field in the simple search" so yep queries will get long quickly. I've seen this to cause a repository to halt with any other queries being locked until the max no of connections is reached in mysql. Xapian searches in a totally different manner and scales up > http://vmdev1.eprints.org/cgi/xapian?q=characteristics+of+organic+matter+and+carbonate+in+saltmarsh+sediments+from+south+west+Scotland Hope this helps, Seb. On 05/03/14 11:52, John Salter wrote: Hi, Yesterday we had a bit of an issue with our repository when someone pasted a full citation into the simple search box. This produced an impressive SQL query that locked things up and made users unhappy... Is there a way to sanitise what a 'simple' search might try to handle? e.g. would restricting it to a certain number of words be acceptable? Would the Xapian search handle a request like the one below any better? Details below/attached if you're interested! Cheers, John GET /cgi/search/simple?full=%E2%80%98Families%2C+Domesticity+and+Intimacy%3A+Changing+Relationships+in+Changi ng+Times%E2%80%99%2C+in+Richardson%2C+D%2C+and+Robinson%2C+V.+%28eds%29+Introducing+Women%27s+Studies%2C+third+edition.+Basingstoke%3A+Palgrave%2C+2008+pp.+1 25-143.+&_action_search=Search&_order=bytitle&basic_srchtype=ALL&_satisfyall=ALL searchexp created in cache table: 0|1|-date/creators_name/title|archive|-|full:abstract/creators_name/date/documents/title:ALL:IN:▒Families, Domesticity and Intimacy%3A Changing Relationships in Changing Times▒, in Richardson, D, and Robinson, V. (eds) Introducing Women's Studies, third edition. Basingstoke%3A Palgrave, 2008 pp. 125-143. |-|eprint_status:eprint_status:ANY:EQ:archive|metadata_visibility:metadata_visibility:ANY:EQ:show The SQL generated by search is attached (get ready for this - it's a thing of beauty ;o) - you can see why it took a while to run! |
- References:
- [EP-tech] Simple search - length of query
- From: John Salter <J.Salter@leeds.ac.uk>
- [EP-tech] Simple search - length of query
- Prev by Date: [EP-tech] Simple search - length of query
- Next by Date: [EP-tech] Re: EPrints 3.3.12 Installation (from source)
- Previous by thread: [EP-tech] Simple search - length of query
- Next by thread: [EP-tech] Re: Simple search - length of query
- Index(es):