Re: PhraseQuery Performance Issues [Lucene 2.9.0]

2010-03-29 Thread Rafael Turk
unsubscribe - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Lucene and Google Web 1T 5 Gram

2008-04-23 Thread Rafael Turk
y a try, simple and effective, but I'll have to work the data previously. I was hopping to take advantage of Lucene's built in features* ** *[]s* ** On Wed, Apr 23, 2008 at 10:16 AM, Mathieu Lecarme <[EMAIL PROTECTED]> wrote: > Rafael Turk a écrit : > > Hi Folks, > > &

Re: Lucene and Google Web 1T 5 Gram

2008-04-23 Thread Rafael Turk
details on > http://digitalpebble.com/resources.html > There could be a way to reuse elements from Lucene e.g. the Term index > only > but I could not find an obvious way to achieve that. > > Best, > > Julien > > -- > DigitalPebble Ltd > http://www.digitalpebble.com >

Lucene and Google Web 1T 5 Gram

2008-04-23 Thread Rafael Turk
Hi Folks, I´m trying to load Google Web 1T 5 Gram to Lucene. (This corpus contains English word n-grams and their observed frequency counts. The length of the n-grams ranges from unigrams(single words) to five-grams) I´m loading each ngram (each row is a ngram) as an individual Document. Th