27 aug 2008 kl. 11.11 skrev John Patterson:


Hi, I know that Lucene uses an inverted index which makes range queries and great-than/less-than type queries very slow for continuous data types like times, latitude, etc. Last time I looked they were converted into huge OR
queries and so had a maximum clause limit.

I was wondering if any work had been done on integrating other index
implementations?

No, sorry, Lucene is still a lexigraphically based index only.


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

Reply via email to