|
Home > Archive > IIS Index Server > April 2005 > I setup a Hit highlighting search using NT 4.0 sometime ago and co
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
I setup a Hit highlighting search using NT 4.0 sometime ago and co
|
|
| Sirrags 2005-04-15, 5:56 pm |
| I setup a Hit highlighting search using NT 4.0 sometime ago and copied those
files over to my Windows 2003 server. I thought I made the proper changes in
the .Idq and the .htx however I either get no documents returned or too many.
Below is my IDQ file
[Query]
CiCatalog=d:\ideia
#CiCatalog=HKEY_LOCAL_MACHINE\SYSTEM\Cur
rentControlSet\Control\ContentIndex\Cata
logs\IDEIA
#<= COMMENTED OUT - default registry value used
CiColumns=filename,size,rank,characteriz
ation,vpath,DocTitle,write
CiRestriction=(! #filename "ixqlang.htm") and (! #filename query.idq)
CiMaxRecordsInResultSet=300
CiMaxRecordsPerPage=10
CiScope=/,/ideia
CiFlags=DEEP
CiTemplate=/query.htx
CiSort=rank[d]
CiForceUseCi=true
| |
| Hilary Cotter 2005-04-22, 6:00 pm |
| Set CiDialect=1
--
--
Hilary Cotter
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
"Sirrags" <Sirrags@discussions.microsoft.com> wrote in message
news:5006C675-7BB6-48FD-BEC8-828213B012B3@microsoft.com...
>I setup a Hit highlighting search using NT 4.0 sometime ago and copied
>those
> files over to my Windows 2003 server. I thought I made the proper changes
> in
> the .Idq and the .htx however I either get no documents returned or too
> many.
> Below is my IDQ file
>
> [Query]
> CiCatalog=d:\ideia
> #CiCatalog=HKEY_LOCAL_MACHINE\SYSTEM\Cur
rentControlSet\Control\ContentIndex\Cata
logs\IDEIA
>
> #<= COMMENTED OUT - default registry value used
> CiColumns=filename,size,rank,characteriz
ation,vpath,DocTitle,write
> CiRestriction=(! #filename "ixqlang.htm") and (! #filename query.idq)
> CiMaxRecordsInResultSet=300
> CiMaxRecordsPerPage=10
> CiScope=/,/ideia
> CiFlags=DEEP
> CiTemplate=/query.htx
> CiSort=rank[d]
> CiForceUseCi=true
>
>
| |
| Hilary Cotter 2005-04-25, 5:53 pm |
| check the size of the ideia catalog. It should be greater than 1M.
Then change your restriction to this
CiRestriction=Microsoft
Also comment out your CiScope parameter to see if you now get hits.
--
Hilary Cotter
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
"Sirrags" <Sirrags@discussions.microsoft.com> wrote in message
news:5006C675-7BB6-48FD-BEC8-828213B012B3@microsoft.com...
> I setup a Hit highlighting search using NT 4.0 sometime ago and copied
those
> files over to my Windows 2003 server. I thought I made the proper changes
in
> the .Idq and the .htx however I either get no documents returned or too
many.
> Below is my IDQ file
>
> [Query]
> CiCatalog=d:\ideia
>
#CiCatalog=HKEY_LOCAL_MACHINE\SYSTEM\Cur
rentControlSet\Control\ContentIndex\
Catalogs\IDEIA
>
> #<= COMMENTED OUT - default registry value used
> CiColumns=filename,size,rank,characteriz
ation,vpath,DocTitle,write
> CiRestriction=(! #filename "ixqlang.htm") and (! #filename query.idq)
> CiMaxRecordsInResultSet=300
> CiMaxRecordsPerPage=10
> CiScope=/,/ideia
> CiFlags=DEEP
> CiTemplate=/query.htx
> CiSort=rank[d]
> CiForceUseCi=true
>
>
|
|
|
|
|