Displaying 20 results from an estimated 590 matches for "survex".
Did you mean:
survey
2020 Feb 08
2
prioritizing aggregated DBs
Olly Betts <olly at survex.com> wrote:
> On Fri, Feb 07, 2020 at 09:33:08PM +0000, Eric Wong wrote:
> > Hey all, I've been using ->add_database for a few years
> > to tie sharded DBs together and it works great.
> >
> > Now, I want to be able to search across several DBs
> > which...
2009 Sep 02
1
Xapian Error 126
hi~
OS: Windows Server 2008 R2
<http://code.google.com/p/djapian/source/detail?r=2>, 64-bit
xapian version: 1.0.15, just installed the package from
http://www.flax.co.uk/xapian/1015/xapian-python-bindings%20for%20Python%202.6.2%20-1.0.15.win32.exe
dapian version: 2.2.4, use xapian in dapian.
When running the rebuild, got the error, like:
>python manage.py index --rebuild
[Error 126]
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....
2018 Feb 13
2
How to set environment variable XAPIAN_CJK_NGRAM?
...1. Re: How to let Xapian support Chinese searching (Olly Betts)
> 2. Re: How to ensure thread-safety (Olly Betts)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sun, 11 Feb 2018 20:34:44 +0000
>From: Olly Betts <olly at survex.com>
>To: Peter Zhao <peterzhaonj at 163.com>
>Cc: xapian-discuss at lists.xapian.org
>Subject: Re: How to let Xapian support Chinese searching
>Message-ID: <20180211203444.GH12724 at survex.com>
>Content-Type: text/plain; charset=us-ascii
>
>On Sat, Feb 10, 201...
2008 Sep 27
3
Query::MatchAll
Why there still been rank when using Query::MatchAll() ?
2019 Mar 03
2
A Greeting for Xapian community
On Sun, Mar 03, 2019 at 05:13:09PM +0000, James Aylett wrote:
> On 3 Mar 2019, at 17:01, Olly Betts <olly at survex.com> wrote:
>
> > I suspect what's going on here is that bootstrap will by default
> > download, build and install (into a subdirectory of the build tree) any
> > of the autotools for which suitable versions aren't already installed.
> > They have documentatio...
2004 Sep 13
4
[fm #41603] (news-admins) Submission report - Xapian and Omega
Please read the following notes regarding your project at freshmeat.net:
- olly at survex.com has requested ownership of the freshmeat record for
your project. Do you approve this change? If you are not sure what this
means, please see http://freshmeat.net/faq/view/46/.
Sincerely,
Ray Shaw
<news-admins at freshmeat.net>
--- Headers Follow ---
>From noreply at freshmeat.net...
2016 Jan 05
2
synonym expansion for boolean prefixes.
Olly Betts <olly at survex.com> writes:
> A better option for this is probably a FieldProcessor - you set one for
> a prefix and the it gets passed the value and returns a Query object
> for it. E.g. in lua (where you can just pass an anon function for the
> FieldProcessor - we ought to support C++11 lambdas...
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 HACKING on
> https://trac.xapian.org/wiki/GSoC%20Guide but it does direct you to the...
2016 Jan 09
1
synonym expansion for boolean prefixes.
Olly Betts <olly at survex.com> writes:
> On Tue, Jan 05, 2016 at 08:43:13AM -0400, David Bremner wrote:
>> Olly Betts <olly at survex.com> writes:
>>
>> > To achieve this with synonyms in a configurable way you'd need to
>> > rewrite the synonyms in the database to match the c...
2018 Apr 06
1
sorting large msets
> > Olly Betts <olly at survex.com> wrote:
> > >
> > > The reverse order (ENQ_ASCENDING) is really fast - about 0.0001 seconds.
> > > This is because in that case we can just stop once we've found 200
> > > matches.
With a few million documents, that ENQ_ASCENDING sounds promising :)...
2019 Sep 19
3
Improving partial lookup results
Incidentally, if you're actually aiming to match different forms of a
name (Peter vs Pete, Ann vs Anne vs Annette) then you might find the
synonym feature a better option than wildcarding.
You'd need to give it a list of names to treat as synonyms, but it
should have many fewer false positives, and can also handle cases
which aren't just a substring - e.g. Robert vs Rob vs Bob vs
2020 Feb 19
2
prioritizing aggregated DBs
Olly Betts <olly at survex.com> wrote:
> On Sat, Feb 08, 2020 at 06:04:42PM +0000, Eric Wong wrote:
> > Olly Betts <olly at survex.com> wrote:
> > > On Fri, Feb 07, 2020 at 09:33:08PM +0000, Eric Wong wrote:
> > > > Or would I fiddle with wdf_inc for all ->index_text and ->add_ter...
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 y...
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...
2011 Feb 07
4
http://xapian.org/download RHEL instructions
Hello :-)
The instructions regards Tim Brody's packages are incomplete in that
rpm-eprints-org-key is needed by rpm-eprints-org-xapian-5-1.noarch. The RPM
for rpm-eprints-org-key is at
http://rpm.eprints.org/rpm-eprints-org-key-1-1.noarch.rpm
Best
Charles
2014 Feb 24
2
Summer of Code help
...ian
software. And SWIG plays a role in generating intermediate code for the web
app to link with the bindings.
I'd like to know if what I've understood is correct.
Thanks and Regards,
Anish Kanchan
Student, University of Mumbai
On Sun, Feb 23, 2014 at 11:50 AM, Olly Betts <olly at survex.com> wrote:
> Hi Anish,
>
> On Sat, Feb 22, 2014 at 05:47:44PM +0530, Anish Kanchan wrote:
> > I wish to participate in the Google Summer of Code program. I good at
> Java,
> > PHP and C++. I went through all the projects and I feel that the skills
> > required for...
2006 May 20
2
xapian-tcpsrv need to reopen database?
Hi, I'm adapting the omega (in a Python way ;) to do search across multiple
remotes database, for now, I have only one xapian-tcpsrc running, but I have
documents being inserted at the same time, so (like I have readed in others
e-mails) the xapian-tcpsrc throw the following message:
Connection from 192.168.0.101, port 64161
Got exception DatabaseModifiedError: The revision being read has
2013 Sep 25
2
Is the project learning to rank need to be improved?
...s 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:
> > There's xapian-letor folder in current master trunk, is this code merged
> in
> > 2011?
>
> Yes.
>
> > the letor code of 2012 is not merged to the trunk?
>
> It hasn'...
2020 Aug 24
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote:
> The report you show seems to be just the time take by each function
> directly rather than including functions it calls. It looks like a lot
> of the time is spent in cursor movement, as totalling up things that
> seem like they'd be due to that I quickly get to 40...