search-engine

Lucene.NET performance

I have a website that runs of a third party search provider that is expensive. I am going to roll my own. Is Lucene.NET capable of ~25,000 products (or documents), each with maybe ten attributes used for filtering? I am looking to do a "narrow/drill down" or "faceted search". Does that sound like to much to ask from Lucene.NET? ...

How to find an anonymous class or a local type using the JDT Java Search Engine?

Hi, I want to programmatically get the model of an anonymous class or locally declared type (i.e. an instance of IType) from the JDT Java Search Engine, known by fully qualified name. So far, I did well with the following when searching for "usual" types that were not nested in other types: SearchPattern pattern = SearchPattern.createP...

terminating index process for search engine

hi, i am working on a small search-engine app with asp.net 4.0. the indexing process can index each URL founded in each document and this recursively performed for each other. now how i can terminate this process when i want or when user clicked on stop browser button? ...

How Does DotNetNuke Stack Up For SEO? E-Commerce?

I've heard that DotNetNuke takes a bit of a hit for Search Engine Optimization. I'm not criticizing the platform, by the way; I love DNN. This is just what I've heard. As I understand it, the impact is from repetitive content, table-based layouts, and lots of extra markup. I've got a friend who would like to start an e-commerce site us...

How do i make my google web app searchable on google?

I have started to develop a web app on google's app engine and i wish to make the static content on the site searchable on google. For example, my app is at http://xxxxxxx.appspot.com/ and on it there is only some random text like 'form bell road smear sky orange fan glass key'. When i google for 'form bell road smear' for example or ...

making JavaScript generated content possible for search engines to index

Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here. _L ...

What does robots.txt file do in PHP project?

What does robots.txt file do in PHP project? ...

Will dynamicaly generated content via Javascript hurt SEO

This is what I would like to do. I would like to load content dynamically. Everything except the actual content will be rendered by javascript. I will place all the require information in a javascript variable or array at the bottom of the page. Then I will use javascript to place the content in the designated area. These are the types...

How can you make certain parts of your website not appear on search engine results?

How can you make certain parts of your website not appear on search engine results? Will a password protected directory not appear on search engine results? ...

SphinxSearch or a spider - which one to choose?

Hello, here is my problem: We own SiteA and SiteB and they share the same server and database where we have full control. SiteC , siteD and siteE are some of the sites we own as well but reside on a different web hosts. The goal is to create a unified search functionality for all of the sites mentioned above. That is if somebody search...

Apache Lucene or another Search in iPhone app

Hi I would like to implement a search functionality within my iPhone app which can search for terms within all the documents in the application. I believe I cannot use Apache Lucene directly since it is in Java. Can I use Lucy which is a C port of Lucene (not sure if Perl and Ruby would work on it)? Or is there any other open-source s...

I'm looking for a web host to put a search java engine. What are the best options?

I wrote a java search engine and I don't have the money to have my own servers. Can someone recommend me a goo java web host? Thanks in advance ...

google search engine architecture- how do so many concurrent users do a search on it

With millions of users searching for so many things on google, yahoo and so on. How can the server handle so many concurrent searches? I have no clue as to how they made it so scalable. Any insight into their architecture would be welcomed. ...

Solr - query regarding Boolean logic

Hi all I have a Solr index with a year field, I can query all results within a range of years using the following query which works fine *:* AND year:[1934 TO 1950] How would I incorporate the AND operator so I can search for results in a number of selected years, eg. results for year 1930 AND year 1950 only. I tried something like: ...

Sorting data by relevance, from multiple tables

Hey, How is it possible to sort data from multiple tables by relevance? My table structure is following: I have 3 tables in my database, one table contains the name of solar systems, the second for e.g. of planets. There is one more table, witch is a connection between solar systems and planets. If I want to get data of a planet, witc...

I need help with adding condition to php live search

Hi Guys I am just learning php and ended up at this tutorial http://www.w3schools.com/php/php_ajax_livesearch.asp Till now my PHP search file looks the same as in example but i changed the if (strlen($q) > 0) to if (strlen($q) > 3) to display results after typing minimum 3 words. I am wondering how can i make the results paginate if th...

How do search engines see dynamic profiles?

Recently search engines have been able to page dynamic content on social networking sites. I would like to understand how this is done. Are there static pages created by a site like Facebook that update semi frequently. Does Google attempt to store every possible user name? As I understand it, a page like www.facebook.com/username, ...

Can anybody help me in implementing yahoo search for my website

Can anybody help me in implementing yahoo search for my website. A link to sample code can be very helpfull. My website hosts on ASP.Net 2.o plan ...

automatic link submission in search engine

Hi , in Google i find one open source search engine , This Open Source This is my first search engine project , This si one open source , In this site, There is a link called ADD link , There visitor will add his/her site , Then admin will look and later , admin index the user added links , this is basic functionality of thi...

Can you recommend a full-text search engine?

Can you recommend a full-text search engine? (Preferably open source) I have a database of many (though relatively short) HTML documents. I want users to be able to search this database by entering one or more search words in my C++ desktop application. Hence, I’m looking for a fast full-text search solution to integrate with my app. ...