Re: Implementing full text searching - need recommendations

2004-07-13 Thread Thomas Spahni
Hi, you can try to add your headings to the stopword list, but remember: - A "word" is any sequence of characters consisting of letters, digits, `'', and `_'. Any "word" that is present in the stopword list or is just too short is ignored. - The stopword list is global and will affect all ta

Implementing full text searching - need recommendations

2004-07-12 Thread leegold
Please let me show you one (TEXT data-type) item example. You will see "Title_[ ... Author[ ...Resp_Org__[..." Obviously, I don't want those strings searchable, they are headings, but I do want the content to the right of them indexed and searchable. So looking at it - what should I put in