Skip to content

Commit 2d2f8e3

Browse files
committed
Removed timeAllowed as it conflicts with cursorMark; at least for now
1 parent 3f9ef59 commit 2d2f8e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contrib/examples/adsabs/server/solr/collection1/solrconfig.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@
301301
<str name="useFastVectorHighlighter">true</str>
302302
</lst>
303303
<lst name="invariants">
304-
<int name="timeAllowed">${montysolr.maxExecutionTime:30000}</int>
305304
<str name="echoParams">explicit</str>
306305
</lst>
307306
<arr name="last-components">
@@ -324,7 +323,7 @@
324323

325324
</lst>
326325
<lst name="invariants">
327-
<int name="timeAllowed">${montysolr.maxExecutionTime:30000}</int>
326+
<str name="echoParams">explicit</str>
328327
</lst>
329328
<arr name="last-components">
330329
<str>tvComponent</str>
@@ -341,7 +340,7 @@
341340
<str name="mlt.match.include">false</str>
342341
</lst>
343342
<lst name="invariants">
344-
<int name="timeAllowed">${montysolr.maxExecutionTime:30000}</int>
343+
<str name="echoParams">explicit</str>
345344
</lst>
346345
</requestHandler>
347346

@@ -369,7 +368,7 @@
369368
<str name="useFastVectorHighlighter">true</str>
370369
</lst>
371370
<lst name="invariants">
372-
<int name="timeAllowed">${montysolr.maxExecutionTime:30000}</int>
371+
<str name="echoParams">explicit</str>
373372
</lst>
374373
</requestHandler>
375374

0 commit comments

Comments
 (0)