Lucene not null query?
For anyone else arriving late to the question, the documentation includes this little snippet:
- where the field
title
has any non-null value:_exists_:title
I found this to work in some cases field:([0 TO 9] [a TO z])
For anyone else arriving late to the question, the documentation includes this little snippet:
title
has any non-null value:_exists_:title
I found this to work in some cases field:([0 TO 9] [a TO z])