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. ASP.NET
  4. indexing server

indexing server

Scheduled Pinned Locked Moved ASP.NET
databasesysadminhelp
3 Posts 2 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.
  • V Offline
    V Offline
    venky456
    wrote on last edited by
    #1

    hi, i am developing an search engine based on indexing server. in my application i give the search keyword at freetext in query. it works well but problem is i want to search it as single phrase.but it search like multiple words. its my query . plz send reply asap. string query = "Select Characterization,contents,DocPartTitles,Path,DocKeywords,DocTitle,Filename,Size,URL from Scope() where freetext('" + DDL_doctor.SelectedItem + "') order by filename "; venkat

    J 1 Reply Last reply
    0
    • V venky456

      hi, i am developing an search engine based on indexing server. in my application i give the search keyword at freetext in query. it works well but problem is i want to search it as single phrase.but it search like multiple words. its my query . plz send reply asap. string query = "Select Characterization,contents,DocPartTitles,Path,DocKeywords,DocTitle,Filename,Size,URL from Scope() where freetext('" + DDL_doctor.SelectedItem + "') order by filename "; venkat

      J Offline
      J Offline
      John ph
      wrote on last edited by
      #2

      venky456 wrote:

      where freetext('" + DDL_doctor.SelectedItem + "') order by filename ";

      DDL_doctor.SelectedItem.Text

      Regards
       - J O H N -


      V 1 Reply Last reply
      0
      • J John ph

        venky456 wrote:

        where freetext('" + DDL_doctor.SelectedItem + "') order by filename ";

        DDL_doctor.SelectedItem.Text

        Regards
         - J O H N -


        V Offline
        V Offline
        venky456
        wrote on last edited by
        #3

        sorry its also searching like multiple keywords not exact phrase. regards venkat

        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