mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	use ranges
This commit is contained in:
		@@ -80,8 +80,8 @@ def pj_corpus_analysis_query(query):
 | 
			
		||||
        if client.status == 'abort':
 | 
			
		||||
            break
 | 
			
		||||
        chunk = results.export(context=context, cutoff=chunk_size,
 | 
			
		||||
                               expand_lists=True, offset=chunk_start)
 | 
			
		||||
        chunk['cpos_ranges'] = False
 | 
			
		||||
                               expand_lists=False, offset=chunk_start)
 | 
			
		||||
        chunk['cpos_ranges'] = True
 | 
			
		||||
        if (results.size == 0):
 | 
			
		||||
            progress = 100
 | 
			
		||||
        else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user