maybe you indexed some documents with value 256, but then deleted them? try optimizing to get the terms removed.

        Erik

On Nov 8, 2009, at 6:11 AM, AHMET ARSLAN wrote:

I have a field defined tint with values 100,200,300 and -100 only.
When i use admin/schema.jsp i see 5 distinct values.

0       666083
100     431176
200     234907
256     33947
300     33947

First i thought that i post wrong values. I was expecting 4 distinct values.
When i query flag_value:256 i get 0 docs. Same as with flag_value:0.
100 200 and 300 works as expected. So i concluded that there is something wrong with schema.jsp with tint types. I am using solr-2009-11-03.tgz

By the way, trie types makes sorts faster? Or they are only useful in range queries?




Reply via email to