Re: Is the lucene.apache.org link dead?

2021-02-01 Thread Atita Arora
True the link is down since last week, I checked as we are currently in the state of migration to 8.7 too. On Mon, Feb 1, 2021 at 6:57 AM Taisuke Miyazaki wrote: > Hi, > I tried to open the Solr News page to check the contents of the solr > release, but it seems to get Not Found. > I think

Re: NRT - Indexing

2021-02-01 Thread Dominique Bejean
Hi, It is not the cause of your issue, but Solr version is 8.6.0, and solrconfig.xml includes 7.5.0 By "I am using a service that fetches data from the Postgres database and indexes it to solr. The service runs with a delay of 5 seconds.". You man, you are using DIH and launch a delta-import

Re: Is the lucene.apache.org link dead?

2021-02-01 Thread Cassandra Targett
There were some issues while publishing the various bits for 8.8 and Lucene and Solr Javadocs and Ref Guides for 8.5-8.7 are currently missing. The project is working on getting those versions back as soon as possible. We apologize for this situation, hopefully it won’t be too long today before

Re: Performance issue with Solr 8.6.1 Unified Highlighter does not occur on Solr 6.

2021-02-01 Thread Kerwin
Hi David, Thanks for filing this issue. The classic non-weightMatcher mode works well for us right now. Yes, we are using the POSTINGS mode for most of the fields although explicitly mentioning it gives an error since not all fields are indexed with offsets. So I guess the highlighter is picking

Re: NRT - Indexing

2021-02-01 Thread Mr Havercamp
I'm running into the same issue. I've set autoSoftCommit and autoCommit but the speed at which docs are indexed seems to be inconsistent with the settings. I have lowered the autoCommit to a minute but it still takes a few minutes for docs to show after indexing. Soft commit settings also seem to

Re: NRT - Indexing

2021-02-01 Thread Dominique Bejean
Hi, What is your Solr version ? Can you share your solrconfig.xml ? How is your sharding ? Did you grep your solr logs on with the "commit' pattern in order to see hard and soft commit occurrences ? How are you pushing new docs or updates in the collection ? Regards. Dominique Le lun. 1

Re: Tweaking Shards and Replicas for high volume queries and updates

2021-02-01 Thread Dominique Bejean
Hi, Some suggestions. * 64GB JVM Heap Are you sure you really need this heap size ? Did you check in your GC logs (with gceasy.io) ? A best practice is to minimize as possible the heap size and never more than 31 GB. * OS Caching Did you set swappiness to 1 ? * Put two instances of Solr on

Re: NRT - Indexing

2021-02-01 Thread haris . khan
Hello,I am attaching the solrconfig.xml along with this email, also I am attaching a text document that has JSON object regarding the system information I am using a service that fetches data from the Postgres database and indexes it to solr. The service runs with a delay of 5

[ANNOUNCE] Apache Solr 8.8.0 released

2021-02-01 Thread Noble Paul
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search and analytics, rich document parsing, geospatial search,

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Mike Drob
Hi Dorion, We are currently working with our infra team to get these restored. In the meantime, the 8.4 guide is still available at https://lucene.apache.org/solr/guide/8_4/ and are hopeful that the 8.8 guide will be back up soon. Thank you for your patience. Mike On Mon, Feb 1, 2021 at 1:58 PM

Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Dorion Caroline
Hi, I can't access to Apache Solr Reference Guide since few days. Example: URL * https://lucene.apache.org/solr/guide/8_8/ * https://lucene.apache.org/solr/guide/8_7/ Result: Not Found The requested URL was not found on this server. Do you know what going on? Thanks Caroline Dorion

Re: How to get case-sensitive Terms?

2021-02-01 Thread elivis
Alexandre Rafalovitch wrote > Admin UI also allows you to run text string against a field definition to > see what each stage of analyzer chain does. Thank you. Could please let me know how to do this (see what each stage of analyzer chain does)? -- Sent from:

Re: SolrCloud keeps crashing

2021-02-01 Thread Satish Silveri
I am facing the same issue. Did u find any solution for this? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: How to get case-sensitive Terms?

2021-02-01 Thread elivis
Alexandre Rafalovitch wrote > Admin UI also allows you to run text string against a field definition to > see what each stage of analyzer chain does. Thank you. Could you please give me some pointers how to achieve this (see what each stage of analyzer chain does in Admin UI)? -- Sent from:

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Bernd Fehling
Yeah, but guide 8.8 is still buggy. As I reported a month ago, "ICU Normalizer 2 Filter" states: - NFC: ... Normalization Form C, canonical decomposition - NFD: ... Normalization Form D, canonical decomposition, followed by canonical composition - NFKC: ... Normalization Form KC, compatibility

RE: Query over migrating a solr database from 7.7.1 to 8.7.0

2021-02-01 Thread Flowerday, Matthew J
Hi There Just as an update to this thread I have resolved the issue. The new schema.xml had this entries Once I commented out the lines containing _root_ and _nest_path_ (as we don't have nested documents) and re-started solr then no further duplication on update

Re: Ghost Documents or Shards out of Sync

2021-02-01 Thread Mike Drob
To expand on what Jason suggested, if the issue is the non-deterministic ordering due to staggered commits per replica, you may have more consistency with TLOG replicas rather than the NRT replicas. In this case, the underlying segment files should be identical and lead to more predictable

Re: Ghost Documents or Shards out of Sync

2021-02-01 Thread Jason Gerlowski
Forgot to answer your second question: > Can I trigger the "fixing" mechanism that Solr runs at restart by an API call > or some other method? It depends on what the cause is. But for at least some possible causes there is an API call that can resolve this. Though that API itself (Solr's

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Alexandre Rafalovitch
And if you need something more recent while this is being fixed, you can look right at the source in GitHub, though a navigation, etc is missing: https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/analyzers.adoc Open Source :-) Regards, Alex. On Mon, 1 Feb 2021 at

Re: Getting Solr's statistic using SolrJ

2021-02-01 Thread Jason Gerlowski
Hi Steven, AFAIK, SolrJ doesn't have built in request objects for the metrics API. But you can still use the "GenericSolrRequest" class to hit any Solr API: e.g. SolrParams params = new ModifiableSolrParams(); params.set("action", "list"); GenericSolrRequest request = new

Re: Ghost Documents or Shards out of Sync

2021-02-01 Thread Jason Gerlowski
Hi Ronen, The first thing I'd figure out in your situation is whether the results are actually different each time, or whether the ordering is what differs (which might push a particular result off the page you're looking at, giving the appearance that it didn't match). In the case of the

Re: Change uniqueKey using SolrJ

2021-02-01 Thread Jason Gerlowski
Hi, SolrJ doesn't have any purpose-made request class to change the uniqueKey, afaict. However doing so is still possible (though less convenient) using the "GenericSolrRequest" class, which can be used to hit arbitrary Solr APIs. If you'd like to see better support for this in SolrJ, open a

Re: NRT - Indexing

2021-02-01 Thread Shawn Heisey
On 2/1/2021 12:08 AM, haris.k...@vnc.biz wrote: Hope you're doing good. I am trying to configure NRT - Indexing in my project. For this reason, I have configured *autoSoftCommit* to execute every second and *autoCommit* to execute every 5 minutes. Everything works as expected on the dev and

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Cassandra Targett
The problem causing this has been fixed and the docs should be available again. On Feb 1, 2021, 2:15 PM -0600, Alexandre Rafalovitch , wrote: > And if you need something more recent while this is being fixed, you > can look right at the source in GitHub, though a navigation, etc is > missing: >

Re: Is the lucene.apache.org link dead?

2021-02-01 Thread Cassandra Targett
This problem has been fixed and docs should be available again. Please let us know if you still have problems accessing anything. On Feb 1, 2021, 8:32 AM -0600, Cassandra Targett , wrote: > There were some issues while publishing the various bits for 8.8 and Lucene > and Solr Javadocs and Ref