Top "Search" questions

Questions about search algorithm mechanics and implementation.

using OR and NOT in solr query

I'm working on a solr query similar to the following: ((myField:superneat AND myOtherField:somethingElse) OR NOT myField:superneat) When …

search lucene solr
Adding system header search path to Xcode

(Posting this question for reference purpose, I'll answer immediately) How to add header search paths to Xcode? Especially when including …

xcode search path header system
How do you make Vim unhighlight what you searched for?

I search for "nurple" in a file. I found it, great. But now, every occurrence of "nurple" is rendered in …

search vim highlight
Find in Files: Search all code in Team Foundation Server

Is there a way to search the latest version of every file in TFS for a specific string or regex? …

visual-studio-2008 search tfs code-search-engine
How can I search for a commit message on GitHub?

Not in a Git repository, but rather in GitHub specifically - how do I search just the commit messages of …

search github
Regex Until But Not Including

For regex what is the syntax for search until but not including? Kinda like: Haystack: The quick red fox jumped …

regex search regex-lookarounds
Linux command: How to 'find' only text files?

After a few searches from Google, what I come up with is: find my_folder -type f -exec grep -l "…

linux search find
How to find the Git commit that introduced a string in any branch?

I want to be able to find a certain string which was introduced in any commit in any branch, how …

git search
How to add folder to assembly search path at runtime in .NET?

My DLLs are loaded by a third-party application, which we can not customize. My assemblies have to be located in …

.net search assemblies path
What's the difference between the data structure Tree and Graph?

Academically speaking, what's the essential difference between the data structure Tree and Graph? And how about the tree based search …

search data-structures map tree