Hi
I have some specific id like 1,2,5,11,64589 in solr (int type)
I want to qet query like ttp://localhost:8983/solr/select?q=x:[1,2,5,11,64589] but does not work (get error). how can do it ???
Note: i can implement with "OR" but i want simple way (and other problem limit in max url char length)