Re: Multiple cores (Scoring)

2022-12-31 Thread Mike
and qf ! Am Sa., 31. Dez. 2022 um 17:38 Uhr schrieb Mike : > I meant that ps (Phrase Fields) > > Am Sa., 31. Dez. 2022 um 17:35 Uhr schrieb Mike : > >> I had to adjust the ps field, it was my mistake, thank you all. >> Happy New Year >> >> Am Sa., 31. Dez. 2022 um 04:47 Uhr schrieb Mike : >> >>>

Re: Multiple cores (Scoring)

2022-12-31 Thread Mike
I meant that ps (Phrase Fields) Am Sa., 31. Dez. 2022 um 17:35 Uhr schrieb Mike : > I had to adjust the ps field, it was my mistake, thank you all. > Happy New Year > > Am Sa., 31. Dez. 2022 um 04:47 Uhr schrieb Mike : > >> I have to apologize for bothering you with my problem so shortly before >

Re: Multiple cores (Scoring)

2022-12-31 Thread Mike
I had to adjust the ps field, it was my mistake, thank you all. Happy New Year Am Sa., 31. Dez. 2022 um 04:47 Uhr schrieb Mike : > I have to apologize for bothering you with my problem so shortly before > New Year's Eve, unfortunately my posting was overlooked. > > the ranking of the results does

Multiple cores (Scoring)

2022-12-30 Thread Mike
I have to apologize for bothering you with my problem so shortly before New Year's Eve, unfortunately my posting was overlooked. the ranking of the results doesn't work for me as it should, what do I have to do to do this? the results of core1 are displayed first. I set in solrconfig.xml. Do I n

Re: Multiple cores

2022-12-29 Thread Mike
> > I have a Solr server with multiple cores with the same schema. > For some queries I want to query several cores at the same time. > I looked at the options and tried to configure what didn't work and that's > how I ended up here. > > How can I query on query A -

Re: Multiple cores

2022-12-28 Thread Thomas Corthals
For our corpus, term frequency gets in the way of how we want to rank search results rather than being helpful. I put this in our schema to effectively turn Okapi BM25 into BM15: 0 Thomas Op wo 28 dec. 2022 om 14:35 schreef Eric Pug

Re: Multiple cores

2022-12-28 Thread David Hastings
this is actually something I experienced using things like MLT in order to get "similar" documents, is the corpus has to match, or else it all goes out the window. so yeah if you have multiple cores/collections with the same exact type of documents you can be pretty safe, but once

Re: Multiple cores

2022-12-28 Thread Walter Underwood
Using local IDF is usually not a problem if documents are randomly distributed between shards or collections. It can be a problem if terms are clustered in one collection/shard. Assume a news archive with one collection for the current year and one for everything else. A recently hot topic, lik

Re: Multiple cores

2022-12-28 Thread Eric Pugh
For a very long time, that was what folks always say…. “The different IDF” is going to be an issue. My opinion is that there are many other things that REALLY effect your overall relevance a lot more then unbalanced IDF. Folks worry way too much about IDF, and not enough about “what are you

Re: Multiple cores

2022-12-28 Thread Dave
Eric, that is super clever. But how does it effect ranking if you do a general search? Since each collection has its own idf etc? -Dave > On Dec 28, 2022, at 7:03 AM, Eric Pugh > wrote: > > You may find it an easier path forward to just move to SolrCloud. You can > run a single Solr serve

Re: Multiple cores

2022-12-28 Thread Eric Pugh
You may find it an easier path forward to just move to SolrCloud. You can run a single Solr server with multiple collections and use the embedded ZK to avoid setting up the full ZK ensemble…. > On Dec 28, 2022, at 12:04 AM, Mike wrote: > > Yes, it should be the same, it works without basic au

Re: Multiple cores

2022-12-27 Thread Mike
Yes, it should be the same, it works without basic authentication. Thank you Am Mi., 28. Dez. 2022 um 05:48 Uhr schrieb Srijan : > > https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-15237/comment/17626195 > > Same issue? > > On Tue, Dec 27, 2022, 19:59 Mike wrote: > > > I get a

Re: Multiple cores

2022-12-27 Thread Srijan
https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-15237/comment/17626195 Same issue? On Tue, Dec 27, 2022, 19:59 Mike wrote: > I get a 401 require authentication error when I query with &shards= > > Do you or anyone else have any idea why? > > Am Mi., 28. Dez. 2022 um 04:10 Uhr s

Re: Multiple cores

2022-12-27 Thread Mike
I get a 401 require authentication error when I query with &shards= Do you or anyone else have any idea why? Am Mi., 28. Dez. 2022 um 04:10 Uhr schrieb Shawn Heisey : > On 12/27/22 19:50, Mike wrote: > > The server is not in cloud mode, it is a standalone server. > > I don't understand where to

Re: Multiple cores

2022-12-27 Thread Shawn Heisey
On 12/27/22 19:50, Mike wrote: The server is not in cloud mode, it is a standalone server. I don't understand where to put the query line, in the URL, with what query parameter (?=) ? Do I have to change something in solr.xml or solrconfig? If you put it in the URL: &shards=server:port/solr/c

Re: Multiple cores

2022-12-27 Thread Mike
2022 um 03:44 Uhr schrieb Shawn Heisey : > On 12/27/22 18:40, Mike wrote: > > I have a Solr server with multiple cores with the same schema. > > For some queries I want to query several cores at the same time. > > I looked at the options and tried to configure what didn

Re: Multiple cores

2022-12-27 Thread Shawn Heisey
On 12/27/22 18:40, Mike wrote: I have a Solr server with multiple cores with the same schema. For some queries I want to query several cores at the same time. I looked at the options and tried to configure what didn't work and that's how I ended up here. How can I query on query A -&

Multiple cores

2022-12-27 Thread Mike
Hello! I have a Solr server with multiple cores with the same schema. For some queries I want to query several cores at the same time. I looked at the options and tried to configure what didn't work and that's how I ended up here. How can I query on query A -> Core1 and at query B