Hi, I've written my own QueryParser and now i've a strange issue. I'm parsing the following string : 'abcd 1' Then this tokens are created : 'abcd' '1' This is my query.toString() output : '+f:abcd f:abcd$ f:^abcd^4.0 +f:abcd[ , 1] f:^abcd[ , 1] +f:1'
Could anyone explain what lucene whats to tell me with '[ ,1]' ? I know lucene supports range queries but there are contains something like this '[1 TO 4]', thus no comma included... -- Regards, Markus Boese