Displaying 20 results from an estimated 110 matches similar to: "Xapian 1.4.6 released"
2018 Apr 27
3
GSOC 2018: Diversification of Search Results
We are equally excited about working with you over summer.
I think you missed reply by Olly on IRC, you can find it in logs here:
https://botbot.me/freenode/xapian/2018-04-24/?msg=99336093&page=1
- olly
icebyte[m]: i think that probably needs to go through SFC (
https://sfconservancy.org/) as the "legal entity"
- 2:05 am
2018 Mar 09
2
GSoC aspirant - guruprasad hegde
Dear All,
I'm guruprasad hegde. I would like to contribute to Xapian through
GSOC-2018.
Thank you for this wonderful opportunity.
My Introduction:
I study MSc in Computer science at the University of Saarland. I finished
my 4th semester. Some of the courses I took include NLP, Information
Retrieval & Data mining, statistical learning. These courses helped me
develop the interest in
2018 Aug 07
2
GSoC - Math Aware Search report
Hi All,
I created a work product page for GSoC evaluation. I plan to add a couple
of sections soon (bit more detail on summary, challenges, Test suite speed
up work details). Also, Project plan page is not completed yet.
Link: https://trac.xapian.org/wiki/GSoC2018/Maths/Work%20Product
Please let me know if you have any suggestion regarding this.
Regards,
Guruprasad
-------------- next part
2018 Feb 25
3
GSOC 2018: Diversification of Search Results
Hello,
I am Uppinder Chugh (irc nick: icebyte), a senior year undergraduate
student majoring in Computer Science and Engineering at Indian Institute of
Technology, Guwahati. I'm interested to work on the idea of adding the
functionality of search result diversification to Xapian. After having
brief conversations with mentors on IRC, I would like to compile the
discussions and further discuss
2018 Mar 23
3
GSoC aspirant - guruprasad hegde
Hi,
I plan to propose 'Math Aware search' project.
After the literature review on the topic, I found Tangent or MIaS system
would be a good start. With that, I studied both of the systems well.
I plan to pick Tangent because it performs better. Also, it has a good
literature(thesis report and few papers available) and reference code
available.
I keep the summary of both the system, I
2016 Nov 03
2
[Bug 98577] New: Graphical issues with the game SOMA
https://bugs.freedesktop.org/show_bug.cgi?id=98577
Bug ID: 98577
Summary: Graphical issues with the game SOMA
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2018 Jul 02
0
Incomplete HTML escaping by Xapian::MSet::snippet() (CVE-2018-0499)
Hi folks,
I spotted an HTML escaping bug in Xapian::MSet::snippet() while working
on the code. This issue has been assigned CVE-2018-0499 (though
currently there's no useful information on cve.mitre.org for it). I've
added a wiki page for it here:
https://trac.xapian.org/wiki/SecurityFixes/2018-07-02
The intended behaviour is that the selected input text is escaped for
use in HTML,
2018 Jul 20
0
Xapian 1.4.7 released
Xapian 1.4.7 can now be downloaded from:
https://xapian.org/download
This release fixes a regression in Database::check() (and the
xapian-check command line tool which calls that method), fixes a
cursor rebuild bug in the glass backend, adds four new stemmers,
plus a few other changes.
The wiki has a summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.7
A big
2017 May 11
0
Hostname resolve fails after upgrade from 4.2 to 4.5
On 05/11/2017 04:40 PM, Guru Prasad via samba-technical wrote:
> Hi All,
>
> Just have few queries related to resolving the hostnames with the newer
> samba versions (4.5.x) Previoulsy i have used samba 4.2.x.
>
> I have compiled and installed samba 4.2 in my debian machine.
> At the end i have "smbd" and "nmbd" daemons running in my machine.
>
> I
2013 Jan 04
5
FreeBSD wiki offline for a bit
Hey,
Due to a security issue in the moinmoin wiki software, the FreeBSD
wiki will be offline for a bit. I do not yet know if the issue
actually has been exploited in the FreeBSD wiki (haven't had the time
yet to examine it), but I took the wiki down just in case.
Note that even if the software was compromised, it was considered
untrusted from the start and as such heavily sandboxed
2018 Mar 29
0
bug: "no top level messages" crash on Zen email loops
Antoine Beaupré <anarcat at orangeseeds.org> writes:
> Hmm... but if I understand correctly, that's one part of the story: I
> could get that error and not have the problem with `notmuch show`. Does
> that *also* resolve the issue with email loops?
I don't think so, no.
d
2018 Mar 19
2
bug: "no top level messages" crash on Zen email loops
Antoine Beaupré <anarcat at orangeseeds.org> writes:
> On 2018-03-19 13:36:49, David Bremner wrote:
>>
>> I can't duplicate that part.
>
> That's very strange. I can reproduce this on my workstation here, but
> taking the tarball I sent in the original message, I can't reproduce
> anymore. So something changed! I suspect it's the
2017 Dec 16
0
How to get the serialise score returned in Xapian::KeyMaker->operator().
On Fri, Dec 15, 2017 at 03:10:48PM +0800, 张少华 wrote:
> After using boolean terms to get some candidates of documents (still
> too much), we want sorted them by self-defined function which is used
> in Xapian::KeyMaker->operator(). But how can I get the serialise score
> in Xapian::MSetIterator object.
>
> c++ code likes this:
>
> class SortKeyMaker : public
2018 Jan 24
0
How to get the serialise score returned in Xapian::KeyMaker->operator().
On Tue, Jan 23, 2018 at 12:55:31AM +0800, 张少华 wrote:
> We realise our score function using PostingSource instead of using
> KeyMaker, we reference your python example and source code of xapian,
> the simple demo is here.
> https://github.com/xiangqianzsh/xapian_leaning/blob/master/postingsource/ExternalWeightPostingSource.h
I'd just put the get_weight() and get_maxweight()
2018 Jun 09
1
output debug information of LOGCALL_CTOR/LOGCALL_VOID/...
On 9 Jun 2018, at 07:37, 张少华 <xiangqianzsh at 163.com> wrote:
> Many functions in xapian can be traced when they are called using LOGCALL_CTOR/LOGCALL_VOID/... and I want to output the debug information.
In xapian-core/HACKING in the source code there's a section on this. As well as pass --enable-log to configure, you also need to:
* set XAPIAN_DEBUG_LOG to be the path to a file
2003 Jul 04
0
More re: Shell and 1.4.6
I have received a number of reports of light-weight Bourne Shell
derivatives (ash, dash, ...) in popular distributions that don''t have
support for XOR. While using XOR results in much cleaner code, there is
only one place in the latest Shorewall Snapshot where XOR is used. I
have therefore decided to remove the requirement for XOR even though it
results in some rather hackish code.
-Tom
2003 Jul 07
1
Shorewall 1.4.6 Beta 2
Changes since Beta 1:
Problems Corrected:
1. Corrected a problem in Beta 1 where DNS names containing a "-" were
mis-handled when they appeared in the DEST column of a rule.
New Features:
1. The limit of 256 addresses for an address range has been removed.
Shorewall now decomposes the range into an optimal set of
network/host addresses (see also the
2007 Oct 18
0
Zaptel 1.2.21 and 1.4.6 released
The Asterisk.org development team has announced the release of Zaptel
versions 1.2.21 and 1.4.6. These releases contain many bug fixes as well
as performance enhancements (Too many to list here). A couple of major
changes: there is an update to the Octasic API version as well as a
considerable rewrite of the wct4xxp driver. The xpp drivers have been
updated quite a bit as well. There was
2007 Oct 18
0
Zaptel 1.2.21 and 1.4.6 released
The Asterisk.org development team has announced the release of Zaptel
versions 1.2.21 and 1.4.6. These releases contain many bug fixes as well
as performance enhancements (Too many to list here). A couple of major
changes: there is an update to the Octasic API version as well as a
considerable rewrite of the wct4xxp driver. The xpp drivers have been
updated quite a bit as well. There was
2007 Jun 29
0
Asterisk 1.2.20 and 1.4.6 released
The Asterisk development team is proud to announce the releases of
versions 1.2.20 and 1.4.6!
These releases are regular maintenance releases. They have been made
just a couple of weeks after the previous set of releases because the
development team has been working especially hard on fixing bugs lately.
There has been a large volume of issues fixed in just two weeks.
We would also like to