Hi, You can use the artifact from Hudson as Mike told, but the JAR file is not compatible with Lucene 2.4 (because a new SortField constructor for sorting against trie encoded fields and the new Superinterface FieldCache.Parser leading to ClassNotFoundEx). If you want to use TrieRangeQuery/Filter, you must also update Lucene to the trunk version (so best is to download the whole snapshot build).
Keep me informed how it works for you! How many documents do you plan to index using TrieUtils? The performance impact is immense for large indexes (see my notes). ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -----Original Message----- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Posted At: Sunday, January 25, 2009 10:15 PM > Posted To: Lucene-user > Conversation: Re: Where to download package org.apache.lucene.search.trie > Subject: Re: Where to download package org.apache.lucene.search.trie > > TrieRangeQuery/Filter are only available on Lucene's trunk, under > contrib in contrib/queries/*. You can either download a recent > nightly build, from here (click on a specific build, then click on > "Build Artifacts"): > > http://hudson.zones.apache.org/hudson/job/Lucene-trunk > > Or you can checkout Lucene's full sources and go from there: > > http://wiki.apache.org/lucene-java/SourceRepository > > Mike > > Zhibin Mai wrote: > > > Hi > > > > We try to use package org.apache.lucene.search.trie to support > > spatial index. Does anyone know whether it is ready, even just for > > trial, and where to download it? > > > > Thank you, > > > > Zhibin > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > </PRE></BODY></HTML> --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org