Re: Filter query doesn't always work...

2007-03-27 Thread escher2k
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

Re: Filter query doesn't always work...

2007-03-27 Thread mirko
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