Discussion:
regular expressions used in custom properties
(too old to reply)
viv
2006-08-02 11:11:54 UTC
Permalink
Hi All,

I am facing a problem with regular expressions when used with custom
properties.I am using IXSSO to query index server.

I defined the following column:
query.DefineColumn("EmpName(DBTYPE_WSTR|DBTYPE_BYREF)=
27031850-3455-4648-8c26-b998fb2360e8 EmpName");

Cached it in Index server with type VT_LPWSTR. Restarted Index server.
Also I have set query.Dialect = 1.

But when I try to fire regular expression queries like #EmpName
*verma.
It doesn't return any records.

Can anybody help me in resolving this?

-Vivek
Hilary Cotter
2006-08-02 21:40:40 UTC
Permalink
set allowEnumeration=true
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
Post by viv
Hi All,
I am facing a problem with regular expressions when used with custom
properties.I am using IXSSO to query index server.
query.DefineColumn("EmpName(DBTYPE_WSTR|DBTYPE_BYREF)=
27031850-3455-4648-8c26-b998fb2360e8 EmpName");
Cached it in Index server with type VT_LPWSTR. Restarted Index server.
Also I have set query.Dialect = 1.
But when I try to fire regular expression queries like #EmpName
*verma.
It doesn't return any records.
Can anybody help me in resolving this?
-Vivek
Loading...