You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the error message: COULD_NOT_PARSE_NUMBER: Could not parse text "1995" using org.apache.solr.search.AqpAdsabsQParser.MaxNumberFormat
Not sure whether the first range query is expected to work as an unfielded search.
Hmmm... I think I noticed the problem when I ran the author+year query (^navarro,j year:1995-1996) and then added the other cases after experimenting. But you're right, I believe there are two issues at play here, one is the parsing of unfielded year-ranges, the other is the unfielded parsing of first author names which is probably already covered in some other issue.
These queries fail:
With the error message:
COULD_NOT_PARSE_NUMBER: Could not parse text "1995" using org.apache.solr.search.AqpAdsabsQParser.MaxNumberFormat
Not sure whether the first range query is expected to work as an unfielded search.
But these all work (as they should):
The text was updated successfully, but these errors were encountered: