You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Steven White <sw...@gmail.com> on 2020/10/06 16:19:25 UTC

timeAllowed default value

Hi everyone,

What is the default value for timeAllowed to make it behave as if it is not
set?  Is it "-1" or some other number?

Rather than writing my code to include or not include timeAllowed in the
query parameter, I rather have it be part of my query all the time and only
change the value if it is set to a value so I get the behaviour I want:
wait indefinitely or give up based on the value timeAllowed is set to.

Thanks

Steven