Re: how make a suggester?

2012-12-14 Thread iwo
now I have some suggest for single word by WFSTLookupFactory suggest org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.fst.WFSTLookupFactory name 0.005 true ./suggester true tru

Re: Spellchecker and missing suggestions

2012-12-07 Thread iwo
I have same problem: no suggestions and really similar configration - Complicare è facile, semplificare é difficile. Complicated is easy, simple is hard. quote: http://it.wikipedia.org/wiki/Bruno_Munari -- View this message in context: http://lucene.472066.n3.nabble.com/Spellchecker-and-m

Re: [Solrj 4.0] How use JOIN

2012-12-05 Thread iwo
Hi Roman, from solr webservice or admin interface you receive correct result this is you correct join query syntax {!join from=parent to=id}(name:John AND age:17) you can add this directly by query.setQuery() method. - Complicare è facile, semplificare é difficile. Complicated i

Re: how make a suggester?

2012-12-05 Thread iwo
There are some positive experience about suggester over Solr 4.0 with cloud? I downloaded solr4, followed http://wiki.apache.org/solr/Suggester but I don't get suggestion items Any ideas? - Complicare è facile, semplificare é difficile. Complicated is easy, simple is hard. quote: http://it

Re: how make a suggester?

2012-11-16 Thread iwo
Many thanks Otis! Yes, I searched and read most of the posts found about this topic on the mailing. I'm finding the best way at this moment :-) now, I begin to develop and test - Complicare è facile, semplificare é difficile. Complicated is easy, simple is hard. quote: http://it.wikipedia

how make a suggester?

2012-11-15 Thread iwo
Hello, I would like implement a suggester with solr, which is the best way now in your opinion? thanks in advance I. - Complicare è facile, semplificare é difficile. Complicated is easy, simple is hard. quote: http://it.wikipedia.org/wiki/Bruno_Munari -- View this message in context: h

Re: Searching in multiple cores via SolrJ

2012-11-14 Thread iwo
Hi, I use solrJ for cross core search and it is work correctly and fast. At First, you can make attention on schema definition, you should try to use as much as possible fields with the same name. For example all my scheme have a subset of common fields like title, summary, date, geo, image, ecc

Re: SolrCloudServer and SolrServerException No live SolrServers available

2012-11-14 Thread iwo
Hi, With same configuration, same core, same data, but Solr 4.0 release my project and junit test case works correctly by SolrCloudServer. I'm working with Lucid Works Ent. that don't use last built solr version, we asked to Lucid to upgrade solr. Thanks - Complicare è facile, semplificare

SolrCloudServer and SolrServerException No live SolrServers available

2012-11-13 Thread iwo
Hi, I'm using solr 4 (4.0.0.2012.03.17.15.05.35) with cloud architecture and I would use SolrCloudServer from solrJ, but I received a SolrServerException. org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request at org.apache.solr.client.sol