Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. IIS ignored word list

IIS ignored word list

Scheduled Pinned Locked Moved Web Development
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    codermaniac
    wrote on last edited by
    #1

    Hi people, I have written a (the well known anyway) search script that'll query the index server and display results for user-specified keywords. All other things working fine, the ignored word list is troubling me. IIS has an ignored-word list with words like "the, a, an,..." etc. and whenever the search script ONLY contains these words, Index Server generates an error that "The Search Query included only ignored words". What is the recommended action here? Should I use VBScript's Error Handling to capture this OR should I have a text file with ignored words and cross-check from that before querying? The query statement I'm using to query the index server is: "SELECT Characterization, DocTitle, VPATH, Size, HitCount, Write, Rank FROM SCOPE() WHERE FREETEXT(Contents, '" & key & "') > 0 ORDER BY Rank DESC" thanks. NeoCode

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups