RasterPlottergraph=ProfilingGraph.performanceGraph(width,height,indeSizeCache+" URLS / "+sb.index.RWICount()+" WORDS IN INDEX / "+sb.index.RWIBufferCount()+" WORDS IN CACHE",showMemory);
<p><inputtype="checkbox"name="simulatedshortmemory"onclick ='this.form.submit()'#(simulatedshortmemory.checked)#::checked="checked"#(/simulatedshortmemory.checked)#/>simulate short memory status</label></p>
<p><inputtype="checkbox"name="simulatedshortmemory"onclick ='this.form.submit()'#(simulatedshortmemory.checked)#::checked="checked"#(/simulatedshortmemory.checked)#/>simulate short memory status</label></p>
<p><inputtype="checkbox"name="useStandardmemoryStrategy"onclick ='this.form.submit()'#(useStandardmemoryStrategy.checked)#::checked="checked"#(/useStandardmemoryStrategy.checked)#/>use Standard Memory Strategy (current: #[memoryStrategy]#)</p>
<p><inputtype="checkbox"name="useStandardmemoryStrategy"onclick ='this.form.submit()'#(useStandardmemoryStrategy.checked)#::checked="checked"#(/useStandardmemoryStrategy.checked)#/>use Standard Memory Strategy (current: #[memoryStrategy]#)</p>
@ -391,7 +392,7 @@ public final class SearchEvent {
this.deleteIfSnippetFail=deleteIfSnippetFail;
this.deleteIfSnippetFail=deleteIfSnippetFail;
this.urlRetrievalAllTime=0;
this.urlRetrievalAllTime=0;
this.snippetComputationAllTime=0;
this.snippetComputationAllTime=0;
this.resultList=newWeakPriorityBlockingQueue<ResultEntry>(Math.max(1000,10*query.itemsPerPage()),true);// this is the result, enriched with snippets, ranked and ordered by ranking
this.resultList=newWeakPriorityBlockingQueue<ResultEntry>(Math.max(max_results_node,10*query.itemsPerPage()),true);// this is the result, enriched with snippets, ranked and ordered by ranking
// snippets do not need to match with the complete query hashes,
// snippets do not need to match with the complete query hashes,
// only with the query minus the stopwords which had not been used for the search
// only with the query minus the stopwords which had not been used for the search
// collect hosts from index which shall take part in citation computation
// collect hosts from index which shall take part in citation computation
Stringquery=(harvestkey==null||!segment.fulltext().getDefaultConfiguration().contains(CollectionSchema.harvestkey_s)?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
Stringquery=(harvestkey==null||!segment.fulltext().getDefaultConfiguration().contains(CollectionSchema.harvestkey_s)?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
@ -1012,7 +1035,7 @@ public class CollectionConfiguration extends SchemaConfiguration implements Seri
}
}
// process all documents in collection
// process all documents in collection
String query =(harvestkey==null?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
query =(harvestkey==null||!segment.fulltext().getDefaultConfiguration().contains(CollectionSchema.harvestkey_s)?"":CollectionSchema.harvestkey_s.getSolrFieldName()+":\""+harvestkey+"\" AND ")+
CollectionSchema.process_sxt.getSolrFieldName()+":[* TO *]";
CollectionSchema.process_sxt.getSolrFieldName()+":[* TO *]";