Displaying 15 results from an estimated 15 matches for "asjo".
Did you mean:
asio
2016 Jul 25
1
Xapian 1.4.0 released
...hat will add more overhead to big data computing.
How is the overhead different whether your code checks it or Xapian does?
Best regards,
Adam
--
"Oh, we all like motorcycles, to some degree." Adam Sj?gren
asjo at koldfront.dk
2020 Nov 16
4
set_max_expansion in perl-bindings?
...moving from Ubuntu 16.04 (libxapian 1.2.22, Search::Xapian
1.2.21) to Ubuntu 18.04 (libxapian 1.4.5, Search::Xapian 1.2.25).
Best regards,
Adam
--
"This computer stuff is amazingly complicated. I Adam Sj?gren
don't know how anyone gets anything done." asjo at koldfront.dk
2008 Oct 07
1
How can i get the source of xapian
How can i get the source of xapian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20081007/cbc58294/attachment-0001.html>
2010 Mar 13
1
Stemmer in Xapian, some questions from student.
Hello,
I am student from University of Science and Technology in Cracow. I would
like to ask you some questions about Xapian, because it is one of few
search engines I am testing.
1. What type of stemmer is used in Xapian? Are You able to write some
important features applied to Xapian?
2. We must use stemming for polish language. I read on Your webpage what
languages include Xapian. There is no
2016 Jan 24
0
xapian websites available via https
...this list..." on
https://lists.xapian.org/pipermail/xapian-devel/2015-December/thread.html
points to http://lists...
Best regards,
Adam
--
"Jeg kan godt lide den hvor Cobber starter!" Adam Sj?gren
asjo at koldfront.dk
2016 Jan 24
0
xapian websites available via https
...get it
verified first or something, to prevent spam, as I saw no
"Edit"-button/link, so I didn't even try.
Best regards,
Adam
--
"Facebook cannot control emotions of users. Facebook Adam Sj?gren
will not control emotions of users." - Facebook's COO asjo at koldfront.dk
2016 Jan 24
1
xapian websites available via https
On Sun, Jan 24, 2016 at 10:28:22PM +0100, Adam Sj?gren wrote:
> Olly writes:
> > Fixed. Being a wiki, anyone can fix such links - please feel free to.
>
> I was under the impression that you had to create an account and get it
> verified first or something, to prevent spam, as I saw no
> "Edit"-button/link, so I didn't even try.
You actually already have an
2016 Jul 10
3
Xapian 1.4.0 released
On Fri, Jul 08, 2016 at 06:42:23PM -0700, Kevin Duraj wrote:
> The issue is that delve was renamed to xapian-delve but documentation
> is still saying that delve is delve. Who has access to update the
> documentation?
>
> http://www.linuxfromscratch.org/blfs/view/svn/general/xapian.html
That website has nothing to do with Xapian, so you probably need to
contact whoever runs it.
2016 Jan 24
3
xapian websites available via https
On Sun, Jan 24, 2016 at 03:05:31PM +0100, Adam Sj?gren wrote:
> James writes:
> > It?d be helpful if people could check if they have any problem
> > accessing the sites over https.
>
> Works for me (Iceweasel 43.0.4, browsing from Denmark) - cool!
Yes, many thanks to James for working on this.
> I spotted these when clicking around a little:
>
> ? The link
2016 Jul 24
3
Xapian 1.4.0 released
On Fri, Jul 22, 2016 at 07:19:43PM -0700, Kevin Duraj wrote:
> I would like to propose to change the following code while indexing a
> term that is larger than 245 characters and then crashing and aborting
> the entire index, we could rather truncate the term to 245 characters
> and continue with indexing.
Kevin -- I wonder what others are currently doing when this comes up
(or if
2014 Aug 20
6
Full MVCC in Brass
I'm one of the developers of Notmuch, an email client that makes
extensive use of Xapian. For some time, full multi-version
concurrency control (MVCC) has been on our wish list. Olly mentioned
that brass now uses free lists---a key step toward full MVCC---and I
offered to pitch in on putting the other pieces into place.
Before I wade too deep into this, I wanted to propose my plan.
Full
2016 Jan 24
4
xapian websites available via https
Xapian?s websites (xapian.org, trac.xapian.org and lists.xapian.org) are now available via https: https://xapian.org, https://trac.xapian.org and https://lists.xapian.org/mailman/listinfo. (Currently https://lists.xapian.org/ redirects to non-https, because of limitations in mailman.)
It?d be helpful if people could check if they have any problem accessing the sites over https. Note that
2015 Oct 26
4
1.4 release series
The wiki roadmap page (http://trac.xapian.org/wiki/RoadMap) suggests
we aim to start a new stable release series every one to two years.
However, we're not doing a good job of implementing that - in fact we're
just about to hit 5.5 years since 1.2.0 was released.
And that's really much too long - we've built up a pile of nice new
features which it's hard for most people to
2009 Sep 15
1
Powered by Xapian
Hi,
I'm not so far, by now, of publicly releasing the next version of our
web site which is extensively using Xapian, so I thought it was time to
say "thank you" by adding in the footer and in the "credits" page of my
site the Xapian logo with a link back to the Xapian web site.
I was surprised to discover how hard it was for me to find how to do...
I'm not a
2008 Sep 16
0
[PATCH] Add set_max_wildcard_expansion method to the queryparser.
---
search-xapian/XS/QueryParser.xs | 6 ++++++
search-xapian/Xapian/QueryParser.pm | 7 +++++++
xapian-core/include/xapian/queryparser.h | 3 +++
xapian-core/queryparser/queryparser.cc | 6 ++++++
xapian-core/queryparser/queryparser.lemony | 9 +++++++++
xapian-core/queryparser/queryparser_internal.h | 4 +++-
6 files changed, 34