On Jan 21, 2006, at 2:16 PM, Gwyn Carwardine wrote:
Of course I think someone needs to go into the internals anyway... on 1.4.3 I get an index out of array bounds error (not a nice parse exception) when
it tries to parse the following (which it should be able to do):

["fred" TO "joe"]

Maybe this is fixed in 1.9 but I tried it on the www.lucenebook.com search assuming that was using a recent version and that generates a server error!

It does not generate a server error on lucenebook.com:

        <http://www.lucenebook.com/search?query=%5B%22fred%22+TO+%22joe%22%5D>

Maybe you happened to hit the server at some point when there was an issue with the server itself (?), but I just tried it and get plenty of results.

It's a real shame that the QueryParserTokenManager had no comments put in to
explain what on earth it's doing!

Look at QueryParser.jj - that is where the rest is generated from, using JavaCC.

Your subject mentions colons, but your example doesn't. Besides the range query example, is there an issue with colons that you want to ask about?

        Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to