Hi, Would like to find out, is there any way to do a multiple value query of a field that is of type String, besides using the OR parameters?
Currently, I am using the OR parameters like http://localhost:8983/solr/collection1/highlight?q=id:collection1_0001 OR id:collection1_0002 But this will get longer and longer if I were to have many records to retrieve based on their ID. The fieldType is string, so it is not possible to do things like sorting, more than or less than. I'm using Solr 5.4.0 Regards, Edwin