#How usually large scale search engines like google organize their backend models like users/searches
4 messages · Page 1 of 1 (latest)
are you talking about full text search ? like this functionality in discord ?
lets suppose my app is a replica of google search engine. My backend sits on top of original googles bknd.
Now hw ll my bknd data models look like?
shud I have a crawler (feel like this wud be not necessary, as if in that case my app might not even need googles results) that needs to collect the pages crawled by google, or just every now n then user searches something, hw to give location specific results just replicating or mirroring googles location specific results??
any ideas?
mainly requiring the ER kindof backend relationships
mainly if my app is just mirroring google's search results