Skip to main content

Questions tagged [search-engine]

0 votes
1 answer
95 views

I have a lot of data that I would like to enable end-users to search on. I plan to use ElasticSearch (but am open to other technologies). This would also be an AWS native solution. For simplicity, let'...
alex's user avatar
  • 101
-1 votes
1 answer
59 views

In search engine indexing, a body of text is often processed before it is indexed. A common example is stemming, were words are reduced to their root form (plurals are dropped, tense is normalized). ...
Deane's user avatar
  • 171
4 votes
1 answer
362 views

I'm developing a marketplace application that will eventually list a large number of different types of items. Currently our search system (powered by Algolia) is built on pre defined attribute ...
rt_'s user avatar
  • 161
-1 votes
1 answer
168 views

I have created a blog for a friend. I have heavily designed it around jQuery's $.ajax() function and as a result it is only a single webpage asynchronously gets its data (title, article, relative ...
Malky.Kid's user avatar
4 votes
2 answers
1k views

I have to design and implement an algorithm for my university project that searches a given set of documents based on the keywords/query given. Assume that each document contain few sentences and ...
SHdinesh Madushanka's user avatar
1 vote
3 answers
210 views

I'm strongly considering a web search engine for my next pet project. All the basic principles are clear, but some details are not. Namely, I can't find a neat way to search by exact match, e. g. "The ...
Violet Giraffe's user avatar
1 vote
1 answer
119 views

I work with a site that employs a site search feature for its users. Before working on this site, I'd come to expect GET-style results with a parameter like "/search?q=entrepreneur" or POST-style ...
Ryan Keeler's user avatar
1 vote
2 answers
64 views

We have a system that currently has approx 25 customers (will never expand from this) that each have a public facing web service which allows each other to query each others internal application ...
Cyassin's user avatar
  • 117

15 30 50 per page