Hi Christian,
the examples you gave are not the target use case of phonetic matching.
What you want is the SpellChecker
https://solr.apache.org/guide/8_4/spell-checking.html.
While the problem of phonetic matching partially may serve you it is more
for queries that want to have results that SOUND
ASCII folding filter will do the job.
>> > > >
>> > > >
>> > > >
>> > >
>> > https://solr.apache.org/guide/8_9/filter-descriptions.html#ascii-folding-filter
>> > > > <
>> > > >
>> > &g
You probably need to write a plugin for this - both can be also used from
within Java.
Some of the models in eg tensorflowranking such as Svm maybe directly usable in
Solr without a plugin.
> Am 13.08.2021 um 16:33 schrieb Shawn Heisey :
>
> On 8/13/2021 8:26 AM, Albert Dfm wrote:
>> The ques
Tensorflow and Pytorch have Java bindings. However this is also not really
needed. if the trained model weights are exported to json which I see at least
possible for tensorflow ranking then they can be used out of the box, eg svm
and lambda exist both in tensorflow ranking and solr. Xgboost cou
You should not use the dataimporter. It is deprecated and will be removed soon.
Please use an external script that reads from the database and then pushes the
data in batches to Solr via the Services Solr provided. Alternatively you can
use Apache ManifoldCF, Logstash or any other open source /
From the Solr ref guide: you forgot the flatten graph filter at the end - this
is needed for any graph filter you use :
> Am 09.03.2021 um 22:21 schrieb Shaun Campbell :
>
> Hi Susmit
>
> That didn't seem to work. Don't know if I was doing something wrong. I
> ended up writing a regex to spl
Do you you enable ltr at Solr startup ?
-Dsolr.ltr.enabled=true
> Am 10.03.2021 um 04:23 schrieb Lazar Kovacevic :
>
> Issue is exactly the same as this one reported on docker-solr project:
>
>
>
> https://github.com/docker-solr/docker-solr/issues/335
>
>
>
> I uploaded the feature store