<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Why is Spotlight a bit dim?</title>
	<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim/</link>
	<description>Comments on Ask MetaFilter post Why is Spotlight a bit dim?</description>
	<pubDate>Mon, 26 Sep 2005 15:10:24 -0800</pubDate>
	<lastBuildDate>Mon, 26 Sep 2005 15:10:24 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Why is Spotlight a bit dim?</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim</link>	
		<description>Spotlight in OS X 10.4 -- doesn&apos;t seem to index the actual contents of files and emails.  Searching for known terms produces no hits.  Mac Mini, 3 mos. old.  Any ideas?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.24582</guid>
		<pubDate>Mon, 26 Sep 2005 15:06:55 -0800</pubDate>
		<dc:creator>words1</dc:creator>
		
			<category>mac</category>
		
			<category>spotlight</category>
		
			<category>index</category>
		
	</item> <item>
		<title>By: cillit bang</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389957</link>	
		<description>What kinds of files and what email program are you using? Spotlight needs there to be a special indexer for each filetype, which basically means applications need explicit Spotlight support before it works.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389957</guid>
		<pubDate>Mon, 26 Sep 2005 15:10:24 -0800</pubDate>
		<dc:creator>cillit bang</dc:creator>
	</item><item>
		<title>By: pmbuko</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389963</link>	
		<description>If you&apos;re not using Mail.app, then chances are your emails are not being indexed. Entourage, for example, lumps all your emails into a single file, and Spotlight doesn&apos;t know how to index that file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389963</guid>
		<pubDate>Mon, 26 Sep 2005 15:12:50 -0800</pubDate>
		<dc:creator>pmbuko</dc:creator>
	</item><item>
		<title>By: words1</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389974</link>	
		<description>It&apos;s my wife&apos;s machine.  She does use Mail, and MS Word for documents.  Does Spotlight index Word docs?  It would be vewy, vewy stupid not to.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389974</guid>
		<pubDate>Mon, 26 Sep 2005 15:23:41 -0800</pubDate>
		<dc:creator>words1</dc:creator>
	</item><item>
		<title>By: schwa</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389981</link>	
		<description>It does index word docs.&lt;br&gt;
&lt;br&gt;
Has anyone added anythign to the list of directories that spotlight ignores?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389981</guid>
		<pubDate>Mon, 26 Sep 2005 15:31:29 -0800</pubDate>
		<dc:creator>schwa</dc:creator>
	</item><item>
		<title>By: words1</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389988</link>	
		<description>nope, the &quot;ignore&quot; box is empty.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389988</guid>
		<pubDate>Mon, 26 Sep 2005 15:41:23 -0800</pubDate>
		<dc:creator>words1</dc:creator>
	</item><item>
		<title>By: words1</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389989</link>	
		<description>Could this be some kind of permission issue?  How would I check that?  (I use XP and Copernic, myself.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389989</guid>
		<pubDate>Mon, 26 Sep 2005 15:42:43 -0800</pubDate>
		<dc:creator>words1</dc:creator>
	</item><item>
		<title>By: cillit bang</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#389999</link>	
		<description>If you know how to operate Terminal, cd into a directory with a file that isn&apos;t being indexed and type &quot;mdimport -d 3 [filename]&quot;. The first thing it will report is the current status of that file. It&apos;ll then say what kind of file it thinks it is, then it will attempt to index the file and show the results. You should get some clues on what&apos;s happening if you do that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-389999</guid>
		<pubDate>Mon, 26 Sep 2005 16:08:42 -0800</pubDate>
		<dc:creator>cillit bang</dc:creator>
	</item><item>
		<title>By: esd</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#390003</link>	
		<description>If you can&apos;t figure out what&apos;s wrong, there&apos;s always the brute-force approach: running &quot;sudo mdutil -E /&quot; in Terminal will wipe the index for the main drive, and then Spotlight will re-index everything automatically.&lt;br&gt;
&lt;br&gt;
(If you don&apos;t know sudo, it&apos;s a command that runs whatever comes after it as root. When you run the command above, it&apos;ll probably ask you for a password; this should be the password of your wife&apos;s account, assuming she&apos;s an administrator on the machine.)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-390003</guid>
		<pubDate>Mon, 26 Sep 2005 16:20:36 -0800</pubDate>
		<dc:creator>esd</dc:creator>
	</item><item>
		<title>By: pokeydonut</title>
		<link>http://ask.metafilter.com/24582/Why-is-Spotlight-a-bit-dim#390109</link>	
		<description>this happened to me a couple times. go into your user folder, go into library, go into preferences, delete com.apple.spotlight.plist and restart. It worked for me every time.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.24582-390109</guid>
		<pubDate>Mon, 26 Sep 2005 20:25:19 -0800</pubDate>
		<dc:creator>pokeydonut</dc:creator>
	</item>
	</channel>
</rss>
