Is nested documents good fit for collection of documents that grow over time?

2025-05-21 Thread Yaşar Arabacı
Hi, I am trying to figure out a schema for indexing documents that I will download from another document management system. In the original source, documents are stored inside collections. Collections act like folders with extra metadata (they cannot be nested though). Each document must be part

Re: Solr shutdown everyday at 11:34:06Z

2025-04-29 Thread Yaşar Arabacı
27;t experienced an unexpected shutdown ever since. Best Regards, Alexandre Rafalovitch , 28 Oca 2025 Sal, 21:35 tarihinde şunu yazdı: > > Port clash? Possibly with "kill -9" to free that port thrown in. > > Regards, > Alex > > On Tue, Jan 28, 2025, 7:05 a

Re: How to create a tokenizer in a way solr will recognize

2025-02-03 Thread Yaşar Arabacı
I ended up taking the easy route and put all of the jars into WEB-INF/lib . All seem to be working now, Best Regards, Chris Hostetter , 31 Oca 2025 Cum, 21:46 tarihinde şunu yazdı: > > > Welcome to java ClassLoader hell! > > : Caused by: java.lang.IllegalArgumentException: resource > : tokenizati

Re: How to create a tokenizer in a way solr will recognize

2025-01-31 Thread Yaşar Arabacı
Thanks a lot. That solved that problem. I am now facing another problem; Caused by: java.lang.IllegalArgumentException: resource tokenization/sentence-boundary-model.bin not found. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220) ~[?:?] at com.google.common.io.Re

How to create a tokenizer in a way solr will recognize

2025-01-30 Thread Yaşar Arabacı
Hi, I am trying to create a custom tokenizer for solr. I am not a Java developer, but I have created https://github.com/yasar11732/lucene-zemberek repository by looking at other tokenizers found in lucene source code. I have packaged it into a jar file using maven and put it and other dependency

Re: Solr shutdown everyday at 11:34:06Z

2025-01-27 Thread Yaşar Arabacı
o if all else fails, check this > option. > > Regards, > Alex > > On Mon, Jan 27, 2025, 2:48 a.m. Yaşar Arabacı wrote: > > > Checking the task scheduler and system event logs didn't reveal > > anything interesting. I also ran procmon during the time it was &g

Re: Solr shutdown everyday at 11:34:06Z

2025-01-26 Thread Yaşar Arabacı
n tomorrow and post updates if anything interesting comes up. Best Regards, Dmitri Maziuk , 25 Oca 2025 Cmt, 22:25 tarihinde şunu yazdı: > > On 1/25/25 12:15, Yaşar Arabacı wrote: > > Hi, > > > > I am facing a weird problem where solr shuts down everyday at exactly > >

Solr shutdown everyday at 11:34:06Z

2025-01-25 Thread Yaşar Arabacı
Hi, I am facing a weird problem where solr shuts down everyday at exactly the same time for no apparent reason. I don't know how to begin to debug this. I am sharing some system info and log entries below. I would appreciate any tips and insights into understanding this issue. Best Regards, === O

Re: First request per TCP/IP connection takes around 5 seconds

2025-01-19 Thread Yaşar Arabacı
Hi, After disabling the security manager, the problem seems to be solved. Best Regards, Yaşar Arabacı Corrado Fiore , 19 Oca 2025 Paz, 16:55 tarihinde şunu yazdı: > > Hi, > > this behaviour might be induced by the Java Security Manager. See these > earlier threads: > > htt

First request per TCP/IP connection takes around 5 seconds

2025-01-18 Thread Yaşar Arabacı
n api endpoints work the same way. Is this a known issue? What steps can I take to debug this? Best regards, Yaşar Arabacı