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
Is there a convenient way to translate a string containing only an SQL condition (e.g. id=123 and name='foobar') into a Solr Condition, without having to define a model, open a connection to an existing Solr Server and knowing all possible Solr field names?
I would only need this simple functionality and find it cumbersome to depend on an actual connection to a server.