Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Sushant Sinha
Sorry ... I thought you were running the development branch. -Sushant. On Sat, 2009-02-14 at 16:34 -0500, Tom Lane wrote: > Sushant Sinha writes: > > I think we currently do that. > > ... since about four months ago. > > 2008-10-17 14:05 teodor > > * doc/src/sgml/textsearch.sgml, src/b

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Asher Snyder
h the first fragment. >-Original Message- >From: Sushant Sinha [mailto:sushant...@gmail.com] >Sent: Saturday, February 14, 2009 4:47 PM >To: Tom Lane >Cc: Asher Snyder; pgsql-hackers@postgresql.org >Subject: Re: [HACKERS] Ellipses around result fragment of ts_headline >

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Asher Snyder
09 4:41 PM >To: Asher Snyder >Cc: pgsql-hackers@postgresql.org >Subject: RE: [HACKERS] Ellipses around result fragment of ts_headline > >The documentation in 8.4dev has information on FragmentDelimiter >http://developer.postgresql.org/pgdocs/postgres/textsearch-controls.html >

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Sushant Sinha
t; >-Original Message- > >From: Sushant Sinha [mailto:sushant...@gmail.com] > >Sent: Saturday, February 14, 2009 4:07 PM > >To: Asher Snyder > >Cc: pgsql-hackers@postgresql.org > >Subject: Re: [HACKERS] Ellipses around result fragment of ts_headline > > > &

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Tom Lane
Sushant Sinha writes: > I think we currently do that. ... since about four months ago. 2008-10-17 14:05 teodor * doc/src/sgml/textsearch.sgml, src/backend/tsearch/ts_parse.c, src/backend/tsearch/wparser_def.c, src/include/tsearch/ts_public.h, src/test/regress/expected/t

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Asher Snyder
14, 2009 4:07 PM >To: Asher Snyder >Cc: pgsql-hackers@postgresql.org >Subject: Re: [HACKERS] Ellipses around result fragment of ts_headline > >I think we currently do that. We add ellipses only when we encounter a >new fragment. So there should not be ellipses if we are at the end of

Re: [HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Sushant Sinha
I think we currently do that. We add ellipses only when we encounter a new fragment. So there should not be ellipses if we are at the end of the document or if that is the first fragment (includes the beginning of the document). Here is the code in generateHeadline, ts_parse.c that adds the ellipse

[HACKERS] Ellipses around result fragment of ts_headline

2009-02-14 Thread Asher Snyder
It would be very useful if there were an option to have ts_headline append ellipses before or after a result fragement based on the position of the fragment in the source document. For instance, when running ts_headline(doc, query) it will correctly return a fragment with words highlighted, however