search for: excerpt

Displaying 20 results from an estimated 1731 matches for "excerpt".

Did you mean: except
2007 Aug 08
2
Highlighting broken in TRUNK
Hello list, As there is still some large file support bugs in the 0.11.4 release I had to download the trunk and apply a patch sent in by kyle http:// ferret.davebalmain.com/trac/ticket/215. The problem is now that the highlighting doesn''t work. Somehow it combines excerpt_length with num_excerpts so if you have and excerpt_length of 50 and num_excerpts of 5 and you get only one hit when searching the excerpts is either the whole text or 50*5 = 250. So everytime you get a result with less hits than num_excerpts the highlighting goes crazy. Comments, Fixes, P...
2005 Mar 12
2
data frame excerption
Hello, is't possible to get excerptions of data frame using some contstraints, something like q1 = q[q$V3<1] ? Regards, Oleg _____________________________________________________________ Oleg Bartunov, sci.researcher, hostmaster of AstroNet, Sternberg Astronomical Institute, Moscow University (Russia) Internet: oleg at sai.m...
2008 Jul 24
1
Excerpting a summary from my marked-up blog post without breaking html tags?
Hi there, I''m working on a simple blog project. I''d like to automatically generate a 100 word excerpt of each article to display on the main page, and require the user to click on the article to read the whole thing. The problem is, if the hundredth word is in the middle of a block quote or a heading or something, the whole page gets messed up. What''s the easiest way to close any tags tha...
2006 Jan 21
7
n-way joins
Hi, I''m somewhat of a Rails newbie and am trying to understand how to formulate n-way (3 or 4 way) joins in Rails (where the join tables contain extra data as well.) Let me give you my basic entities: foos id - pk name - unique bars id - pk name - unique bazs id - pk name - unique frozs id - pk name - unique then i have two separate join tables: foos_bars_bazs - 3 way join
2006 Mar 26
4
A unit test that should pass
Hi, I wonder why this unit test fails. The model : class Article < ActiveRecord::Base set_table_name "publish_articles" belongs_to :category validates_presence_of :title, :excerpt #snip end The test : def test_validate @article.title = nil @article.excerpt = nil assert !@article.save assert_equal 2, !@article.errors.count end !@article.errors.count returns ''false'' instead of 2 I tried also with @article.title = '''' Any...
2004 Sep 22
3
Strange DNAT problems with shorewall 1.4.8
...LEN=60 TOS=0x10 PREC=0x20 TTL=40 ID=21056 DF PROTO=TCP SPT=62694 DPT=22 WINDOW=5840 RES=0x00 SYN URGP=0 One thing that I''ve noticed is that it doesn''t seem to visibly translate the DST from my public IP (ADSL, eth1) to the relevant RFC1918 IP on my internal network ($SERVER_IP). Excerpt from /etc/shorewall/rules: # # SSH Forwarding # DNAT:info net loc:$SERVER_IP tcp 22 # # HTTPd Forwarding # DNAT:info net loc:$SERVER_IP tcp 80 DNAT:info net loc:$SERVER_IP tcp https Excerpt fro...
2017 Apr 18
1
About search result excerpts with HTML tags showing
Hi, folks. New to Xapian. I just built a couple of indexes. Search results seem good but I can't figure out why the excerpts are showing HTML tags. These tags are not present in the original HTML documents. Is there a built-in way to either get rid of these tags or have them render as actual HTML tags? A couple of examples here, you'll see the STRONG tags wrapped around the search terms: http://etudemagazine.c...
2007 May 28
0
external highlighter/excerpter
Has anyone seen an implementation or example of an highlighter/excerpter that works on external (non-stored) fields? Thanks.
2014 Jun 10
3
Information Week: RHEL 7 released today
Excerpt: Red Hat released the 7.0 version of Red Hat Enterprise Linux today, with embedded support for Docker containers and support for direct use of Microsoft's Active Directory. The update uses XFS as its new file system. --- end excerpt --- <http://www.informationweek.com/cloud/infrastructure-a...
2008 Sep 17
5
Mail being delivered to mbox instead of Maildir
I thought I had Dovecot configured to use Maildir instead of mbox, but apparently it is still using mbox. Excerpt from dovecot.conf: mail_location = maildir:~/Maildir Excerpt from sendmail.mc: MAILER(dovecot)dnl dovecot.m4: ######################################## ### DOVECOT Mailer Specification ### ######################################## Mdovecot, P=/usr/local/libexec/dovecot/deliver, F=DFMPhnu9,...
2005 Sep 27
2
Stream "Saving" and Excerpting...
I'm working with a streaming Ogg Vorbis system where I'm taking the stream output (from a darkice server) and saving it to hour-long files, then reassembling excerpts from these files (sometimes spanning two or three) into a single file for playback. I've got two problems (well, related to this, but anyway). 1) The "chunk" files I'm saving into have mangled headers. 2) The "reassembled" files also have mangled headers. Now, I did...
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
...f Xapian and Omega. Thanks especially for pointing out that my idea of trying to generate a snippet from stemmed text lacking capitalization and punctuation would probably not produce a user-friendly result. But I'm still doubtful that expanding the sample size could be the right way to obtain excerpts from the document that are relevant to the query. Suppose that the sample size were even as big as 10% of the average document size, queries contained only a single term, and a typical query term appeared on average only once per document. In that case, it seems to me that nine out of ten samples...
2012 Aug 14
2
glibc update
Still too much blood in my caffeine stream.... IIRC, someone was asking about a problem with DNS queries and IPv6 yesterday. I just got a notification from RH this morning, about a glibc bugfix update, and wondered if this might impact that problem.... Excerpt: This update fixes the following bug: * Prior to this update, glibc incorrectly handled the "options rotate" option in the /etc/resolv.conf file when this file also contained one or more IPv6 name servers. Consequently, DNS queries could unexpectedly fail, particularly when multiple quer...
2010 Oct 01
2
Format of Output of Residuals
An excerpt from dataset ChickWeight: ??? weight Time Chick Diet 1?????? 42??? 0???? 1??? 1 2?????? 51??? 2???? 1??? 1 3?????? 59??? 4???? 1??? 1 I am interested in the residuals of the dataset.? Specifically in saving them to another format. I have been creating text files with sink. CW.lm <- lm(weight ~...
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote: > Excerpts from Will Deacon's message of July 2, 2020 6:02 pm: > > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > >> new file mode 100644 > >> index 000000000...
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote: > Excerpts from Will Deacon's message of July 2, 2020 6:02 pm: > > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote: > >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h > >> new file mode 100644 > >> index 000000000...
2004 Mar 16
3
Printing
I have samba running on RH 9 as a PDC. I want to print from teh windows box to the Linux machine... excerpt from smb.conf: [printers] comment = All Printers path = /var/spool/cups/ browseable = yes public = yes printable = yes writeable = yes excerpt from printcap: # This fil...
2010 Apr 30
2
DNSSEC
Well, folks, There's an article on slashdot, <http://tech.slashdot.org/article.pl?sid=10/04/30/1258234> Excerpt: ...the coming milestone of May 5, at 17:00 UTC ? at this time DNSSEC will be rolled out across all 13 root servers. Some Internet users, especially those inside corporations and behind smaller ISPs, may experience intermittent problems. The reason is that some older networking equipment is pre-con...
2020 Oct 29
2
dovecot quota-warning detection mail
OK. "passdb/userdb" Setting part $ dovecot -n (Excerpt from change) ---------------------------------------------------------------------------- --------------------- passdb { args = scheme=CRYPT username_format=%u /etc/dovecot/users.auth driver = passwd-file } userdb { args = username_format=%u /etc/dovecot/users.auth driver = passwd-file } p...
2011 Nov 11
3
COPILOT Glucose Meter COM problem
...sued the REGEDIT command and edit the wine registry and navigate to the HKEY_LOCAL_MACHINE -> HARDWARE -> DESCRIPTION -> SERIALCOMM I have tried to add "COM1"="COM1" to that SERIALCOMM, and the add shows but then it disappears the next time I run REGEDIT. I found THIS excerpt which seems pertinent: BEGINNING OF EXCERPT I have COM1 on wine apps. I symlinked ttyS0 and added these keys Code: [HARDWARE\\DEVICEMAP\\SERIALCOMM] "COM1"="COM1" "COM2"="COM2" But regedit deletes them. If I do this Code: wine regedit serial.reg wine re...