Displaying 20 results from an estimated 400 matches similar to: "Matchspy and faceting"
2010 Dec 01
2
Using a subclass of MatchSpy in Python bindings
Hi everyone,
I've searched the mail archives and I haven't been able to find a
solution to this. I want to subclass a MatchSpy in the Python bindings
and have Enquire use it. However, when I try to do so, I get a
TypeError raised. The following example illustrates this:
>>> import xapian
>>> database = xapian.Database(dbpath)
>>> class
2015 Aug 19
2
Perl bindings and MatchSpy
Hey
I?m cleaning up some code at my work place, and it turns out someone had forked Search::Xapian and added MatchSpy bindings for it for one of our internal projects. I was wondering if I should try to extract this as a patch against the current Search::Xapian code, and submit it, or if that is not wanted/wasted effort? It seems to be against 1.2.4.n of Search::Xapian, but I think I should be
2015 Aug 19
0
Perl bindings and MatchSpy
On Wed, Aug 19, 2015 at 05:31:31PM +0700, Andreas Marienborg wrote:
> I?m cleaning up some code at my work place, and it turns out someone
> had forked Search::Xapian and added MatchSpy bindings for it for one
> of our internal projects. I was wondering if I should try to extract
> this as a patch against the current Search::Xapian code, and submit
> it, or if that is not
2015 Aug 25
2
Perl bindings and MatchSpy
On 19 August 2015 at 20:55:32, Olly Betts (olly at survex.com) wrote:
On Wed, Aug 19, 2015 at 05:31:31PM +0700, Andreas Marienborg wrote:
> If I want to create a patch, should it be against the xapian-bindings
> directory/repo? or somewhere else?
Against the search-xapian directory of the git repo would be best.
Hey, I made a branch from svn/1.2 on github, and tried to forward
2015 Aug 28
0
Perl bindings and MatchSpy
On Tue, Aug 25, 2015 at 10:45:12AM +0700, Andreas Marienborg wrote:
> If someone with more XS-exerpience could take a look and provide
> some feedback, that would be great.
Looks plausible to me.
I'd suggest that ~Enquire_perl() just call ref_clear_matchspies(NULL);
rather than repeating all its code inline.
> I created a pull request[1]. I would like to get the PerlMatchSpy thing
2008 Nov 25
1
Problem running R from within a script
Howdy Folks,
I am running R version 2.7.2 (2008-08-25) on CentOS 5.2 - the standard RPM
distribution.
I am having a curious occurance trying to run a R script from within a
shell script. Basically, I have a small R script that processes a file.
It takes two parameters - the input file, and the output file. I then
have a shell script that runs the R script for each file matching a glob.
R
2010 Feb 01
2
Xapian core dumping on Solaris
Hi everyone,
I'm having a problem with xapian (the matchspy branch, with Python
bindings) on Solaris 10 / SPARC. Users can run queries for a few hours
with no problems, then it returns "inflate failed (invalid code
lengths set)" to Python and dumps core. gdb reports:
#0 0xfe6dc910 in inflate_table () from /usr/lib/libz.so.1
#1 0xfe6d9d6c in inflate () from /usr/lib/libz.so.1
#2
2007 Oct 10
3
Is Ruby for me ?
Is Ruby on Rails the right framework for setting up a system that can
successfully accomplish the following tasks:
-flexible user roles and permissions
-automated workflows
-robust taxonomies
-robust search engine
-event calendar
-RSS capacity
-tagging
-member directory
-social networking capacities, including listservs and/ or forums, the
ability for individual members to form
2006 Apr 21
2
omega on debian 0.9.5
Hi,
I've tested omega (cgi) on several sql databases on my local machine in
which runs Ubuntu, using the version 0.9.4 (installed using apt), and I was
really satisfied for the results I obtained. I customized a bit the "query"
template.
But once I installed omega on the server (using apt for Debian, and omega
version 0.9.5), I discovered that the relevances didn't work, as
2011 Apr 02
1
Xapian docs (was Re: Xapian-discuss Digest, Vol 83, Issue 2)
> I think this is a shining example of how well Xapian works with large
> document collections. I was just discussing this with my colleagues here
> and one of the issues that came up is that we'd love Xapian to become
> really lot more popular but have found that the documentation's a bit
> difficult to get into, as is the API.
I agree. There are a few gotchas, as well
2011 Jan 17
2
DatabaseCorruptError
Hi there,
My web app uses Xapian via the PHP bindings. I'm getting this error
thrown occasionally when atempting to instantiate a XapianDatabase
object for searching.
DatabaseCorruptError: Expected block 107 to be level 1, not 0
Here's the line that invokes it:
$database = new XapianDatabase(PROJROOT.'/data/xapian/posts');
And my version is xapian-core 1.2.3 with matchspy.
2007 Nov 08
1
Perl make test fails on threads in rhel5
Hi all,
I've tried building RPMs for RHEL5 and hit this problem in Search::Xapian:
make test fails on test 37:
ok 34 - check PositionIterator
ok 35 - create TermIterator
ok 36 - check TermIterator
dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 37-65
Failed 29/65 tests, 55.38% okay
$ xapian-config --version
xapian-config - xapian-core 1.0.4
$ cat
2010 Feb 01
3
validating both sides of a has_one relationship breaks pickle/machinist tests
A lot has been posted about validation issues with associations,
however, I don''t see this issue addressed specifically.
ex:
class Foo
has_one :schedule, :dependent => :destroy
validates_presence_of :schedule
class Schedule
belongs_to :foo
validates_presence_of :foo_id
this creates a circular dependency that breaks test frameworks like
pickle and machinist.
At first I was
2003 Apr 29
2
Cluster analysis and bootstraps
Hi R helpers,
I was wondering if anybody knows if is possible to generate bootstrap
values for a cluster analysis in R. What I am trying to do is obtain
some confidence on the clusters formed by resampling the data set. A
similar type of analysis is used in molecular taxonomy and the
confidence values of each cluster are placed in the nodes of the
dendogram. Any ideas on how to do this
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
Dear all,
I have data.frame object in R. I want to export it in tab-delimited
file with several lines of header initiated with comment sign (#). I
do not know how to do that in R. Could you please give helps on this
problem?
Thanks in advance.
Best,
Jian-Feng,
##################################################################
The lines I want to write in the header lines look like, with words
2011 Jul 07
1
return values in groups - price range groups
Hi colleagues,
I have a simple
product database indexed with Xapian. Amazing free tool, thanks you developer(s)!
I need to
have a way to return prices of products in groups, say I have prod prices:
1.01
1.03
10.01
250.44
260.33
I need to
get it to return something like:
Group 1 =
1.01 ? 1.03
Group 2 =
10.01
etc.
Maybe there
is something build-in Xapian that can do
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
On Tue, Jan 22, 2013 at 3:23 PM, Robinson, Paul
<Paul.Robinson at am.sony.com> wrote:
>>>> 2. Relying of assembly directive emissions (i.e. .cfi_*), which is
>>>> cumbersome and misses a lot of things like actual DWARF encoding.
>>>
>>> I'm not sure what you mean by "actual DWARF encoding" here.
>>> (disclaimer: I've only
2007 May 07
3
What would you tell the CIO in an "ABCs of Email" overview?
One of the key points that came up when I researched and wrote the
"Five Things CIOs Should Know about Fighting Spam" article (http://
www.cio.com/article/28830) was that they should know the basics of
how email works. Otherwise, said plenty of techies, the CIO won't
have the first idea of what the email admin is complaining about.
So I'm going to do my part. I'm
2006 Feb 15
0
Looking for Boston-area Rails developers
My company is seeking senior software engineers to work on a small
team to design and develop a brand new web-2.0 type of service. This
is an internal startup that''s part of an established, successful
Boston-area software company. It''s also very early in the lifecycle,
so the engineers will have significant influence over how the service
evolves. The engineers will help evaluate
2010 Jun 24
1
undefined reference to `Xapian::Document::values_end() const'
I've got a simple for-loop:
for( v=doc.values_begin(); v!=doc.values_end(); v++ )
going through the values of a document from a search. I really don't
understand why I'm getting this undefined reference?
(apart from this, everything links fine).
/Per Jessen, Z?rich