Révision 2853
| tmp/org.txm.tigersearch.rcp/groovy/org/txm/macro/tiger/exploit/TIGERSVOSummaryMacro.groovy (revision 2853) | ||
|---|---|---|
| 109 | 109 |
] |
| 110 | 110 |
} |
| 111 | 111 |
|
| 112 |
if (test_queries.size() == 0) {
|
|
| 113 |
println "Error: no queries found in table file: "+query_table_file |
|
| 114 |
return null; |
|
| 115 |
} |
|
| 116 |
|
|
| 112 | 117 |
ConsoleProgressBar cpb = new ConsoleProgressBar(selection.size()) |
| 113 | 118 |
|
| 114 |
|
|
| 115 | 119 |
TIGERSearchEngine tse = SearchEnginesManager.getTIGERSearchEngine() |
| 116 | 120 |
def results = new LinkedHashMap() |
| 117 | 121 |
for (def corpus : selection) {
|
Formats disponibles : Unified diff