Lucene provides building blocks, not a solution, and not even all of them.
Search on a small scale may seem working if you have phrases that are mostly unique, like recent movie titles or celebrity names. Go beyond that and its a mess.
81–90 of 125 posts
Lucene provides building blocks, not a solution, and not even all of them.
Search on a small scale may seem working if you have phrases that are mostly unique, like recent movie titles or celebrity names. Go beyond that and its a mess.
Earlier quoted context omitted.
Ah! This drives me insane and it's only started recently. I can enter as little as two words in format 'uncommonProperNoun commonNoun', and the entire first page will be results of 'missing uncommonProperNoun'. It's maddening. It's like searching for 'the moon' and getting results back containing 'the'. Does anyone know how/why this started? Is there a way to enforce a query?
I think enclosing the word you really want in "quotes" forces Google to not discard that term.
Earlier quoted context omitted.
Ah! This drives me insane and it's only started recently. I can enter as little as two words in format 'uncommonProperNoun commonNoun', and the entire first page will be results of 'missing uncommonProperNoun'. It's maddening. It's like searching for 'the moon' and getting results back containing 'the'. Does anyone know how/why this started? Is there a way to enforce a query?
I think enclosing the word you really want in "quotes" forces Google to not discard that term.
The most challenging parts are if you have many dimensions at the same time such as location / full text / user preferences / social filters / permissions etc. These are the problems that make my life suck right now as you cannot simply not have joins for some things or not have graph relations etc etc. Case in point following feeds with many dimensions so you need a pipeline approach in stages.
This book is very informative: https://nlp.stanford.edu/IR-book/
edit: I should say it's slightly outdated because of lack of "big data" and how search companies currently deals with huge amount of data.
Given that google is the de facto standard ATM and often returns irrelevant results, I'd wager that search isn't solved. "That does not by itself mean there's room for a new search engine, but lately when using Google search I've found myself nostalgic for the old days, when Google was true to its own slightly aspy self. Google used to give me a page of the right answers, fast, with no clutter. Now the results seem i…
Search has become a cat and mouse game where every time search is "solved" with an improved algorithm, it is "unsolved" quickly by people looking to game the algorithms.
Earlier quoted context omitted.
I think enclosing the word you really want in "quotes" forces Google to not discard that term.
I thought you were supposed to do "+ImportantWord LessImportantWord". Neither seems entirely reliable.
Far from it. I frequently have issues even with search on Google or Amazon, who invested millions into that. Dealing with people being imprecise in naming and spelling, different contexts and personalized results is still barely touched or non-existent, and definitely not solved. Lucene provides building blocks, not a solution, and not even all of them. Search on a small scale may seem working if you have phrases tha…
We are still in the stone age when it comes to search. Ask Google who played the mens semifinals of Wimbeldon three years ago and Google will tell you it indexed 6 million pages to provide a link that may or may not have the 4 names I am looking for. Why is it doing all this pointless work? And why is it that dumb in 2018? We have got so used to what it does that lot of people have stopped asking questions about how…
I think these sort of queries are solved.. if you know the categories of sites that index information and are able to scroll and process text, images and information quickly. My first query string idea was 'men semifinals Wimbeldon 2015 wiki' and the resulting page contains the list in a nice format. This is because I have the context that wiki pages would contain this sort of information. Google and others are getti…
That's a job for computers to do.