Hi all,
At present I am providing suggestions in my app with this configuration
in my solrconfig.xml:
mySuggester
WFSTLookupFactory
spellchk
0.005
true
true
true
mySu
accuracy parameter as low as 0.5 (and reindex, of
course).
Am I doing something wrong? Is there any better alternative to getting
fuzzy suggestions?
Thanks in advance!!
El 02/04/2016 a las 20:27, Fundera Developer escribió:
Hi all,
At present I am providing suggestions in my
e="lookupImpl">org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory
spellchk
0.1
0.0
suggest
true
true
However, still no fuzzy suggestions :-(
Any ideas?
Thanks in advance!!
El 03/04/2016 a las 11:47, Fundera Developer escribió:
Following on this, I have been able t
Hi all,
I have taken the example configuration in the reference guide
(https://cwiki.apache.org/confluence/display/solr/Suggester) and adapted
it to my needs, resulting in this configuration:
mySuggester
FuzzyLookupFactory
DocumentDictionaryFactor
true
However, to be honest, I still have no idea why this time it worked and
the others did not. In order to learn for the next time, any
clarifications would be highly appreciated.
Thanks!
El 03/04/2016 a las 12:10, Fundera Developer escribió:
After correcting some stupid
Hi all,
we are developing a search engine in which all the possible results have
one or more countries associated. If, apart from writing the query, the
user selects a country, we use a filterquery to restrict the results to
those that match the query and are associated to that country. Nothin
Hi all,
I am a bit stuck at a problem that I feel must be easy to solve. In Spanish it
is usual to find the term 'i+d'. We are working with Solr 5.5, and
StandardTokenizer splits 'i' and 'd' and sometimes, as we have in the index
documents both in Spanish and Catalan, and in Catalan it is frequ
rve it and after tokenized you can replace it back.
For example:
Thanks,
Zahid iqbal
On Mon, May 22, 2017 at 12:57 AM, Fundera Developer <
funderadevelo...@outlook.com<mailto:funderadevelo...@outlook.com>> wrote:
Hi all,
I am a bit stuck at a problem that I feel must be easy to solve
regex which matches a '+' with non-blank chars before and after. It
should not replace a '+' preceded by white space, that is important in Solr.
This is not a perfect solution, but might improve matters for you.
Cheers -- Rick
On May 22, 2017 1:58:21 PM EDT, Fundera Deve
to be careful to keep the + sign from
being interpreted as an operator.
Best,
Erick
On Tue, May 23, 2017 at 10:12 AM, Fundera Developer
<mailto:funderadevelo...@outlook.com> wrote:
I have also tried this option, by using a PatternReplaceFilterFactory, like
this:
but it gets processed AF
m
being interpreted as an operator.
Best,
Erick
On Tue, May 23, 2017 at 10:12 AM, Fundera Developer
<mailto:funderadevelo...@outlook.com> wrote:
I have also tried this option, by using a PatternReplaceFilterFactory, like
this:
but it gets processed AFTER the Tokenizer, so when it executes
11 matches
Mail list logo