uyilmaz

Results 5 issues of uyilmaz

On api level 19 I'm constantly getting ``` InputEventConsistencyVerifier: TouchEvent: ACTION_DOWN but pointers are already down. Probably missing ACTION_UP from previous gesture. in android.view.GestureDetector@ad008e20 ``` this causes some onDawn events...

https://github.com/lucidworks/spark-solr/blob/340a82546cffcbc51561348208b2276b8a852b98/src/main/scala/com/lucidworks/spark/SolrRelation.scala#L634 ` 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...

Using Solr 8.4.0, Spark-Solr 3.6.1 Spark: 2.11 When a field is configured with: `stored="false" docValues="true" useDocValuesAsStored="true"` in Solr, you are able to retrieve it in query results even if it's...

Afaik SolrJ supports querying a solr collection using an alias in place of real collection names, but in spark-solr, when an alias is provided in place of a collection it...

**Is your feature request related to a problem?** There is a limit of 5 conditions per rule in alb listener. Rules created by alb ingress controller always include "Http Host...

triage/needs-information