>
> http://servername:8983/solr/# the browser says that it cant reach the
> page.
Assuming here you got a connection refused error, you probably need to use
curl or its Powershell equivalent to obtain the particular error.
I don't know what's changed between versions. You may check which IP solr
Thank you all.
On Wed, Jan 24, 2024 at 8:46 AM Eric Pugh
wrote:
> I’ll echo what Alessandro has said that there is a lot of ideas out there,
> but we need someone to really push it all forward and make “it real”.
>
> You may be interested in https://github.com/apache/solr/pull/1999
>
> It demos
Hi Dario
string types are good for exact match and faceting.
text does some tokenization at least
star searches are expensive and don't give good results as you have found.
you're adding the star for search side only anyway (it's like a poor man's
autocomplete)
sounds like you want an autocomplete
I’ll echo what Alessandro has said that there is a lot of ideas out there, but
we need someone to really push it all forward and make “it real”.
You may be interested in https://github.com/apache/solr/pull/1999
It demos using Solr’s file store api to push a model out to a Solr node, where
upo
Hi Ufuk, Rajani,
I think Rajani meant sentence transformer models i.e. large language models
fine-tuned for sentence similarity and capable of encoding text to vectors
(potentially with multi-modality).
The streaming expression pointers you listed refer to
regression/classification machine learning
... But this is not really an elegant solution. As we would need to do a find
and replace on the whole search string, and depending on what tokenizer was
used, we would need to replace different characters.
On 2024/01/24 08:10:41 da...@coop.ch wrote:
> Hello all
>
> We have fields on documents t
Is there a general guideline to optimize Solr for very little number of
documents in the core and low memory? For example, let's say 2000 documents and
100mb of memory. It crashes often due to OOM error with the default
configuration.
Are there places in the Solr config where we can look to mak
There's a way to produce, use and store them but it only supports a fixed
format:
https://solr.apache.org/guide/8_5/stream-source-reference.html#model
https://solr.apache.org/guide/8_5/stream-source-reference.html#train
https://solr.apache.org/guide/8_5/stream-decorator-reference.html#classify
m
Hello all
We have fields on documents that contain special characters. (e.g. "-", "@" or
"/" ...)
Now when we want to search on this field we encountered some weird behavior.
Hopefully you guys can help.
Let's suppose we have the fallowing Document:
{
"id":"id_number",
"content":"He