Ask a Question related to Coldfusion Component Development, Design and Development.
-
jl #1
verity - How to include # in a word
Hello,
I am using CF 6.0. I create a collection by defining/running a query
against an informix database. There are words that include "#" symbol
that people will want to include in their searches (ex. #3, #2000).
How do I tell verity during indexing that I want to include the pound
symbol as part of a word? I tried using the style.lex file without
any
luck. Any suggestions are greatly appreciated.
Thanks in advance.
Joe
here are the token definitions I've tried
$control: 1
lex:
{
define: WHT "[ \t]"
define: NL "{WHT}*\n"
token: WORD "[A-Za-z0-9]+" #word
token: WORD "[0-9]+\\.[0-9]+" #word
>> token: WORD "[##0-9]*" #word
>> token: WORD "[#0-9]*" #word
>> token: WORD "[\#0-9]*" #word
>> token: WORD "[\\#0-9]*" #word
token: EOS "[.?!]" #end of sentence
token: NEWLINE "{NL}" #single end-of-line
token: PARA "{NL}{NL}" #end of paragraph
token: WHITE "{WHT}" #whitespace
token: PUNCT "." #all other text
}
jl Guest
-
Strange Include problems: Repeat regions will Not workwith include file
I have a strange problem. I have an Index.asp page and on that page I have a poll that is displays. This poll is located in a sub folder, so to call... -
Coldfusion MX 6.1 - Verity on Redhat 9 Linux will notindex .doc (MS Word) files
I'm running Coldfusion MX 6.1 on Redhat 9. I've applied the updater and hotfix53361_611.zip which should get Verity running on Redhat 9. Verity... -
Every time i try to display records on an include page i get repeats of the whole include
hi guys and ladies, here is my problem and i would be most grateful if any one could shed some light on this please: i have a default.asp page... -
#26259 [Opn->Bgs]: relative include path not working with include() from shell command line execut
ID: 26259 Updated by: iliaa@php.net Reported By: orsaini at allainet dot com -Status: Open +Status: ... -
#26259 [NEW]: relative include path not working with include() from shell command line execut
From: orsaini at allainet dot com Operating system: Lunux Apache 2.0.47 PHP version: 4.3.2 PHP Bug Type: ...



Reply With Quote

