Thanks a lot Mirklo. That seems to work.
mirko-9 wrote:
>
> Hi,
>
> you might want to use the sint (sortable integer) fieldtype instead. If
> you use
> the integer fieldtype I guess the range queries are treated as string
> prefixes
> (like in [Ab TO Ch]).
>
> You can find some documentatio
Hi,
you might want to use the sint (sortable integer) fieldtype instead. If you use
the integer fieldtype I guess the range queries are treated as string prefixes
(like in [Ab TO Ch]).
You can find some documentation about it in the example schema.xml:
http://svn.apache.org/viewvc/lucene/solr/t
I have a strange problem, and I don't seem to see any issue with the data. I
am filtering
on a field called reviews_positive_6_mos. The field is declared as an
integer.
If I specify -
(a) fq=reviews_positive_6mos%3A[*+TO+*] => 36033 records are retrieved.
(b) fq=reviews_positive_6mos%3A[*+TO+100]