Displaying 20 results from an estimated 500 matches similar to: "uint4 in quartz/flint"
2007 Apr 09
1
Re: [Xapian-commits] 8157: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
olly wrote:
> Log message (6 lines):
> backends/flint/flint_database.cc: Delete the corresponding entry
> (if any) from doclens in delete_document(). Add assertion to
> add_document_() that the corresponding entry in doclens isn't
> already set, but in a non-debug build overwrite any existing
> entry as that's more likely to be correct.
>
2007 Jan 12
1
Re: [Xapian-commits] 7603: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
On Tue, Jan 02, 2007 at 03:55:59PM +0000, richard wrote:
> * backends/quartz/btree.cc,backends/flint/flint_io.h: Patches from
> Charlie Hull to allow 2GB+ index files work when compiled using
> Visual C++.
I suspect that xapian-compact.cc (and quartzcompact.cc if you can be
bothered) will also need fixing since they use off_t. You need to make
sure that the stat() function called
2007 Jan 30
1
Re: [Xapian-commits] 7603: trunk/xapian-core/trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/
hi,
I'm using Xapian on Windows with large files. My index directory is about 65 607 466 693 bytes:
2007-01-30 09:28 17 position_baseA
2007-01-30 10:06 17 position_baseB
2007-01-23 14:18 0 position_DB
2007-01-30 10:06 360 496 postlist_baseB
2007-01-30 10:06 23 623 852 032 postlist_DB
2007-01-30 10:06 88 432
2007 Jun 17
2
Flint failed to deliver indexing performance to Quartz.
Flint failed to deliver indexing performance to Quartz.
I am proposing to remove Flint as default database and place Quartz
database back as default. The catch is not that Flint database is
smaller and faster during searches then Quartz database as developers
were concerning when were measuring and neglecting to measure
performance when creating the large indexes.
The truth is that Flint
2012 Oct 12
0
[LLVMdev] Incompatible type vector assignment error in Clang Rev 3.1
Hi All,
I am encountering the following error
"assigning to 'uint4' from incompatible type 'int
__attribute__((ext_vector_type(4)))'"
for code, p = q < (uint4)2; where p and q are of type uint4
The explicit type casting before assignement [p = (unit4)(q < (uint4)2)]
resolves the error.
In Clang Rev 2.9, there was no error for such code.
Avoiding this implicit
2007 Apr 23
1
Re: [Xapian-commits] 8351: trunk/xapian-core/ trunk/xapian-core/backends/flint/
olly wrote:
> SVN root: svn://svn.xapian.org/xapian
> Changes by: olly
> Revision: 8351
> Date: 2007-04-23 01:44:44 +0100 (Mon, 23 Apr 2007)
>
> Log message (2 lines):
> backends/flint/flint_version.cc: Update the flint format version
> since older flint versions can't read compressed tags.
Am I correct in assuming that this means that when
2016 May 31
1
Need info on chert and flint
Hi,
I am new to xapian and read somewhere that xapain was using flint before
released version 1.1 now it is using chert.
I am looking for differences between both flint vs chert respective to
xapian and advantages of chert.
thanks
Smriti
2009 Jan 16
1
chert vs flint vs lucene
Hi,
What's the main difference between chert and flint? What above vs lucene?
I am mainly asking about data structure (lexicon, posting list, document
data), what's in memory, what's on disk, hash vs b-tree and reasons behind
them.
Any pointer is appreciated.
Thanks!
Crystal
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jul 14
1
(Solved) Re: How to configure omega.cgi to search multiple flint dbs?
Folks,
OK found it, omega.cc looks for multiple DB definitions and adds it to the search list. If the dbs are only one directory lower (e.g. not in default as in beta/default, but only "beta"), then modifying database_dir setting as follows will work:
database_dir /svr/hda1/xapian
then,
./omega.cgi 'P=pda' FMT='xml' DB="beta" DB="gamma"
2007 Apr 09
1
Re: [Xapian-commits] 8153: trunk/xapian-core/ trunk/xapian-core/backends/flint/
On Mon, Apr 09, 2007 at 11:26:44AM +0100, richard wrote:
> backends/flint/flint_database.cc: Fix bug with document lengths
> in replace document. Was using doclens.insert() to set the new
> document length, but this has no effect if the entry already
> exists.
Argh! That issue has bitten us at least once before. I'll audit all
uses of insert to see if there are any other
2010 Mar 07
2
"Value in posting list too large" error with 1.1.4 (chert and brass, not flint)
Hi,
I've a program which:
1. Sets XAPIAN_FLUSH_THRESHOLD=1000
2. Opens a (new) database for write
3. Indexes a few thousand documents
4. Periodically also does queries on the database
With 1.1.4, with certain document sets (basically a particular mail
folder of mine), Enquire.get_mset() sometimes (but not always) triggers
a "RangeError: Value in posting list too
2007 Apr 08
2
Boot Error My server running Centos Blue Quartz
Greetings,
One of our Servers has a problem.
My server running Centos Blue Quartz has a bit of a problem booting. P4 3.0g
processor with twin 250g hd and 1g of RAM.
The boot screen is locked at:
md: ...autorun DONE.
Creating root device
VFS: Can't find ext3 filesystem on dev md1
mount: error 22 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
2008 Jul 29
0
mac install no font found problem in quartz display
Dear list,
I was attempted to install 2.7.1 in my mac only recently because of
the fantastic quartz display support.
I had no problem in building from source.
But after installation, I always got font warnings as following when
using quartz:
Warning messages:
1: In axis(side = side, at = at, labels = labels, ...) ... :
no font could be found for family "Arial"
....
33: In
2009 Jan 27
0
Control of Quartz Window Location
If I use
plot(1:10)
quartz()
plot(1:10)
I get the second graph window almost on top of the first graph window.
How can I control the location of the quartz window?
Larry Weldon
Simon Fraser University
weldon at sfu.ca
www.stat.sfu.ca/~weldon
2010 Jun 22
1
Warped Text in mtext in a Quartz-Window
Hello,
With one procedure, I get a strangely warped text in the mtext-area of a quartz-window, while with an other the text comes out OK - see attached PDF.
(Number of Trials is the x-Axis label, which always comes out OK)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Warped Text.pdf
Type: application/pdf
Size: 24420 bytes
Desc: not available
URL:
2002 Aug 10
0
new quartz dll
> On Fri, 9 Aug 2002, Mark Hannessen wrote:
> He there !!
>
> i just found out that transgaming has a new "quartz dll" in there CVS.
> it apears to use ffmpeg libavcodec.
>
> the good news:
> libavcodec is LGPL !!!
>
> so there is a good chance that the entire quartz dll is going to be LGPL
> Going to be? It has been for a while already... from the
2002 Nov 10
2
Quartz.dll
Hi.
I'm trying to run ActiveWorlds Browser under Wine, I'm getting errors with
Quartz.dll can anyone help me please.
Bob Wilkinson.
2002 Nov 11
0
- Re: quartz.dll
>Hi, this should be kept in the newsgroup.
Weird, sorry bout that, I clicked on reply, it should have gone to the list. I
wondered where my postings were. Will sort that out.
> I have actually downloaded a version although my Windows ME has it already.
> I'm very new to this so I would not know how to configure wine to use it.
??
>
Edit your ~/.wine/config file. Go down to
2007 Mar 19
2
Native Quartz Video Driver
Hi,
i trying to run wine within OS X (10.4.8) with XDarwin. Bad i have the
following problem.
I've been able to run some games/apps but the display is very sluggish
und far away from smooth. With Crossover the display is very smooth.
I think the cause of this is the way over X11. So i wanted to know if
there is an Quartz Driver for wine?
2007 Nov 25
0
cannot 'register' quartz.dll
All, the system is Fedora 7 and wine .49. I am trying to install
klcodec345. The howto has a prerequisite of quartz.dll. The howto
directions are: regsvr32 "C:\windows\system32\quartz.dll". The outcome
is: Failed to register DLL C:\windows\system32\quartz.dll. How can this
dll be registered? Thanks - Dan