Displaying 20 results from an estimated 54 matches for "unindex".
Did you mean:
uindex
2011 May 11
7
v2.0.13 released
...eases/2.0/dovecot-2.0.13.tar.gz.sig
I've almost managed to read my email backlog, but there are still some
unanswered mails. Feel free to resend if you think I should have
answered some of your mails.
The most important changes since v2.0.12:
+ Added "doveadm index" command to add unindexed messages into
index/cache. If full text search is enabled, it also adds unindexed
messages to the fts database.
+ added "doveadm director dump" command.
+ pop3: Added support for showing messages in "POP3 order", which can
be different from IMAP message order. This...
2011 May 11
7
v2.0.13 released
...eases/2.0/dovecot-2.0.13.tar.gz.sig
I've almost managed to read my email backlog, but there are still some
unanswered mails. Feel free to resend if you think I should have
answered some of your mails.
The most important changes since v2.0.12:
+ Added "doveadm index" command to add unindexed messages into
index/cache. If full text search is enabled, it also adds unindexed
messages to the fts database.
+ added "doveadm director dump" command.
+ pop3: Added support for showing messages in "POP3 order", which can
be different from IMAP message order. This...
2003 Dec 10
1
ext3 htree upgrade
Hi Guys,
I am planning on upgrading an existing NFS exported filesystem to the
ext3 htree patch on kernel v2.4.23.
Will the patch index directories automatically after tune2fs -O
dir_index or should I do an e2fsck -Dfy on the filesystem before
remounting?
2018 Apr 18
2
Comparing Indexing Speed + ZFS question
Hi, have two quick questions:
I am re-indexing some large mailboxes and I wanted to get some opinions on these speeds. I ran a random sort command on an unindexed mailbox in order to get it to index. Results, for a mailbox with 10GB Inbox, spread in 65 000 files:
3 UID SORT (ARRIVAL) US-ASCII OR OR OR FROM "dfgfgfgf" SUBJECT "dfgfgfgf" TO "dfgfgfgf" CC "dfgfgfgf"
a03 select INBOX
* SORT
3 OK Sort completed (2455.549...
2007 Jan 24
2
Disable search match on model id
...looking for a product code.
Presently they will also get back the product that has id 13.
I have tried:
acts_as_ferret :fields => {:id => { :index => :no }, :description => {},
:manufacturer_code => {}}
However this fails with "You can''t store the term vectors of an
unindexed field".
As the id is likely a special case do I need to instead limit the search
somehow when calling the find_by_contents method? Presently I simply
have:
@products = Product.find_by_contents(@phrase, :num_docs => 200)
Any advice much appreciated.
Andrew.
--
Posted via http://www.r...
2011 Sep 20
1
Understanding API Documentation for PHP
...ing noob.
I looked over the sparse documentation for the Xapian library and its PHP
hooks and I am really confused how to complete my index.
I understand how to add documents etc etc etc and how to build queries but
how I do specify in add_value what field type xapian should take (i.e.
tokenized, unindexed, indexed)?
Is there a list of slotno's anywhere that I can reference to?
In a general sense is there any more programmer orientated
documentation/tutorials rather than researcher orientated document than
http://xapian.org/docs/ that better describes the steps of indexing and
searching etc?...
2018 Aug 28
2
ldbsearch performance and tuning...
I'm still on samba4.5, sorry me.
I've done some (bash) scripting around ldbsearch, but i've found some
performance and 'lock' trouble.
a) query seems 'slow'. If i user paged result (--paged) coud achive
better performance? It is a 'network' optimization only, right? eg:
ldbsearch --paged -H /var/lib/samba/private/sam.ldb ...
is totally unuseful, right?
2013 Jul 27
3
Samba 4 Slow Performance
...Matthieu_Patou-Smaller_Faster_Scalier.pdf
and two thread in samba-technical mailing list:
https://lists.samba.org/archive/samba-technical/2013-January/089755.html
https://lists.samba.org/archive/samba-technical/2013-May/092332.html
It seems that samba team is doing some great work in spotting the unindexed search in LDB as one of block in performance. Certainly, I can wait for the new version 4.0.X for the boost of performance. However, I am in deep panic when lessons are going to be launched on 1st September 2013 here in Hong Kong. Are there any patches so that I can a hot / dirty fix?
Thanks...
2018 Aug 29
2
ldbsearch performance and tuning...
...i` si favelave...
> > I'm still on samba4.5, sorry me.
> Fix that first.
Eh... i hope on this year.
> > I've done some (bash) scripting around ldbsearch, but i've found some
> > performance and 'lock' trouble.
> Correct, Samba before 4.7 has very poor unindexed search performance,
> due to a bug.
OK.
> > a) query seems 'slow'. If i user paged result (--paged) coud achive
> > better performance? It is a 'network' optimization only, right? eg:
> > ldbsearch --paged -H /var/lib/samba/private/sam.ldb ...
> > ...
2006 Sep 28
3
A few questions about numbers and dates
Hi,
I just noticed that Ferret seems to convert every field to a string
[ruby code appended for those interested], which has thwarted my attempt
to format Dates (to "dd/mm/yyyy") and Floats (to "n.nn") for consumption
further down the line based on the class of the field stored.
I considered pre-formatting Dates and Floats prior to indexing, which
would store the field
2009 Jan 30
8
[PATCH 0/7] ocfs2: Directory indexing support
The following patches implement indexed directory support in Ocfs2, mostly
according to the design doc I wrote up a while ago:
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/IndexedDirectories
The patches have been rebased on top of 2.6.29-rc2. It should be trivial to
put them into merge_window. Things are what I'd call complete now. I'd like
to get these into the merge_window branch
2017 May 30
1
Pseudo-instruction that overwrites its input register
The reason the ones in PPCInstrInfo.td don't have the patterns to match is
the reason they are more analogous to your problem. Namely, tblgen does not
have a way to produce nodes with more than one result. The load-with-update
instructions do exactly that - one of the inputs is also an output, but the
other output is independent (and necessarily a separate register). The FMA
variants 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
2018 Mar 16
2
performance problem on bridgehead DC
Hi Louis,
Move up to 4.7 is planned soon but I'm little scared to update bridgehead if it actually had performance problem.
I would like to fix all problem before updating.
My smb.conf is really simple:
[global]
workgroup = PR
realm = pr.educationetformation.fr
netbios name = DC000
server role = active directory domain controller
bind interfaces only
2015 Nov 23
2
samba4 ldap high load and port queue overflow
Hi all.
I have samba 4.2.3 on freebsd 10.1 server. There are three DC and about
350 PC on domain. DCs have 3 CPU and 3GB RAM. Some servers with services
like apache, exim, dovecot, etc use samba4 ldap (port 389) for user
authentication. Some times ago after adding some services to use ldap I
found, that samba4 cannot serve all ldap requests. Every 10-30 minutes I
see in DCs logs:
dc1 kernel:
2013 Nov 17
0
[LLVMdev] opposite to CreateStructGEP
Does getelementptr have a counterpart function which unindexes a
pointer? In particular, I'm using CreateStructGEP from the builder and
want to get back to the struct pointer from a member pointer.
fptr = b.CreateStructGEP( sptr, 2 );
//I want to do this
sptr = b.CreateUnStructGEP( fptr, sptr_type, 2 );
I know I can calculate the offsets on my own, b...
2018 Apr 18
0
Comparing Indexing Speed + ZFS question
On 18.04.2018 09:21, Qmail wrote:
> Hi, have two quick questions:
>
> I am re-indexing some large mailboxes and I wanted to get some
> opinions on these speeds. I ran a random sort command on an unindexed
> mailbox in order to get it to index. Results, for a mailbox with 10GB
> Inbox, spread in 65 000 files:
>
> 3 UID SORT (ARRIVAL) US-ASCII OR OR OR FROM "dfgfgfgf" SUBJECT
> "dfgfgfgf" TO "dfgfgfgf" CC "dfgfgfgf"
> a03 select INBOX
> *...
2018 Aug 29
0
ldbsearch performance and tuning...
...that, it looks like you mean later this year, I would update as
soon as 4.9.0 comes out.
>
>
> > > I've done some (bash) scripting around ldbsearch, but i've found
> > > some performance and 'lock' trouble.
> > Correct, Samba before 4.7 has very poor unindexed search
> > performance, due to a bug.
>
> OK.
>
> > > a) query seems 'slow'. If i user paged result (--paged) coud
> > > achive better performance? It is a 'network' optimization only,
> > > right? eg: ldbsearch --paged -H /var/lib/samb...
2009 Mar 17
33
[git patches] Ocfs2 updates for 2.6.30
Hi,
The following patches comprise the bulk of Ocfs2 updates for the
2.6.30 merge window. Aside from larger, more involved fixes, we're adding
the following features, which I will describe in the order their patches are
mailed.
Sunil's exported some more state to our debugfs files, and
consolidated some other aspects of our debugfs infrastructure. This will
further aid us in debugging
2007 Jun 08
13
Errror on update after Model.rebuild_index
Hi
I use Ferret 0.11.4 and the latest stabel version of the acts_as_ferret
plugin.
To the issue. if I do Model.rebuild_index and after that try to update
one of my objects of that Model I get:
File Not Found Error occured at <except.c>:117 in xpop_context
Error occured in fs_store.c:329 - fs_open_input
tried to open