Need advice on web search engine

I may need to install a search engine for a asp.x web site I am working on. I know nothing about ASP.NET and the these are secure web pages. Also, this is for just a portion of the web site.I have no experience with search engines.
First question: Can search engines limit their search to just a section of a web site?
Second question: What would recommend for my circumstances?
Thanks!

Answer to your first question: No, I don't want to provide a search engine to the entire site. There is a section you go in with several divisions. One division is the directory of services. The way that it's set up now is they have about 9 PDF files that are link to 9 headings. You click on a heading and it opens the PDF for that topic. The problem is that it takes a long time for the PDF to open and then the person may have to search it for the information they are looking for.
I think you may have answered my question already. If robot files are required to limit a search, then a search engine may not be the practical choice in my case.
By the way, to answer your last question, I am not coding in ASP.NET. I have made it clear to these people that I don't know a line of it. But I also think the solution to the problem is to convert the Directory to web pages, set up links of topics and maybe a JavaScript jump menu for linking to other bookmarked information. That way the searched is limited to only certain topics we decide beforehand but also limited to the directory.
What do you think of this solution? Do you foresee any problems?
Michael

Similar Messages

  • Web search engine

    Hi All,
    My Name is Lakshitha. I am developing a web search engine using Java. I am doing this as my BCS project. I know java little bit . Can any body Please help me on this. First thing i want to know what platform i have to use.
    (JSP,Servlets,) please help me where should i start
    any suggestions please send to [email protected]

    Hi All,
    My Name is Lakshitha. I am developing a web search
    engine using Java. I am doing this as my BCS project.
    I know java little bit . Can any body Please help me
    on this.What's your problem?
    First thing i want to know what platform i
    have to use.
    (JSP,Servlets,) please help me where should i startThat depends on your specifications. You should be the one to know which technology to use. A websearch is usually created as a website itself, though, so JSP will be it.
    any suggestions please send to [email protected]

  • Need an alternate Javahelp search engine

    Hi Friends,
    I have been facing this problem with Javahelp for a few months now. I have created a Javahelp system for my application and it works absolutely fine. However, I am not happy with the way the search works. As the Javahelp search engine uses relaxation ranking and morphing, it returns strings other then what is needed.
    For example: if i give a search for "Workflow Modelling" it returns "modelling" or "workflow" or "a weird string that has workflow and modelling separated by even 20 words". I want my search engine to provide exactly the word i have searched for.
    Please provide me a new search engine and the way i can change the default Javahelp search engine. It is a very urgent requirement. Would be extremely glad if any one of you could provide me a very quick solution.
    Thanks.

    Dear  Rudegar,
    Thank you for prompt reply, and I apologize for not asking a technically correct question.  
    I am currently streaming music through the Internet using Safari.
    I want to steam another recording (at the same time), and was told I need to access another browser  in order to perform this function.
    Judging by your reply, I think the  answer is "Maybe - but I need to check out https://extensions.apple.com" to see if this is feasible.
    Did I ask the question more clearly?  Did I understand your response?
    Thanks,

  • Optimising video for web search engine results

    I have little experience of producing video, so by default I have little experience or knowledge of premier... so I am here to ask a question on the back of a conversation I have just had with a client who is fairly video savvy, but not entirely premier pro savvy.
    He is under the impression that premier pro has a facility to be able to analyse the content of a video and then automatically create a metadata file which can then be utilised for search engine ranking. Is this so? Has premier pro got this capability?
    Thanks in advance.
    Mat

    > Is that what's being asked for, though?  I understood the OP wants
    Google to scan the video itself for metedata and use that for rankings.
    Yep. The tutorials that I linked to show how to embed the speech-to-text metadata in the video and then extract it for search within Flash Player.
    > Actually whether or not any Adobe app is capable of such, I think the
    bigger question is can a search engine actually scan video files, or do
    they just scan web pages?
    The search engine companies are all moving toward using metadata within video files, but at different speeds and with different degrees of transparency. For now, I don't think that it's much used. But the time is coming (and is already here in a minimal, primitive form.)
    The reason that I then suggested using the metadata as something to put as text on an HTML page was that I thought that this might be more valuable for the current state of search engine technology.

  • Need assistance adding another search engine

    I have an iMAC.
    I am satisfied with Safari, but want the flexibility to use an additional search engine at the same time.
    How can I set up my computer so I have the ability to surf with another  internet service provider (ex. explorer, google chrome) while I am using Safari?
    Thanks,
    Steve

    Dear  Rudegar,
    Thank you for prompt reply, and I apologize for not asking a technically correct question.  
    I am currently streaming music through the Internet using Safari.
    I want to steam another recording (at the same time), and was told I need to access another browser  in order to perform this function.
    Judging by your reply, I think the  answer is "Maybe - but I need to check out https://extensions.apple.com" to see if this is feasible.
    Did I ask the question more clearly?  Did I understand your response?
    Thanks,

  • Can't dump Google/Chrome or Google and keep Yahoo as my default web search engine on Firefox. Can you help? Jim

    I can not keep Yahoo.com as my search engine with FireFox as my browse. How do I keep Yahoo.com as my default search engine when go on line with FireFox? Jim

    I think you need to modify the code in keyword.URL in the about:config window.

  • Uninstall bing; use yahoo as web search engine

    Bing has hijacked my opening firefox page. I would like to eliminate Bing as a search engine and use yahoo or google instead.

    TOOLS then OPTIONS then GENERAL and in section HOME PAGE type http://www.google.com OR http://search.yahoo.com/ and then press the OK button to save it.
    i hope i help
    thank you

  • APEX and web search engines

    I was just wondering if a site built exclusively in Application Express has any disadvantages with regards to search engines. Since an APEX page is somewhat dynamic would a search engine (e.g. Google) still be able to "find it"? Or is it a better idea to build the front page of a site as a static page since people accessing this site from a search engine is very important to the site?

    See if the discussion at Re: is htmldb.oracle.com indexed by google answers your question.

  • Need advice about web services and Java beans

    Hi
    I am very new to web services and to Java beans as well.
    I am trying to understand if and how a web service can use functionality I have in a Java bean. I couldn't find any documentation I can use.
    For example:
    InitialContext ic = new InitialContext();
    Adder adder = (Adder) ic.lookup("ejb/AdderJNDI");In a EJB client project (I'm working with Eclipse) if I add the EJB project to the build path, the Adder interface is recognized.
    Theoritacally I thought I can do the same in a web service server project, but the Adder interface is not recognized.
    Is there something I can read to understand how I need to use the EJB or implement the web service?
    Many thanks
    Sigal

    Okay....I think I made some errors with the original scenario:
    It basically comes down to this....I think. OCS Calendar has a set of Java classes and methods that provide an abstraction for their web services interface. I know how to create something to use these classes using an IDE like JDeveloper, but I'm not sure how that would work with HTML DB.
    I've noticed that the SQL Workshop has a place for Java sources and classes, and I've heard mentions of PL/SQL wrapping. Is there a way to import classes into an HTML DB workspace, wrap 'em up, and access them via PL/SQL?
    Thanks again,
    Jonathan

  • Optimise galleries for web search engines

    This is a re-post - apologies but I had little response earlier and the subject is important to me (and many others too I would have thought.
    I have IT skills but am no web designer. I had someone create a simple photography web site using Flash, with the page design looking similar to a Lightroom Flash web gallery template. (See www.duncangrove.com) I am now able to easily update my galleries using no specialist skills, which is great. My concern though is that the galleries do not seem to be "search friendly". The site itself always shows up in Google but the images do not when searching for a specific phrase which is relevant to the title/keywords. I suspect I could do something to each of the gallery's Index.html page to add meta tags but since a new index.html page is created every time I add a new image, this would be very time consuming.
    The issue really came to light when a client approached me to purchase an image for a large sum of money. He had found the image on my old Picasa site that I have not bothered with for years (and am ashamed of since it looks amateurish.) A Google search for the subject matter lists it fairly high up the fist search page. My "proper site" does not even show up in the same Google search, even though the image titles contain the key words that were searched for. Does Google focus on key words embedded in the images or on the image titles? Would an html version alongside the flash version help with search results?
    I would appreciate any comments/suggestions.
    Regards
    Duncan Grove ARPS

    Google focus on image titles.
    I could find any flash pages on www.duncangrove.com to look at.

  • New to MAC - need advice on WEB site maintenance

    Hello switched to mac from windows very recently. I need to find an easy to use wysiwygI software which will allow me to maintain my template based website , previously maintained in expression web. IWEB appears to only work with sites created in IWEB. I downloaded CODA which is nice but appears not to be WYSIWYG. Can someone recommend a really simple intuitive yet powerful web site editor with wysiwyg functionality. Appreciate any help

    Try taking a look at RapidWeaver which is available via the Mac App Store. You could also look at Sandvox and Sandvox Pro from http://www.karelia.com.
    You are correct that iWeb cannot open a previously published website.

  • What does Outlook 2007 really use or need from Windows Desktop Search Engine

    1) What will I lose if I don't intall this product
    2) What will I gain if I use this product
    3) How can I turn off all the non Outllook 2007 functions of this product
    4) What other functions in Office 2007 are used by this product

    Hi,
    First of all, you need to have the following specifications for using Outlook 2007: -
    256 MB RAM.
    500 MHz Processor.
    3.5 GB free hard disk space.
    Microsoft Windows(R) XP with Service Pack SP(2), Windows Server(R) 2003 with SP1.
    I hope that this may be helpful to you.
    Regards
    Ashish@V

  • Search Engine Logic using beans & JSP's design needed.

    I am developing a web app (using JSP, tags, beans, and SQL) that stores Electric utility customers info / data (like Account, meter read info & payments etc.) for retrieval based on search criteria input by the user(by acct, meter , meter location etc..). I need some kind of search engine to search the Customer information(data nearly 3 million records) that takes less than a minute.
    Right now I have developed the search engine using JSP's, The JSP's will get the info from resultset query of beans and formatting stuff is done in JSP's. But its very slow....some times it takes 5 to 10 minutes to fetch the results. So, now we have planned to move the "search logic" from JSP's to beans, hoping this will speed up the search engine performance.
    Does anyone know where I can get search engine logic using JSP, JavaBeans? , Please let me know is there discussion on this topic / sample code / links / books anywhere ?.
    I will really appreciate the help.
    Thanks,
    Donthy

    Hi,
    I think to export the logic to the beans will not help a lot, because the .jsp and the beans are compiled together to a servlet anyway. And so, it doesn`t really matter, where the logic has been befor, after compilation it will be in the servlet.. But to have java code logic in the bean and not in the jsp is a good idea anyway. It is always nice to have as few scriptlet code as possible, makes the application more readable..
    I think you should better have a closer look to the search logic, and the database. For such huge data amount, the Oracle database would be the best. And then let the database do as many of the search work as possible, because java is a little slow, and the database will be allways faster for this things of work..
    lexip

  • Iweb website not showing up at all on any search engine

    Hello,
    I recently switched from Windows to a Mac (and its a big improvement, really pleased with it). As we run 2 tiny businesses, one of my first projects was to make 2 websites in iweb and publish them via ftp to the domains I purchased (both hosted by free virtual servers). When I type in the web address in the Safari browser bar, the websites display and work perfectly. However, for one website, when I google any of the keywords (i.e. santa, reindeer and horse-drawn sleigh hire), or the actual company name (Santa and Co), or the specific web address (www.santaandco.com), nothing comes up apart from the freevirtualservers awaiting content thing. When I click on this, it goes straight to the website, all working fine! I don't expect to be on the first page of google, and this question isn't about how to improve my ranking on search engines, but normally when you google a company name or specific website address it comes up somewhere with the actual site! To make sure, I made a site for a friend (www.djfatboy.co.uk) and the same thing applies - nothing comes up. When I search for www.djfatboy.co.uk it doesn't exist, although typing the address in the browser bar brings the site up working perfectly. I have got cyberduck but as the sites display fine I'm assuming its another problem.
    The other website I made for our business (www.horsedrawnpromotions.com) has a different issue but I'd like to get the Santa and Co one sorted first! I don't know where I'm going wrong, and apologies if I have posted this in the wrong place but I haven't got a clue how to fix things, or even what this issue could relate to. Please help!! Thanks.

    You need to let the search engines know that your site actually exists or they won't be able to index it. Go to Google and there should be somewhere to register your site. Once they know you are there they can start indexing it.
    Also, you can download iWebSEO where you can add tags and page names etc. to help your site be found more easily in searches, but first make sure that the search engines know your site is there.

  • Registering .mac website with search engines

    Hello! Does publishing a site to .mac using iweb automatically register your site with all the search engines out there? I would like to publish a website to .mac but I'd like anybody to be able to stumble across it on a search engine such as google or whatever. Does iweb or .mac take care of this or do I need to look after this myself? Simply by publishing with iweb to .mac, could my site be found if someone were to type key words or topic specific words into google?
    Thank you!

    This is a reply from .Mac Support
    —"Why can't I google my website?"
    Most Web search engines use programs called "spiders" to scan the Web for new pages to add to their search results. To protect Apple's customers, and in accordance with Apple's privacy policy, we do not allow spiders to access .Mac and gather data from .Mac HomePages. As a result, .Mac HomePages by default do not appear as search results in Google, Yahoo, AltaVista, and other search engines.
    If you are interested in having your HomePage appear in a search engine's search results, you can visit that search engine's website to learn how to add your page's URL to their index.—
    I have tried registering my .Mac site with Google and it has never come up.

Maybe you are looking for

  • Shared Review on Network Folder

    I am trying to set up my first shared review on a local network folder in our office and am running into two difficulties. (I have Acrobat 9 Pro running on Windows XP, most others have Reader 8 running on XP and we are connecting using Outlook 2003 t

  • Workload Repository Snapshot error

    Hello, Can any one have a better understanding of this error and let me know how to solve this and make it run properly? 1 BEGIN 2 FOR I IN 1..1000000 3 LOOP 4 INSERT INTO T101 VALUES('LARGE STRING'); 5 END LOOP; 6* END; SQL> / BEGIN ERROR at line 1:

  • Debugging of script

    hii guys, 1. can we debugg form how 2. can we debugg driver program how. regards rahul

  • Bridge PS4 / previews- thumbs blurry

    I have all of a sudden started having thumbnail previews be blurry, only to open them either in Raw editor, or PS if it is a PSD, and they are fine,  not all of the thumbs are blurry, or if I use the slide show. It also is not waiting to load either,

  • Command line control Profile Manager 2

    Greeting All, Any guide that introduce command line that can control Profile Manager 2 to make device camera on/off? Do know is this possible via command line? Here is the sernario. 1. User scan a QR code that trigger App to commnuicate Profile Manag