search for: walisch

Displaying 5 results from an estimated 5 matches for "walisch".

2018 Feb 08
7
How to ensure thread-safety
Hi, I have read the concurrency webpage from the Xapian documentation: http://getting-started-with-xapian.readthedocs.io/en/latest/concepts/concurrency.html But it is still not clear to me how to ensure thread-safety when using libxapian (C++ API). Usually when doing multi-threading many threads can read the same variable concurrently without locking provided none of the threads modifies the
2018 Feb 13
2
How to set environment variable XAPIAN_CJK_NGRAM?
...rong boundaries >are identified that can lead to both false positives and false >negatives. > >Cheers, > Olly > > > >------------------------------ > >Message: 2 >Date: Sun, 11 Feb 2018 20:51:35 +0000 >From: Olly Betts <olly at survex.com> >To: Kim Walisch <kim.walisch at gmail.com> >Cc: xapian-discuss at lists.xapian.org >Subject: Re: How to ensure thread-safety >Message-ID: <20180211205135.GI12724 at survex.com> >Content-Type: text/plain; charset=us-ascii > >On Thu, Feb 08, 2018 at 04:18:12PM +0100, Kim Walisch wrote:...
2018 Feb 09
0
How to ensure thread-safety
On 8 Feb 2018, at 15:18, Kim Walisch <kim.walisch at gmail.com> wrote: > I have read the concurrency webpage from the Xapian documentation: > > http://getting-started-with-xapian.readthedocs.io/en/latest/concepts/concurrency.html > > But it is still not clear to me how to ensure thread-safety when using > li...
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, I am using libxapian in a C++ project (hence I am using Xapian's C++ API) and some user has requested that search requests should ignore accents. E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" is also a search hit. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim
2018 Jul 25
0
Search requests should ignore accents (C++ API)?
On Wed, Jul 25, 2018 at 04:33:58PM +0200, Kim Walisch wrote: > I am using libxapian in a C++ project (hence I am using Xapian's C++ API) > and some user has requested that search requests should ignore accents. > E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" > is also a search hit. Sim...