Displaying 20 results from an estimated 100 matches similar to: "SWISH::Prog::Xapian"
2005 Sep 08
1
C API
Hi.
I am one of the developers of Swish-e (http://swish-e.org/), an indexing/search
tool similar to Xapian.
I am currently researching future development directions for the Swish-e
project. Three of our most often-requested features are UTF-8 support,
incremental indexing, and large (multimillion) doc sets, all of which seem to be
ably handled in the Xapian library.
So one possible
2011 Jun 14
2
Facets with Multiple Values
I'm trying to determine the best way to index facets with multiple
values. For example, let's say we have several books and we want an
Author facet where one can filter the books by the author. The problem
is each book can have multiple authors. Is there a way to index
multiple author names into a single value slot for each book?
I see there is a Xapian::StringListSerialiser class that
2010 Apr 16
2
best practices - combining sql database and xapian, size of database?
Newbie-alert: I'm just getting started on a new project involving a
full text search requirement, and my initial investigation points to
xapian being the way to go.
Two questions:
- eventually I'll most likely be indexing towards 50 million
documents - is this reasonable to expect or attempt with xapian?
- each of my documents come with a set of attributes. These are easily
stored
2009 Nov 15
1
setting ValueRangeProcessor at runtime
I want to set a variable number and type of ValueRangeProcessors at run time
based on a configuration file. But I seem to be running into (what I think is) a
C++ scope issue.
I tried just a simple test to see if I could add 5 VPs in a loop.
Xapian::QueryParser qparser;
Xapian::Query query;
int vp = 0;
while(vp < 5) {
Xapian::StringValueRangeProcessor sproc(vp++);
2003 Mar 28
0
openssh-unix-dev@mindrot.org , Swiss Group Switzerland ! Earn up to 2 daily in the Swish Stock Exchange !
<!1479>
<html><body><p><b>Sw<!1479>iss Gro<!1479>up SA</b> is one of Switzerland's lead<!1479>ing pri<!1479>vate altern<!1479>ative inve<!1479>stment compa<!1479>nies which allocates its assets
to a range of fu<!1479>nds
mai<!1479>nly in the fi<!1479>eld of alter<!1479>native
2009 Aug 28
2
OT: .doc,.xls,.pdf,.ppt (etc.) string parser/indexers
Does anyone have experience with linux tools to parse the text from
common non-text file formats for searching? I'm trying to use the
kinosearch add-on for twiki which is fine as far as the search goes, but
it takes forever to generate the index. It uses xpdf to extract strings
from pdf's, antiword for .doc, and since it is perl, the
Spreadsheet::ParseExcel module for .xls. Some
2010 Dec 15
2
excluding child folders in omindex search
hi there,
is there an option to exclude child folders when running omindex?
For example:
omindex -p --db /var/blah/default --url /something /var/www --exclude
/var/www/ignore
Thanks,
Jeff
2010 Jul 09
3
multiple value with the same number?
I am working on a system for indexing email, and it would be nice to be
able to store multiple values for the same value_no - for instance, if
an email has multiple attachments, I might want to attach a value for
each attachment, but a value with the same number.
One option would be store the three values as one, e.g. comma-separated,
but I was just wondering how others have dealt with such a
2016 Sep 20
0
Error "Failed extended allocation RID pool operation..."
On Mon, 2016-09-19 at 09:31 -0400, Adam Tauno Williams via samba wrote:
> Package: sernet-samba-4.2.14-23.el6.x86_64
>
> These DCs were very recently upgraded from a prior version.
>
> [2016/09/19 09:32:55.168161, 0]
> ../source4/libcli/smb2/signing.c:116(smb2_check_signature)
> Bad SMB2 signature for message of size 202
> [2016/09/19 09:32:55.168511, 0]
2016 Sep 23
1
Error "Failed extended allocation RID pool operation..."
On Mon, 2016-09-19 at 23:46 -0500, Andrew Bartlett via samba wrote:
> On Mon, 2016-09-19 at 09:31 -0400, Adam Tauno Williams via samba
> wrote:
> >
> > Package: sernet-samba-4.2.14-23.el6.x86_64
> >
> > These DCs were very recently upgraded from a prior version.
> >
> > [2016/09/19 09:32:55.168161, 0]
> >
2016 Sep 19
4
Error "Failed extended allocation RID pool operation..."
Package: sernet-samba-4.2.14-23.el6.x86_64
These DCs were very recently upgraded from a prior version.
[2016/09/19 09:32:55.168161, 0]
../source4/libcli/smb2/signing.c:116(smb2_check_signature)
Bad SMB2 signature for message of size 202
[2016/09/19 09:32:55.168511, 0] ../lib/util/util.c:559(dump_data)
[0000] 77 B3 94 9B 70 78 8B 21 1E 56 D0 78 E1 80 BB 5C w...px.!
.V.x...\
[2016/09/19
2002 Jan 24
0
Re: coding factor replicates
> -----Original Message-----
> From: Douglas Bates [mailto:bates at stat.wisc.edu]
> Sent: Thursday, January 24, 2002 8:55 AM
> To: Uwe Ligges
> Cc: Brad Buchsbaum; r-help at stat.math.ethz.ch
> Subject: Re: [R] Re: coding factor replicates
>
> Douglas Bates <bates at cs.wisc.edu> writes:
>
> > Uwe Ligges <ligges at statistik.uni-dortmund.de>
2001 Sep 30
1
wine won't load anything
I have been able to install Starcraft and Swish 2.0 using wine (under
Mandrake 8.0) but when I try to run either program I get a "can't load
*.dll" error. Both errors are from dll files that the are in the program
directory itself. I have attempted to specify these dlls like all of the
default dlls in the wine config file but it still can't find them. Anyone
know if I have
2006 Jun 20
7
Any fast way to update non-indexed fields?
Hi,
>From looking at Ruby sources it seems that every update method deletes
and reinserts documents. It makes sense if indexed fields are changed
but what if it is not the case? It would speed up update a lot indexes
did not have to be updated twice for nothing. Any quick way to do it?
--
Sergei Serdyuk
Red Leaf Software LLC
web: http://redleafsoft.com
--
Posted via
2009 Apr 10
0
Nice review of Wine on frankw.livejournal.com
Some fellow in South Africa is blogging his move to Linux:
http://frankvw.livejournal.com/195867.html
An excerpt:
"There is a huge database of applications available that lists every
application that has been tested with Wine, and it tells you how well
(or badly) it runs. I'm amazed how many Windows applications will work
with Wine flawlessly. I remembered Wine from its early days when it
2009 Oct 30
1
Xen network problem
I have a machine with 8 CPU's (2 quad xeons). (Centos 5.4 currently).
Currently, I am running 2 domUs. One with 4 CPUs and another with 2. 2
remain unused. I am using routed networking.
On the one machine with 4 CPU's, there is a cronjob at 4am which
utilizes the CPU/disk pretty heavily. It is rebuilds a mailing list
archive (using MHonarc) and rebuilds a search engine index
2006 May 12
2
Benchmark - Thanks Dave for making this gnawer this FAST!!
Hi List,
I''ve took some time and made some tests on the performance of
java-lucene, hyperestraier and ferret as Dave encourages the community
of ferret to do so.
Quite intersting numbers. Ferret indeed deserves to be called a
high-performance port!!
It''s MyFirstBenchmark (
http://ferret.davebalmain.com/trac/wiki/MyFirstBenchmark ) so please
don''t be too cruel on
2002 Jan 24
1
Re: coding factor replicates
How about this. Its not as 'swish' as Doug's response, but it might be a
little simpler to think about and adapt...
# show the test vector
> tmp
[1] A B C B C A C B A A B
Levels: A B C
>
# create a named vector to store the number of occurences of each level
> index <- numeric(length=length(levels(tmp)))
> names(index) <- levels(tmp)
> index
A B C
[1] 0 0
2006 Jun 01
8
Windows progress
Hi there,
What''s the current status of the Windows port? I may be in a position
to lend a hand over the next couple of weeks - where should I start
looking? And what''s the best way to get SVN HEAD? This happens:
$ svn checkout svn://www.davebalmain.com/ferret/trunk ferret
svn: Can''t connect to host ''www.davebalmain.com'': Connection refused
--
2006 May 15
16
Ferret not able to read a Lucene Index?
Hi all,
Having problems trying to get Ferret to read an index generated by
Lucene.
Am I right in thinking Ferret should be able to read a Lucene generated
index no problem?
Using the code snippets detailed in
http://www.ruby-forum.com/topic/64099#new
Any advice gratefully received.
Many Thanks,
Steven
--
Posted via http://www.ruby-forum.com/.