search for: devfort

Displaying 20 results from an estimated 76 matches for "devfort".

Did you mean: devcore
2018 Jun 20
2
Welcome to the "Xapian-discuss" mailing list
Hi, I'm new to Xapian and wanted to know if it has a specific feature. I want to be able to check the relation between two terms on a page based on how close they are together on the page. I want to use a combination of n-gram based labeling and the "slop" feature found in Elasticsearch. Does Xapian have this/a similar feature? I haven't been able to find any programs that have
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac defaults to 64 bit. How can I configure Xapian core and Xapian python bindings to build 32 bit?
2011 Mar 26
2
Building Xapian on Mac OSX 10.6.x
I have a project that requires Xapian for a 32 bit arch, but Mac defaults to 64 bit. How can I configure Xapian core and Xapian python bindings to build 32 bit?
2017 Apr 08
2
Search Algorithm Used for Keyword Search
Dear Sir, I'm doing a literature survey on search engines. As Xapian is open source, I think I can get the information required by me.  I assume that your system builds a list of keywords and tags to every keyword the documents where it can be found. My questions are as follows: 1. What is the search algorithm used for searching the list of keywords that your search engine has?. Is it the
2018 Jun 21
0
Welcome to the "Xapian-discuss" mailing list
...docs/apidoc/html/classXapian_1_1Query.html#adb287c496f72327d1c1411fac0570ea9 > > I've added some notes to our missing documentation list [1] that we need to work on this! > > [1] https://trac.xapian.org/wiki/MissingDocumentation > > J > > -- > James Aylett > devfort.com — spacelog.org — tartarus.org/james/ > > > > -- > Gaby Goldberg > Data Analysis and Marketing Intern > p: 805.452.5413 > w: carpe.io e: gaby.goldberg at rivdata.com > > -- James Aylett devfort.com — spacelog.org — tartarus.org/james/
2011 Sep 23
2
understanding stemming and synonyms
I am working with version 1.2.7 and want to use stemming and synonyms. I use the perl-bindings and get some problems. First of all: the perl-bindings dont allow the QueryParser a third argument when calling parse_query! So i cannot set a default prefix (which perhaps is the solution to my problem, but later more) i have a simple testcase: 3 documents, every document only has one word:
2018 Oct 28
2
Fwd: GoXapian
...ebServer/tree/master/Project/src/code.myceliUs.com/GoXapian <https://github.com/CargoWebServer/CargoWebServer/tree/master/Project/src/code.myceliUs.com/GoXapian>. I can wrote some unit test as you want, do you have some already written for Java or C++... > > Thx!-) -- James Aylett devfort.com <http://devfort.com/> — spacelog.org <http://spacelog.org/> — tartarus.org/james/ <http://tartarus.org/james/>
2011 Apr 27
2
Omindex: what are the default numbered indexes?
...> > You can use delve to interrogate Xapian databases, such as: > > $ delve -V -r <docid> <path-to-database> > > which will display the values (and also the terms) for that document. > > J > > -- > James Aylett > talktorex.co.uk - xapian.org - devfort.com Hello James :-) Thanks for correcting my terminology. The info about the reserved use of values 0-2 was exactly what was needed allowing a perfectly functional solution but one that creates two "&COLLAPSE="s in the URL; maybe the other should be an "&xCOLLAPSE="?...
2017 Apr 23
2
Question about the ticket #743 omindex: delay libmagic checks
> > I'd suggest to start with you just look at moving the libmagic check after > the filesize checks, so you don't need to get into whether libmagic or > the database check is cheaper on average. hi, Olly, I have moved the libmagic check after the filesize check directly, https://github.com/caiyulun/xapian/commit/3a97d9ee5397fa900a473aa9b3d8eeb720177a4e can you provide
2017 Mar 23
2
GSoC 2017: Letor Click Data Mining
> You could do that by identifying the search session instead of the user, > which makes it closer to what we need than to something that might trip you > into privacy concerns. Okay, that would be much better. :) > Third records some information about what sort of query it is — add, > morelike or a plain query. Last provides the estimated match size and then > the HTTP
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap.
2016 Sep 22
2
issues compiling omega
All, I'm having some issues compiling omega. Here are the particulars I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from make: libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wca st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2011 Sep 21
2
Xapian-discuss Digest, Vol 88, Issue 9
...ither onto a page on the wiki talking about how the PHP bindings could > be improved, or into tickets. Beyond <http://trac.xapian.org/ticket/520> I > couldn't find anything at the moment. > > Best, > James > > -- > James Aylett > talktorex.co.uk - xapian.org - devfort.com - spacelog.org > > > > > ------------------------------ > > _______________________________________________ > Xapian-discuss mailing list > Xapian-discuss at lists.xapian.org > http://lists.xapian.org/mailman/listinfo/xapian-discuss > > > End of Xapian-dis...
2016 Sep 09
3
problem with bindings configure script
All, I'm trying to compile xapian core and bindings under cygwin. I have no issues running the configure script and then compiling core, but bindings is giving me some issues. I'm running the configure script for bindings as follows: in xapian-bindings-1.4.0 directory. ./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had two issues. The first I solved by doing
2016 Aug 19
2
KMeans - Evaluation Results
...;random", mode="kmeanspp") as it is now. That will involve exposing some part of that set of classes to make that API. (There are a number of ways of initialising them in the literature already, and it would be nice to allow users to experiment with their own.) J -- James Aylett devfort.com ? spacelog.org ? tartarus.org/james/
2017 Apr 08
2
Omega: Missing support for newer weighting schemes
Hi, In my explorations of Omega codebase, I have found that Omega is currently missing support for newer weighting schemes added in 1.4.1 (BM25+, PL2+, Dir+). I'd submit a PR addressing that but as I think I might be missing something so just wanted to check if there's a particular reason for that? P.S. Finally back after a long week. Been eagerly waiting for a weekend since the
2017 Jul 16
2
Click Model Implementation
> So I think you should go ahead with SDBN, and not worry about the class > hierarchy. Okay, I'll start with the implementation of SDBN class. > What sort of performance constraints are there on the implementation? > Which language are you proposing building this in? Only major performance constraint would be on the training step in the implementation. Although, SDBN has a
2011 May 15
0
Fwd: FLAG_PARTIAL and subset words
...flag.FLAG_PARTIAL); >>> The op is AND and the get_description is fairly long (I removed some >>> of it since there is a limit of 40k in the list) > > Here is the full description: > http://pastebin.com/raw.php?i=BryC3q5q -- James Aylett talktorex.co.uk - xapian.org - devfort.com - spacelog.org
2010 May 21
1
GPL license
Hello, can I use Xapian in a non-free software? ehsan.
2010 Oct 09
1
cron.daily is tossing this strange message about xapian:
/etc/cron.daily/apt: Traceback (most recent call last): File "/usr/sbin/update-apt-xapian-index", line 581, in <module> import os.path, re, imp, glob, xapian, textwrap, shutil, fcntl, errno, itertools, time File "/usr/lib/python2.6/dist-packages/xapian.py", line 6, in <module> import _xapian ImportError: /usr/lib/python2.6/dist-packages/_xapian.so: