<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://ideajam.net/ideajam/p/ij.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Sat, 25 May 2013 03:19:38 +0000</lastBuildDate>
	<title>IdeaJam(tm) : Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
	<description>An RSS feed generated by IdeaJam(tm) for Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</description>
	<link>http://ideajam.net/ideajam/p/ij.nsf</link>
	<image>
	    <title>IdeaJam(tm) : Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
	    <url>http://ideajam.net/ideajam/p/ij.nsf</url>
	    <link>http://ideajam.net/ideajam/p/ij.nsf/LogoSquare.gif?OpenImageResource</link>
	</image>
	<item>
		<pubDate>Thu, 13 Dec 2007 12:16:51 +0000</pubDate>
		<title>Domino Designer / : Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://ideajam.net/IdeaJam/P/ij.nsf/ProductByCategory?openview&amp;restricttocategory=ftsearch"&gt;ftsearch&lt;/a&gt; &lt;br&gt;&lt;b&gt;Idea:&lt;/b&gt; 
&lt;p&gt;Suppose the status of few case documents changed to &amp;quot;Closed&amp;quot;. And immediately if another user did a search on open cases, these recently closed cases also show up. This is bad.&lt;/p&gt;
&lt;p&gt;One solution to this is, update the FTIndex everytime a case status is changed. I don't like this solution.&lt;/p&gt;
&lt;p&gt;So what we did was to create a view which shows all documents sorted in descending order of modified time. Then get the collection of documents which were modified after the last FTIndex.&lt;/p&gt;
&lt;p&gt;I wish if there was a method to get the collection of all unindexed documents !! I am sure most of the developers would have gone through the issues of unindexed documents.&lt;/p&gt;&lt;br&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?OpenDocument</link>
	</item>
	<item>
		<pubDate>Thu, 13 Dec 2007 13:01:59 +0000</pubDate>
		<title>re: Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Ben Poole&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Why don't you like updating the FT index programmatically? It shouldn't put much of a strain on the server.&lt;br /&gt;&lt;br /&gt;As an aside, if users are regularly searching for cases in your application by status, why not offer them a view which shows data "by status", rather than relying on the FT index?&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?opendocument&amp;#commentsanc&amp;id=90BDC1AC3108CAD2862573B0004797D5</link>
	</item>
	<item>
		<pubDate>Thu, 13 Dec 2007 13:40:33 +0000</pubDate>
		<title>re: Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; @1, Do you think db.UpdateFTIndex is immediate? No, it is not. There is considerable delay.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?opendocument&amp;#commentsanc&amp;id=9F7EABD70BDEE98C862573B0004B1FA4</link>
	</item>
	<item>
		<pubDate>Thu, 13 Dec 2007 13:23:44 +0000</pubDate>
		<title>re: Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; I want to show a report of all cases those were open during a period and still remaining in the same status. The From date and To date is selectable by the users. There are some other parameters also. This report is used by the users extensively. So if I have to update the FTIndex, then I will easily do it 100 times a day(there are too many case documents split in 150 departments).&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?opendocument&amp;#commentsanc&amp;id=1BBF2B59F6329528862573B00049958B</link>
	</item>
	<item>
		<pubDate>Thu, 13 Dec 2007 17:36:38 +0000</pubDate>
		<title>re: Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Axel Janssen&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; I think its a good idea. Should be easily implementable by Lotus. Just a collection of documents which are persistently changed after the last indexer run.&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?opendocument&amp;#commentsanc&amp;id=BE57B95860CD0399862573B00060BCDE</link>
	</item>
	<item>
		<pubDate>Sun, 09 Mar 2008 02:28:18 +0000</pubDate>
		<title>re: Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Starrow Pan&lt;br /&gt;&lt;b&gt;Comment:&lt;/b&gt; Rajeev, what would you do after having that document collection?&lt;br /&gt;</description>
		<link>http://ideajam.net/ideajam/p/ij.nsf/0/A89332404137700D862573B0004375EC?opendocument&amp;#commentsanc&amp;id=1F02A815FC4D9C8086257407000D93D7</link>
	</item>
</channel></rss>
