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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Query Indexing Server Catalogs

Query Indexing Server Catalogs

Scheduled Pinned Locked Moved ASP.NET
databasehelpjavasysadminalgorithms
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.
  • S Offline
    S Offline
    Shreeja
    wrote on last edited by
    #1

    Hi Forum, I would like to include Indexing Server in my aaplication which uses Sql 2000 for its backend processing. I have Encountered a problem in Querring Indexing Server Catalogs. Could anyone help me to querry indexing server catalogs for searching files having the keyword as mentioned below: ASP(4) and JAVA(3) i am trying to query the indexing server to find all the word documents which has text "ASP" six times and the text "JAVA" three times in it. the following query works fine for the keyword: ASP and Java SELECT * FROM OPENQUERY(WEBCATALOG, 'SELECT FileName, Path, VPath FROM SCOPE(''DEEP TRAVERSAL OF("/Info")'') WHERE CONTAINS(''asp and java'') ') Could anyone help me to solve this problem of specifying the no of hits of each keyword in the query. ShreejaRajan

    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