search for: ojwb

Displaying 19 results from an estimated 19 matches for "ojwb".

Did you mean: jwb
2018 Mar 20
2
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 06:30:07PM +0000, Olly Betts wrote: > https://lists.xapian.org/pipermail/xapian-discuss/2018-January/009585.html Related to this, the appveyor build is currently failing on git master. Unfortunately the change at which is started to fail was the addition of the new "honey" backend, which doesn't narrow things down to a useful degree. I've checked over
2016 Dec 29
2
Formulating Advanced Queries with Xapian-Omega
...there any working examples, HowTos, Faqs ? and ...................................................................... .. I have a branch which adds support for arbitrary glob-style wildcard patterns (where * matches 0 or more characters and ? a single character): <https://github.com/ojwb/xapian/tree/extended-wildcards> https://github.com/ojwb/xapian/tree/extended-wildcards The code there works, but is waiting for some benchmarking and profiling before being merged. ...................................................................... ... Regarding the above questions...
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website said it sent me mail, I never got a mail. Someone else, please confirm this is broken. A bug I'd like to file is that I'd like an option to search *word. Currently you can only search word*. The example where I would find this useful is searching for urls and email addresses. For example, I want to find emals from
2017 Mar 31
3
xapian bug tracker registration email is not working
I tried to register yesterday, twice with 2 email addresses. The website said it sent me mail, I never got a mail. Someone else, please confirm this is broken. A bug I'd like to file is that I'd like an option to search *word. Currently you can only search word*. The example where I would find this useful is searching for urls and email addresses. For example, I want to find emals from
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply. I had run vcvars64.bat,but still cann't find 'cl'. Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". And other errors : # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include
2018 Mar 29
0
how to build 64bit xapian using MSVC2017?
...ed to result in programs linked to libxapian failing on start-up with no error message. 32-bit builds with MSVS 2015 and 2017 work fine with the remote backend and replication. This is all backported to the RELEASE/1.4 branch and the CI builds are green there too: https://ci.appveyor.com/project/ojwb/xapian/build/44 These changes will be in 1.4.6 once released. Meanwhile snapshots from here should work (you'll want 1.4.5_git268 or later which is currently being generated as I write so should be there shortly): https://oligarchy.co.uk/xapian/RELEASE/1.4/ I've also added some notes on...
2019 Feb 21
0
How to build xapian 1.4.10 with MSVC2017
...gt; checking for fgrep... /usr/bin/grep -F > checking for non-GNU ld... no > configure: error: no acceptable ld found in $PATH Looking at the CI logs, it seems that xapian-core's configure there finds GNU ld, but doesn't actually use it for the build: https://ci.appveyor.com/project/ojwb/xapian/builds/22443660/job/muwq9r3jmcde4h92?fullLog=true#L844 So probably installing GNU ld from mingw would work around this, but really you shouldn't need to have it installed as MSVC is used for linking. You could try adding LD=link to the configure command line (to tell it to use the Micr...
2019 Jun 14
2
Text-Extraction Libraries for Omindex
This is a list with some libraries that I have been looking at. The idea is to discuss the advantages and disadvantages of adding some of these libraries to Xapian. If anyone knows another library that could be add to the list it would be great! Libfreexl: * For Excel (.xls) * Last release: 2018-02 * Info: gaia-gis.it/fossil/freexl/index * License: MPL tri-license
2017 Jan 12
2
NEAR non-leaf subqueries
Olly Betts writes: > On Wed, Jan 04, 2017 at 07:29:58AM +0100, Jean-Francois Dockes wrote: > > Olly Betts writes: > > > The ticket has a patch which attempts to handle the OR case (which seems > > > to be the part you actually care about) but this suffers from issues with > > > object lifetimes which get a bit involved in the details. Since there >
2016 Dec 12
1
testing
If the subject of xapian-core apitests on MSYS/MINGW and MSYS2/MINGW is taken up it might be noted that the compiler version could be recorded, probably gcc 5.3.0 or newer, that closed pipes might be an issue, and also allocating for the location of xapian-tcpsrv. Not from my own tests but another man informed there was some problems with [MSYS2] python bindings. I am not knowledgeable of the
2017 Sep 04
2
how to build Xapian project on windows?
> It's close to irrelevant when they last worked at this point - the current > stable release series is 1.4.x, and they definitely won't work with that. acknowledged Visual Studio 2008, win32 makefiles (from C. Hull's website) and xapian-core-1.2.8 are mentioned together on this webpage https://lists.xapian.org/pipermail/xapian-devel/2012-October/001883.html
2017 Jan 20
0
NEAR non-leaf subqueries
...work in practice I concluded the heap really only benefits advancing to the next position, whereas the common operation is skipping to at least position N. In practice the cost of maintaining the heap cancels out the savings, so I've pushed a simpler approach to the branch: https://github.com/ojwb/xapian/tree/orpositionlist Can you give that some real-world testing? Cheers, Olly
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...gt; checking for fgrep... /usr/bin/grep -F > checking for non-GNU ld... no > configure: error: no acceptable ld found in $PATH Looking at the CI logs, it seems that xapian-core's configure there finds GNU ld, but doesn't actually use it for the build: https://ci.appveyor.com/project/ojwb/xapian/builds/22443660/job/muwq9r3jmcde4h92?fullLog=true#L844 So probably installing GNU ld from mingw would work around this, but really you shouldn't need to have it installed as MSVC is used for linking. You could try adding LD=link to the configure command line (to tell it to use the Micr...
2016 Dec 22
1
Formulating Advanced Queries with Xapian-Omega
Hello, We have Xapian-Omega installed (Linux) and working in default mode and have browsed several interesting pages on the main site, at trac.xapian.org (the wiki) and in the mailing list. Having tested various search options (up to now only for Omega) we would like to ask a couple of questions. 1. Is it possible to search for Patterns of Text with Omega and/or Xapian Queries ?
2016 Dec 14
1
testing
...and also allocating > for the location of xapian-tcpsrv. > > Not from my own tests but another man informed there was some problems with > [MSYS2] python bindings. That's unhelpfully vague, but perhaps this patch helps with "closed pipes"? https://github.com/ojwb/xapian/commit/43af24c4a39819463621e9f8494cf7fdd30736e4.patch If so, let me know and I'll apply it to git master. > I am not knowledgeable of the packages and/or files utilised with MSYS/MINGW > and/or MSYS2/MINGW to resolve a hostname, however, maybe a xapian-core > compile...
2018 Apr 03
3
how to build 64bit xapian using MSVC2017?
...to result in programs linked to libxapian failing on start-up with no error message. 32-bit builds with MSVS 2015 and 2017 work fine with the remote backend and replication. This is all backported to the RELEASE/1.4 branch and the CI builds are green there too: https://ci.appveyor.com/project/ojwb/xapian/build/44 These changes will be in 1.4.6 once released. Meanwhile snapshots from here should work (you'll want 1.4.5_git268 or later which is currently being generated as I write so should be there shortly): https://oligarchy.co.uk/xapian/RELEASE/1.4/ I've also added some notes...
2017 Jan 20
2
NEAR non-leaf subqueries
...he heap really only benefits advancing to the next position, > whereas the common operation is skipping to at least position N. In > practice the cost of maintaining the heap cancels out the savings, so > I've pushed a simpler approach to the branch: > > https://github.com/ojwb/xapian/tree/orpositionlist > > Can you give that some real-world testing? It's not real real-world, but I built a contrived set of files on pairs of stemmed words (all 2-word combinations of floor/floors/floored/flooring), and the last commit of the branch works fine, finding all docs...
2016 Sep 27
1
omega issues/notes
All, I've run into a couple of things using omega/omindex under cygwin. I don't think I'd attribute them to xapian, omega or omindex, but wanted to get them out to the list so that if anyone else should run into these things down the road, hopefully someone will remember and be able to help. 1) after compiling and building omega, and doing make install, I get a set violation when
2011 Mar 28
0
Draft Application for GSoC 11 - Text extraction libraries - please review
...THAugust - 20THAugust: Submission of final evaluations to Google by both students and mentors.Wonderful Time. Take A few Days To Chill out and Join the team for the remaining journey to achieve our ultimate goal. Previous Discussion of your Project I have discussed my project extensively with ojwb.Also I have contacted the person (Jean-Francois Dockes) who manages Recoll ( an application using xapian as a backend for searching ). Projects done till now * Project : Office Automation Client : School of Engineering office ,CUSAT Team Size : 4 Cochin University of Science & T...