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
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
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
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
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
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
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
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
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