Re: suggester issues

2012-09-12 Thread aniljayanti
en jacob haugaard jagged edge jaguares jamiroquai jamppa tuominen jane olivor janis joplin janne tulkki "michael "bully" herbig ja me tanssimme" Please Help, AnilHayanti -- View this message in context: http://lucene.472066.n3.nabbl

Re: suggester issues

2011-08-21 Thread Will Oberman
s for your help. -- From: "William Oberman" Sent: Friday, August 19, 2011 5:07 PM To: Subject: Re: suggester issues Hard to say, so I'll list the exact steps I took: -Downloaded apache-solr-3.3.0 (I like to stick with releases vs. svn) -Untar and cd -ant -Wrote my class be

Re: suggester issues

2011-08-21 Thread Kuba Krzemien
2011 5:07 PM To: Subject: Re: suggester issues Hard to say, so I'll list the exact steps I took: -Downloaded apache-solr-3.3.0 (I like to stick with releases vs. svn) -Untar and cd -ant -Wrote my class below (under a peer directory in apache-solr-3.3.0) -javac -cp ../dist/apache-solr-core-3.3.0

Re: suggester issues

2011-08-19 Thread William Oberman
> org.apache.solr.spelling.QueryConverter". > > What am I doing wrong? > > -- > From: "William Oberman" > Sent: Thursday, August 18, 2011 10:35 PM > To: > Subject: Re: suggester issues > >> I t

Re: suggester issues

2011-08-19 Thread Kuba Krzemien
nverter". What am I doing wrong? -- From: "William Oberman" Sent: Thursday, August 18, 2011 10:35 PM To: Subject: Re: suggester issues I tried this: package com.civicscience; import java.util.ArrayList; import java.util.C

Re: suggester issues

2011-08-18 Thread William Oberman
>> I was trying to deal with the exact same issue, with the exact same >> results. >> Is there really no way to feed a phrase into the suggester (spellchecker) >> without it splitting the input phrase into words? >> >> -- >> View this message in context: >&g

Re: suggester issues

2011-08-18 Thread Alexei Martchenko
this message in context: > http://lucene.472066.n3.nabble.com/suggester-issues-tp3262718p3265803.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- *Alexei Martchenko* | *CEO* | Superdownloads ale...@superdownloads.com.br | ale...@martchenko.com.br | (11) 5083.1018/5080.3535/5080.3533

Re: suggester issues

2011-08-18 Thread oberman_cs
I was trying to deal with the exact same issue, with the exact same results. Is there really no way to feed a phrase into the suggester (spellchecker) without it splitting the input phrase into words? -- View this message in context: http://lucene.472066.n3.nabble.com/suggester-issues

Re: suggester issues

2011-08-18 Thread O. Klein
the same fields showed them allright. Unless Im missing some hidden features or something, I think the Suggester might need some work to make it work like people expect it to work. -- View this message in context: http://lucene.472066.n3.nabble.com/suggester-issues-tp3262718p3264740.html Sent

Re: suggester issues

2011-08-18 Thread Kuba KrzemieĊ„
What happens if you set spellcheck.maxCollations to more than 1? -- From: "Alexei Martchenko" Sent: Wednesday, August 17, 2011 11:01 PM To: Subject: Re: suggester issues I've been indexing and reindexing stuff here with Sh

Re: suggester issues

2011-08-17 Thread Alexei Martchenko
I've been indexing and reindexing stuff here with Shingles. I don't believe it's the best approach. Results are interesting, but I believe it's not what the suggester is meant to be. I tried but I got compound words in the suggestion itself. If you query them like http://localhost:

Re: suggester issues

2011-08-17 Thread Alexei Martchenko
I have the very very very same problem. I could copy+paste your message as mine. I've discovered so far that bigger dictionaries work better for me, controlling threshold is much better than avoid indexing one or twio fields. Of course i'm still polishing this. At this very moment I was looking in

suggester issues

2011-08-17 Thread Kuba KrzemieĊ„
Hello, I am working on creating a auto-complete functionality for my platform which indexes large ammounts of text (title + contents) - there is too much data for a dictionary. I am using the latest version of Solr (3.3) and I am trying to take advantage of the Suggester functionality. Unfortuna