Really, I have to ask why you would want to. This is really purely an internal thing. I don't know what practical value there would be to search on this?
Interestingly, I can search _version_:[1000000 TO *], but specific searches seem to fail. I wonder if there's something wonky going on with searching on large longs here. Feels like an XY problem to me though. Best, Erick On Thu, Nov 13, 2014 at 12:45 AM, S.L <simpleliving...@gmail.com> wrote: > Hi All, > > We know that _version_field is a mandatory field in solrcloud schema.xml, > it is expected to be of type long , it also seems to have unique value in a > collection. > > However the query of the form > http://server1.mydomain.com:7344/solr/collection1/select/?q=*:*&fq=%28_version_:1484632548944380000%29&wt=json > does not seems to return any record , can we query on the _version_field in > the schema.xml ? > > Thank you.