Displaying 20 results from an estimated 30000 matches similar to: "git mirror"
2018 Feb 13
2
How to set environment variable XAPIAN_CJK_NGRAM?
Olly, Thanks a lot!
I installed Xapian 1.2.25 on Ubuntu 14.04. How to set environment variable XAPIAN_CJK_NGRAM? I'm a newbie to Xapian.
Best wishes,
Peter
At 2018-02-12 20:00:02, xapian-discuss-request at lists.xapian.org wrote:
>Send Xapian-discuss mailing list submissions to
> xapian-discuss at lists.xapian.org
>
>To subscribe or unsubscribe via the World Wide Web,
2018 Nov 12
0
Fwd: GoXapian
Hi Olly,
I setup the environment for the golang branch and build it without
problem. Cgo complain about the generated cc file and dosent regonize it as
swig generated file... curious. There no more problem with the MSet and
ESet and all class seem to be generated in Go correctly. I will try
tomorrow to manually invoke swig over your .i file and see if the code is
generated properly. The file
2016 Feb 25
2
Database left unlocked by Tcl bindings
On Thu, 25 Feb 2016 02:24:51 +0000, Olly Betts <olly at survex.com> wrote:
> On Wed, Feb 24, 2016 at 04:30:55PM +0100, Eric J wrote:
>> On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>>>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>>>> % package require xapian 1.0.0
>>>> 1.2.18
>>>
>>>
2014 Nov 28
2
Switched to git
We've finally completed the move away from subversion, and the master
code repository for Xapian is now git.
We've had an automatically updated git mirror for more than 4.5 years,
so for most people this probably makes little practical difference.
The main thing you may notice is that patches and pull requests will
now get merged via git, so history can be easily preserved where that
2018 Nov 11
2
Fwd: GoXapian
On Mon, Nov 05, 2018 at 09:04:23PM +0000, Olly Betts wrote:
> Dave Courtois wrote:
> > Hi there just a little word to tell you that Xapian 1.4.6 work in
> > Golang 1.9. There is some issue with the MSet ESet, the namespace part
> > of the name is drop by swig. There is also some error with define
> > macro in .i files, but with minor change all work perfectly.
I had a
2016 Feb 24
4
Database left unlocked by Tcl bindings
On Wed, 24 Feb 2016 03:17:35 +0000, Olly Betts <olly at survex.com> wrote:
>On Mon, Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>>
2013 Sep 25
2
Is the project learning to rank need to be improved?
As Olly has already pointed out the 2012 branch is not merged.
I think there are some compilation errors in the branch.
The code in branch is better refactored. The Ranker and FeatureManager
classes are well defined and implemented.
Parth.
On Wed, Sep 25, 2013 at 9:02 AM, Olly Betts <olly at survex.com> wrote:
> On Tue, Sep 24, 2013 at 08:34:10PM +0800, jiangwen jiang wrote:
>
2014 Feb 13
2
回复: A beginner in "Posting list encoding improvements"
I think what i did is the same with you except i use make rather than make -sj8, and I did as root.
And I do as you wrote again:
root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# ./configure
[...]
root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# make -sj8
Making all in .
Making all in docs
Making all in tests
root at
2014 Nov 30
3
Contributing to Xapian
Hi Olly
I will try to work on :
http://trac.xapian.org/wiki/GSoCProjectIdeas#Project:LearningtoRank
I will be taking a Machine Learning class the next semester and I hope that
this project will help me supplement my learning in Machine Learning and
also gain a bit of knowledge in IR.
If you can give me ideas on how to get around with the code for LTR
project, it will be awesome. I can look at
2014 Sep 29
2
Help with xapian
Hi,
I have started getting a hang of the xapian codebase. I think I would like
to try my hands on the letor module of xapian. Could you please suggest
some free data set for the training and testing of letor features. I am not
able to get the INEX data set from anywhere (the one mentioned by parth
gupta in his GSOC 2011 projecct.
Regards
Karthik
On Mon, Sep 22, 2014 at 4:23 PM, Olly Betts
2017 Apr 03
2
PHP7 bindings released
Hi,
I didn't notice php7 bindings were included since 1.4.2. That's good.
But I have some problems with these,
I compiled xapian-bindings 1.4.3 in a debian 9 container, but had no luck
with it:
php -r 'require
"/usr/share/php/xapian.php";var_export(Xapian::version_string());'
'1.4.3'Segmentation fault (core dumped)
Regards,
Pascal
Bonne journée
Pascal
2014 Feb 24
2
Summer of Code help
Hello Olly,
I read about Xapian and SWIG and the bindings that Xapian has with other
languages.
According to what I've read, I understand that
Xapian is a search engine library written in C/C++. It can be
integrated with web applications which handle large amount of data.
But since the web applications may be written in a variety of languages a
binding is required for the web app to be able
2014 Mar 17
2
[GSOC 2014] Indexing INEX dataset
Hi Olly,
Wouldn't setting the weight of terms in title back to normal (e.g. 5 to 1)
by below line, automatically adjust the wdfs and field lengths?
indexer.index_text(title, 5, "S"); -> indexer.index_text(title, 1, "S");
if it does not then we should include that part in the patch too. I like to
create a patch for xapian-letor for resolving common code of xapian.
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.
2018 Mar 31
2
sorting large msets
Olly Betts <olly at survex.com> wrote:
> On Fri, Mar 30, 2018 at 05:21:43PM +0000, Eric Wong wrote:
> > Hello, is there a way to optimize sorting by certain values
> > for queries which return a huge amount of results?
> [...]
> > $enquire->set_sort_by_value_then_relevance(0, 1);
>
> If you're just wanting the 200 newest, it'll be faster not to
2019 Apr 10
3
Help Regarding, Improve Estimated total number of results
Okay thanks, how do I make a patch and submit one? Do you have a link for the same?
Thanks&Regards,
Hemant Kumar Singh
On Apr 10 2019, at 4:13 am, Olly Betts <olly at survex.com> wrote:
> On Tue, Apr 09, 2019 at 04:07:58PM +0530, Hemant Kumar Singh wrote:
> > The GSoC guide section recommends reading of the hacking.
>
>
> I don't actually see a reference to
2019 Apr 10
2
Help Regarding, Improve Estimated total number of results
Thanks, as per my knowledge, after downloading the source code, and making changes and then making sure it works properly , recompiling it and then patch it and finally submit a pull request.
But what all changes should I/can I make? Please provide me some insight into this.
Thanks&Regards,
Hemant Kumar Singh
On Apr 10 2019, at 10:56 am, Gaurav Arora <gauravarora.daiict at gmail.com>
2014 Feb 27
2
Summer of Code help
I think there is a development in the bug #616.
The exception obtained is:
Exception in thread "main" java.lang.IllegalArgumentException: No enum
class org.xapian.TermGenerator$flags with value 0
at org.xapian.TermGenerator$flags.swigToEnum(TermGenerator.java:143)
at org.xapian.TermGenerator.setFlags(TermGenerator.java:71)
at org.xapian.examples.SimpleIndex.main(SimpleIndex.java:54)
2011 Feb 11
1
unoconv 0.4 issues
> Date: Mon, 10 Jan 2011 18:29:55 +0530
> From: <xapian at catcons.co.uk>
> Subject: Re: [Xapian-discuss] unoconv 0.4 issues
> To: <xapian-discuss at lists.xapian.org>
> Cc: 'Olly Betts' <olly at survex.com>
> Message-ID: <000801cbb0c6$4a09a3b0$0f02000a at cw8xp>
> Content-Type: text/plain; charset="us-ascii"
>
>
> Thanks
2014 Jun 26
2
About memory index/search in multithread program
There may be some solutions?for example
class XAPIAN
{
*static* int InitDatabase(); //for reading only, do not need lock, but
if writing use lock
int Search(); //safe in one object, do not need lock
};
XIPIAN xp[ THREAD_NUM ];
one thread use one object, they use one database.
these can be in memory with one database.
2014-06-24 20:48 GMT+08:00 Olly Betts <olly at survex.com>: