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
def filterQueryAsTuple(fq: String) : (String,String) method expects all filter queries to include a colon character (:).
Terms parser filter queries, in the form {!terms field=id}123,456 gives the error java.lang.StringIndexOutOfBoundsException: String index out of range: -1
The text was updated successfully, but these errors were encountered:
spark-solr/src/main/scala/com/lucidworks/spark/SolrRelation.scala
Line 634 in 340a825
def filterQueryAsTuple(fq: String) : (String,String)
method expects all filter queries to include a colon character (:).Terms parser filter queries, in the form
{!terms field=id}123,456
gives the errorjava.lang.StringIndexOutOfBoundsException: String index out of range: -1
The text was updated successfully, but these errors were encountered: