How can I get my website’s search results into Google’s search results?
All I can find online is stuff about search result rankings, which I’m not concerned with at the moment. We’re going to have a cloud-based online database and we want Google search results for something relevant to our site to display our website’s search results for the same query.
Developing a search algorithm
I want to create a basic search engine, and I want you to give me some ideas how to filter out the best results for my visitors.
Client-Side V.S. Server-Side Searching?
I am currently helping to design a web site and application in HTML. We would like the user to be able to search the site/app for desired content via a search bar. We would also like to include an advanced search ability to allow for different search options and more concentrated searches.
Good technique for search text tokenization
We are looking for a way to tokenize some text in the same or similar way as a search engine would do it.
NLP – Queries using semantic wildcards in full text searching, maybe with Lucene?
Let’s say I have a big corpus (for example in english or an arbitrary language), and I want to perform some semantic search on it. For example I have the query:
.Net search engine architecture and technology choice
I am in the process of designing a search engine for an asp.net site. The site currently uses Microsoft Indexing Server to index and search content which range from simple text files to MS documents to PDFs. MIS is also used to crawl File servers. MIS in tandem with Index Server Companion crawls for content from external sites. I intend to replace MIS with the indexer/crawler I am trying to build.
What exactly is a Search Engine Indexer. Where to start building one? [closed]
Closed 9 years ago.
Does anyone know how to make a search engine?
I am looking at making a search engine but not sure where to start. I have a basic idea but not sure how to progress or what code to use or what platform to use.
How is machine learning incorporated into search engine design?
I am currently building a small in-house search engine based on Apache Lucene. Its purpose is simple – based on some keywords, it will suggest some articles written internally within our company. I am using a fairly standard TF-IDF scoring as a base metric and built my own scoring mechanism on top it. All of these seem to be working excellent except for some corner cases where the ranking seems messed up.
How is machine learning incorporated into search engine design?
I am currently building a small in-house search engine based on Apache Lucene. Its purpose is simple – based on some keywords, it will suggest some articles written internally within our company. I am using a fairly standard TF-IDF scoring as a base metric and built my own scoring mechanism on top it. All of these seem to be working excellent except for some corner cases where the ranking seems messed up.