Re: AW: AW: AW: AW: fuzzy prefix search

2011-05-06 Thread Erick Erickson
-suggestion? Clemens -Ursprüngliche Nachricht- Von: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Gesendet: Mittwoch, 4. Mai 2011 22:00 An: java-user@lucene.apache.org Betreff: Re: AW: AW: AW: AW: fuzzy prefix search We do have EdgeNGramTokenizer if that is what you are after. See

AW: AW: AW: AW: AW: fuzzy prefix search

2011-05-06 Thread Clemens Wyss
index for term-autosuggestions -Ursprüngliche Nachricht- Von: Erick Erickson [mailto:erickerick...@gmail.com] Gesendet: Freitag, 6. Mai 2011 14:37 An: java-user@lucene.apache.org Betreff: Re: AW: AW: AW: AW: fuzzy prefix search Well, Solr officially uses Lucene, but you'll do

AW: AW: AW: AW: AW: fuzzy prefix search

2011-05-05 Thread Clemens Wyss
: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Gesendet: Mittwoch, 4. Mai 2011 22:00 An: java-user@lucene.apache.org Betreff: Re: AW: AW: AW: AW: fuzzy prefix search We do have EdgeNGramTokenizer if that is what you are after. See how Solr uses it here: http://search- lucene.com/c/Solr

AW: AW: AW: AW: fuzzy prefix search

2011-05-04 Thread Clemens Wyss
Clemens -Ursprüngliche Nachricht- Von: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Gesendet: Dienstag, 3. Mai 2011 23:12 An: java-user@lucene.apache.org Betreff: Re: AW: AW: AW: fuzzy prefix search Clemens - that's just an example. Stick another tokenizer in there, like

Re: AW: AW: AW: fuzzy prefix search

2011-05-04 Thread Erick Erickson
: Dienstag, 3. Mai 2011 23:12 An: java-user@lucene.apache.org Betreff: Re: AW: AW: AW: fuzzy prefix search Clemens - that's just an example.  Stick another tokenizer in there, like WhitespaceTokenizer in there, for example. Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene

Re: AW: AW: AW: AW: fuzzy prefix search

2011-05-04 Thread Otis Gospodnetic
search :: http://search-lucene.com/ - Original Message From: Clemens Wyss clemens...@mysign.ch To: java-user@lucene.apache.org java-user@lucene.apache.org Sent: Wed, May 4, 2011 2:07:40 AM Subject: AW: AW: AW: AW: fuzzy prefix search I know this is just an example. But even

AW: AW: AW: fuzzy prefix search

2011-05-03 Thread Clemens Wyss
But doesn't the KeyWordTokenizer extract single words out oft he stream? I would like to create n-grams on the stream (field content) as it is... -Ursprüngliche Nachricht- Von: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Gesendet: Dienstag, 3. Mai 2011 21:31 An:

Re: AW: AW: AW: fuzzy prefix search

2011-05-03 Thread Otis Gospodnetic
...@mysign.ch To: java-user@lucene.apache.org java-user@lucene.apache.org Sent: Tue, May 3, 2011 4:31:14 PM Subject: AW: AW: AW: fuzzy prefix search But doesn't the KeyWordTokenizer extract single words out oft he stream? I would like to create n-grams on the stream (field content