Hello Mike.
If it hangs you may see it in Thread Dump in Solr Admin or via jstack etc.
Probably it may give a clue what's going on there.
On Wed, Feb 5, 2025 at 3:02 AM Mike Phillips
wrote:
> I have solr 9.8.0 running the data import handler in standalone mode.
> All the documented steps fail i
This error with this path was already fixed in repository.json for previous
versions of DIH, but it reoccur in new releases:
https://github.com/SearchScale/dataimporthandler/issues/85
Have no idea why and what to do.
On Tue, Feb 4, 2025 at 11:53 PM Mike Phillips <
m.phill...@prosperodigital.com> w
Really could do with some insight on this.
One of the nodes on the server reports constant connection errors in and out.
I see things like:
2025-02-05 10:03:47.518 WARN (qtp1959239586-70) []
o.a.s.h.a.AdminHandlersProxy Exception when fetching result from node
GIG01SRVWCRSOL1:18983_solr => j
Hello Mingchun.
Perhaps it can not "uninvert" (obtain docValues/fieldcache -like
representation) for a text field.
facet=enum uses inverted index to deal with text fields: it just loops term
dictionary and check an intersection count between result docset and term's
docset.
>From the other side: an
Hi Mikhail,
Thanks for your explanation! I fully understand now.
Best regards,
Mingchun
2025年2月6日(木) 15:55 Mikhail Khludnev :
> Hello Mingchun.
> Perhaps it can not "uninvert" (obtain docValues/fieldcache -like
> representation) for a text field.
> facet=enum uses inverted index to deal with te
Hi,
Why does faceting not work in Solr 9.8 when using PathHierarchyTokenizer
for facet.field without specifying the facet.method=enum parameter?
Here are the details:
- fieldType
```xml
```
- field
```xml
```
- index data
```json
[
{
"id": "1",
"category_path": "foo/bar/baz"
}
]
``
Hi,
Why does faceting not work in Solr 9.8 when using PathHierarchyTokenizer
for facet.field without specifying the facet.method=enum parameter?
Here are the details:
- fieldType
```xml
```
- field
```xml
```
- index data
```json
[
{
"id": "1",
"category_path": "foo/bar/baz"
}
]
``
Hi,
Have you checked that the date/time of all six servers are 100% in sync?
Have you read through the Upgrade Notes for all 9.x versions to figure out if
you need to take special precaution during rolling upgrade between those
versions?
The PKI auth method is used for internal traffic betwen n
Hi,
Have a look at https://issues.apache.org/jira/browse/SOLR-15767 and assiciated
PR which proposes some common alerting rules.
Jan
> 4. feb. 2025 kl. 17:08 skrev Afroz, Neshat (NIH/NLM/NCBI) [C]
> :
>
> Hello
>
> I am setting up solr monitoring using Prometheus, solr-exporter and Grafana.
FYI I plan to deprecate ExternalFileField for removal in Solr 10
https://issues.apache.org/jira/browse/SOLR-17655
It's been obsolete for many years.
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
10 matches
Mail list logo