I´ve tried this kind of queries in the past but I detected that they have a poor performance and that they are incredibly slow. But it´s just my experience, maybe someone can share with us any other opinion.
2013/7/30 Raymond Wiker <rwi...@gmail.com> > On Jul 30, 2013, at 22:05 , Luis Cappa Banda <luisca...@gmail.com> wrote: > > Anyway, I still need to do a query like the following to retrieve those > > documents with at least one E-mail detected: > > > > http://localhost:8080/mysolr/select?q=emails:[* TO > > *]&start=0&rows=10&sort=mydate desc > > Can't you just use emails:* ? > > > -- - Luis Cappa