Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread Peter von Kaehne
Here are some indexing parameters. https://getting-started-with-xapian.readthedocs.io/en/latest/concepts/indexing/limitations.html#index-limitationsNot all will be relevant but default word size of 245 will be unnecessary for most languages. PeterSent from Outlook for iOSFrom: sword-devel on behal

Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread Peter von Kaehne
Xapian is of course used by Gnome extensively and while initial indexing of a full home directory or full mailbox - each many multiples of a sword module or even a relatively sizeable library - can take its time I never had a concerns with index size in daily use with Gnome indexing. So could it be

Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread Greg Hellings
On Thu, Jun 5, 2025 at 1:56 PM Karl Kleinpaste wrote: > On 6/5/25 1:07 PM, Greg Hellings wrote: > > Sword has support for Xapian, I believe, which is a much more recent and > up to date library > > > Way back in November 2014, when Xapian's presence in Sword was new, I > experimented with it. The

Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread Karl Kleinpaste
On 6/5/25 1:07 PM, Greg Hellings wrote: Sword has support for Xapian, I believe, which is a much more recent and up to date library Way back in November 2014, when Xapian's presence in Sword was new, I experimented with it. The problem I found is that its generated indices are absolutely humo

Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread DM Smith
I’ll see about giving Xapian a go. I used your cmake contribution to compile. First time using cmake. Is it easy to modify that for Xapian? — DM > On Jun 5, 2025, at 1:07 PM, Greg Hellings wrote: > > CLucene had been ready dead for a long time. I've maintained some patches on > github in a b

Re: [sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread Greg Hellings
CLucene had been ready dead for a long time. I've maintained some patches on github in a branch I tagged with 2.3.3.5 a while back that allowed it to cross compile to Windows with GCC once updates to the compiler broke it years ago. Sadly, everything that replaces it seems to be very slow by compa

Re: [sword-devel] (reproducing) Endless looping

2025-06-05 Thread DM Smith
I’ve found the bug. Now I’m trying to figure out how/why the code was changed from having fixed the bug to reintroducing it. In Him, DM > On Jun 1, 2025, at 3:35 PM, DM Smith wrote: > > Pinoaffe, > > I haven’t looked at it yet. I’ll try to start looking at it this week. I saw > your

[sword-devel] japanese modules repo?

2025-06-05 Thread Karl Kleinpaste
Once upon a time, there existed a repo containing Japanese modules. Crosswire contains JapBungo, JapDenmo, JapKougo, JapLifeLine, and JapRaguet. But I also have JapBungoNew, JapKougoNew, as well as jpn1965eb from eBible ("eb" suffix, with abbrev "NJB"; it's no longer there), and sinkaiyaku. H

[sword-devel] RIP CLucene on Mac Silicon

2025-06-05 Thread DM Smith
This morning I tried to build SWORD lib on my MacBook. It took some trial and error to get it to build, but it was without CLucene. For those that are interested, homebrew is the typical way to install Un*x packages on a Mac. After adding many packages necessary for build to work at all, I work