Displaying 20 results from an estimated 200 matches similar to: "set_max_expansion in perl-bindings?"
2018 Sep 19
2
Couldn't detect type of database
I recently lost a hard drive and after successfully restoring
everything, I think, I'm getting "Error opening database `current.1':
DatabaseOpeningError: Couldn't detect type of database"
The directory current.1 contains the following files:
-rw-rw-r-- 1 jwl jwl 30064640 Aug 28 23:44 docdata.glass
-rw-rw-r-- 1 jwl jwl 151 Aug 28 23:44 iamglass
-rw-rw-r-- 1 jwl jwl
2018 Sep 20
1
Couldn't detect type of database
Hi, Olly,
I have no idea what was going on. I installed xapian from Ubuntu repos
and had the issue. xapian-delve and xapian-check gave me the same
errors. I've now build the libs and perl bindings from source and all
is well. I do not know, but I'm happy it's working again.
Thanks,
Jim.
On 09/19/2018 04:23 PM, Olly Betts wrote:
> On Wed, Sep 19, 2018 at 07:29:13AM -0400,
2016 Jul 25
1
Xapian 1.4.0 released
Kevin writes:
> Of course, I can fix it by myself and check every terms length, but
> that 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
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
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 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
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
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!
> Note that interlinks between the three sites may not all yet preserve
> https (feel free to file bugs for anything you spot).
I spotted these when clicking around a little:
? The link "Highly
2016 Jan 24
0
xapian websites available via https
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.
Best regards,
Adam
--
"Facebook cannot control emotions of users. Facebook Adam Sj?gren
will not
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>
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
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
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 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
2018 Sep 19
0
Couldn't detect type of database
On Wed, Sep 19, 2018 at 07:29:13AM -0400, Jim Lynch wrote:
> I recently lost a hard drive and after successfully restoring everything, I
> think, I'm getting "Error opening database `current.1':
> DatabaseOpeningError: Couldn't detect type of database"
>
> The directory current.1 contains the following files:
>
> -rw-rw-r-- 1 jwl jwl 30064640 Aug 28
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
2018 Jul 19
1
choosing between probabilistic and boolean prefixes for terms
Hi all,
public-inbox allows searching for git blob names (e.g. "badc0ffee")
in patches. Initially, I chose to use add_prefix for probabilistic
terms, since I assumed it could be a superset of what boolean
searching offered. Unfortunately, it doesn't seem to be the case
because stemming is interfering.
So switching to boolean filtering seems to work; and it is
fine for mechanical
2005 Jul 20
1
docid type redifine
Hello all.
I need to redefine a docid type (and all dependent types) like this: typedef unsigned long long docid;
I think it would be enough to edit "include/xapian/types.h", but it isn't so.
1) I've added :
string
om_tostring(unsigned long long val)
{
CONVERT_TO_STRING("%llu")
}
in common/utils.{h,cc}
2) In include/enquire.h (line 438) I've found the
2018 Jan 22
2
How to get the serialise score returned in Xapian::KeyMaker->operator().
>A possible workaround (and perhaps a better approach) would be to
>set BoolWeight as the weighting scheme, then feed in your score as
>a weight using a PostingSource. Then it's available via get_weight()
>on the MSetIterator object:
>
>https://getting-started-with-xapian.readthedocs.io/en/latest/advanced/postingsource.html
>
>You may find that's faster because
2010 Feb 20
6
l2arc current usage (population size)
Hello,
How do you tell how much of your l2arc is populated? I''ve been looking for a while now, can''t seem to find it.
Must be easy, as this blog entry shows it over time:
http://blogs.sun.com/brendan/entry/l2arc_screenshots
And follow up, can you tell how much of each data set is in the arc or l2arc?
--
This message posted from opensolaris.org