<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Solr</title>
    <link>https://forums.adobe.com/community/coldfusion/solr?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Thu, 22 May 2014 17:52:48 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-05-22T17:52:48Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Why Solr does not index PDF files that are in the same folder?</title>
      <link>https://forums.adobe.com/message/6401624?tstart=0#6401624</link>
      <description>&lt;!-- [DocumentBodyStart:2a364f05-c166-48da-bf4f-3688816709a6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Did you figure out why the pdfs would not index?&amp;nbsp; I'm having the same problem, but only on my local machine.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2a364f05-c166-48da-bf4f-3688816709a6] --&gt;&lt;img src='/beacon?t=1415921383198' /&gt;</description>
      <pubDate>Thu, 22 May 2014 17:52:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6401624?tstart=0#6401624</guid>
      <dc:date>2014-05-22T17:52:48Z</dc:date>
      <clearspace:dateToText>5 months 3 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>KeywordTokenizerFactory splits the string for the exclamation mark</title>
      <link>https://forums.adobe.com/message/6379547?tstart=0#6379547</link>
      <description>&lt;!-- [DocumentBodyStart:a9a322ca-cc2c-4234-9939-139b5f35d84e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi All&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a following field settings in solr schema&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;field name="&amp;lt;b&amp;gt;Exact_Word" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci" multiValued="false" indexed="true" stored="true" required="false" omitNorms="true"/&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;field name="Word" compressed="true" type="email_text_ptn" multiValued="false" indexed="true" stored="true" required="false" omitNorms="true"/&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;fieldtype name="string_ci" class="solr.TextField" sortMissingLast="true" omitNorms="true"&amp;gt;&amp;lt;analyzer&amp;gt;&amp;lt;tokenizer class="solr.KeywordTokenizerFactory"/&amp;gt;&amp;lt;filter class="solr.LowerCaseFilterFactory"/&amp;gt;&amp;lt;/analyzer&amp;gt;&amp;lt;/fieldtype&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;copyField source="Word" dest="Exact_Word"/&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As you can see Exact_Word has the KeywordTokenizerFactory and that should treat the string as it is.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Following is my responseHeader. As you can see I am searching my string only in the filed Exact_Word and expecting it to return the Word field and the score&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"responseHeader":{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "status":0,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "QTime":14,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "params":{&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "explainOther":"",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fl":"Word,score",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "debugQuery":"on",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "indent":"on",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "start":"0",&lt;/p&gt;&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "q":"&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:d!sdasdsdwasd!asd@dsadsadas.edu"&gt;d!sdasdsdwasd!asd@dsadsadas.edu&lt;/a&gt;&lt;span&gt;",&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "qf":"Exact_Word",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "wt":"json",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "fq":"",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version":"2.2",&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rows":"10"}},&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;But when I enter email with the following string "&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:d!sdasdsdwasdasd@dsadsadas.edu"&gt;d!sdasdsdwasdasd@dsadsadas.edu&lt;/a&gt;&lt;span&gt;" it splits the string to two. I was under the impression that KeywordTokenizerFactory will treat the string as it is.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Following is the query debug result. There you can see it has split the word&lt;/p&gt;&lt;p&gt;&lt;span&gt; "parsedquery":"+((DisjunctionMaxQuery((Exact_Word:d)) -DisjunctionMaxQuery((Exact_Word:&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:sdasdsdwasdasd@dsadsadas.edu"&gt;sdasdsdwasdasd@dsadsadas.edu&lt;/a&gt;&lt;span&gt;)))~1)",&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can someone please tell why it produce the query result as this&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If I put a string without the "!" sign as below, the produced query will be as below&lt;/p&gt;&lt;p&gt;&lt;span&gt; "parsedquery":"+DisjunctionMaxQuery((Exact_Word:&lt;/span&gt;&lt;a class="jive-link-email-small" href="mailto:d_sdasdsdwasd_asd@dsadsadas.edu"&gt;d_sdasdsdwasd_asd@dsadsadas.edu&lt;/a&gt;&lt;span&gt;))",. This is what I expected solr to even with the "!" mark. with "_" mark it wont do a string split and treats the string as it is&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I thought if the KeywordTokenizerFactory is applied then it should return the exact string as it is&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help me to understand what is going wrong here&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9a322ca-cc2c-4234-9939-139b5f35d84e] --&gt;</description>
      <pubDate>Tue, 13 May 2014 18:27:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6379547?tstart=0#6379547</guid>
      <dc:date>2014-05-13T18:27:58Z</dc:date>
      <clearspace:dateToText>6 months 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Why Solr does not index PDF files that are in the same folder?</title>
      <link>https://forums.adobe.com/message/6331309?tstart=0#6331309</link>
      <description>&lt;!-- [DocumentBodyStart:e682beb1-656f-4a08-ad5c-023706546424] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have set up a Solr collection in CF 10 Administrator with following settings:&lt;/p&gt;&lt;p&gt;File Extensions: .*&lt;/p&gt;&lt;p&gt;Directory Path: C:/inetpub/wwwroot/test/&lt;/p&gt;&lt;p&gt;Recursively Index Sub Directories: unchecked&lt;/p&gt;&lt;p&gt;&lt;span&gt;Return URL: &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://test/" rel="nofollow" target="_blank"&gt;http://localhost/test/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Language: Default ( I also tried "English" )&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Inside the "C:/inetpub/wwwroot/test/" directory, I have 4 different types of files:.xls, .gif, .cfm, and .pdf. But every time when I try to update the index, none of the PDF fiels are indexed. All the other types of documents are indexed. I have looked at the PDF files' properties, none of them are "locked" or "protected".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the Enterprise trial version with all the updates applied.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone has experienced the same issue before? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e682beb1-656f-4a08-ad5c-023706546424] --&gt;</description>
      <pubDate>Fri, 25 Apr 2014 20:40:49 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6331309?tstart=0#6331309</guid>
      <dc:date>2014-04-25T20:40:49Z</dc:date>
      <clearspace:dateToText>6 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6279287?tstart=0#6279287</link>
      <description>&lt;!-- [DocumentBodyStart:5a8e194d-70a4-46b5-ad98-44453e9b2aec] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;@Masterp, if you&amp;#8217;ll view your response on the forums, you&amp;#8217;ll see that unfortunately none of the code you posted was rendered (&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://forums.adobe.com/message/6278444#6278444" rel="nofollow"&gt;http://forums.adobe.com/message/6278444#6278444&lt;/a&gt;&lt;span&gt;). Did you perhaps respond to the discussion via email? If so, I wonder if you were to go to the forum directly, and either editor your note or create a new one, and paste your code in there, maybe the web-based editor would turn your code into something that could be rendered properly for display.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/charlie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5a8e194d-70a4-46b5-ad98-44453e9b2aec] --&gt;</description>
      <pubDate>Mon, 07 Apr 2014 21:12:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6279287?tstart=0#6279287</guid>
      <dc:date>2014-04-07T21:12:38Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6251515?tstart=0#6251515</link>
      <description>&lt;!-- [DocumentBodyStart:f4ba923e-96a5-47fa-a3ba-3c9d2cfa1288] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ah, ok. Your problem is the link you are showing to the user (file:///C:/inetpub/wwwroot/cfdocs/Newspaperfiles/Madison_County_Record/2013/05/18/Madiso n_County_Record_20130518.pdf).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;That will not likely work in a browser. Not saying it can&amp;#8217;t work, or will never work. But it&amp;#8217;s not likely what you really should be using. Let me explain.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Look closely at it: a) it asks for a file:/// directive. Note that traditional browser URLs use &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/a&gt;&lt;span&gt;. Now, it&amp;#8217;s not that file:// is wrong. It&amp;#8217;s that it&amp;#8217;s not appropriate here. It would only work if the path pointed to existed on the user&amp;#8217;s machinee. Do &lt;/span&gt;&lt;strong&gt;they&lt;/strong&gt; have a folder called c:/inetpub/wwwroot? No. That&amp;#8217;s on YOUR server. (And even if this was an intranet application, they would not see that file in that location, as it&amp;#8217;s on the server. You&amp;#8217;re not offering a path that would work from even other machines on the same network.) &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;I suspect what you need is to convert this URL into a &amp;#8220;web accessible one&amp;rdquo;, and the good news (well, good and bad) is that the file you are naming is in fact in a web accessible directory, your inetpub\wwwroot. Assuming you can serve a test.cfm page from c:\inetpub\wwwroot using &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://yourdomain/test.cfm" rel="nofollow" target="_blank"&gt;http://yourdomain/test.cfm&lt;/a&gt;&lt;span&gt;, then you can serve these files as &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://yourdomain/cfdocs/Newspaperfiles/Madison_County_Record/2013/05/18/Madison_County_Record_20130518.pdf" rel="nofollow" target="_blank"&gt;http://yourdomain/cfdocs/Newspaperfiles/Madison_County_Record/2013/05/18/Madison_County_Re cord_20130518.pdf&lt;/a&gt;&lt;span&gt;. &lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Try that URL in your browser. If it works, then you just need to modify your code to provide THAT url to the user. To do that, you&amp;#8217;d need to do some manipulation of the variable (you&amp;#8217;re not showing us) which displays that link. If you&amp;#8217;d share the line of code that outputs that link, we can provide code that will work. (Since you may be combining variables or functions to get the location you show now, I don&amp;#8217;t want to just guess what might work.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope that helps.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BTW, I said above that there was good news/bad news about this PDF being in a web accessible directory. It&amp;#8217;s good for your need to just offer a link easily. It&amp;#8217;s bad that if this is content that you may think you want to control in some way, such as to only show &amp;#8220;some files&amp;rdquo; to &amp;#8220;some people&amp;rdquo;, beware that anyone who sees one of these links (when we get it working) will be able to guess at other PDF file names. Just beware. (If you need to solve that, there are still other solutions, but they are way beyond the scope of this Solr forum.)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Indeed, as may be clear by now, your issue here (the problem you raised) isn&amp;#8217;t really a Solr question at all. It&amp;#8217;s more about fairly basic web and CF programming. Now, I don&amp;#8217;t say that to embarrass you. Hey, we&amp;#8217;ve all had a challenge like this some time in our coding lives. &lt;span aria-label="Happy" class="emoticon-inline emoticon_happy" style="height:16px;width:16px;"&gt;&lt;/span&gt; It&amp;#8217;s just part of getting started with any particular challenge. My point though is that in asking for help here, in the Solr forum, you have limited your audience of help. Note that you&amp;#8217;ve not gotten much (nor rapid) response. There are basic CFML forums and indeed several subforums for various aspects of working with CF. Just saying you may want to consider raising future questions there, if they really are of ongoing questions about basic application development. Hope that&amp;#8217;s helpful.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/charlie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f4ba923e-96a5-47fa-a3ba-3c9d2cfa1288] --&gt;</description>
      <pubDate>Fri, 28 Mar 2014 18:59:58 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6251515?tstart=0#6251515</guid>
      <dc:date>2014-03-28T18:59:58Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6278444?tstart=0#6278444</link>
      <description>&lt;!-- [DocumentBodyStart:8cdcee62-3f32-4d53-8a87-a5e830a88372] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span&gt;I'm still not understanding below is my search code.&amp;nbsp; &lt;/span&gt;&lt;a class="jive-link-external-small" href="Http://127.0.0.1" rel="nofollow"&gt;Http://127.0.0.1&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;html&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h2&gt;&lt;span&gt;Search Results&lt;/span&gt;&lt;/h2&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On Fri, Mar 28, 2014 at 12:00 PM, Charlie Arehart&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8cdcee62-3f32-4d53-8a87-a5e830a88372] --&gt;</description>
      <pubDate>Mon, 07 Apr 2014 17:20:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6278444?tstart=0#6278444</guid>
      <dc:date>2014-04-07T17:20:57Z</dc:date>
      <clearspace:dateToText>7 months 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6250281?tstart=0#6250281</link>
      <description>&lt;!-- [DocumentBodyStart:d0f7e8f9-c67a-498e-89ba-b99ffc05d55a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The ex. is below, but when I click on the link nothing happens&amp;nbsp; Search&lt;/p&gt;&lt;p&gt;ResultsYour search returned 20 file(s).&lt;/p&gt;&lt;p&gt;File:&lt;/p&gt;&lt;p&gt;C:\inetpub\wwwroot\cfdocs\Newspaperfiles\Madison_County_Record\2013\05\18\Madison_County_R ecord_20130518.pdf&amp;lt;file:///C:/inetpub/wwwroot/cfdocs/Newspaperfiles/Madison_County_Record/ 2013/05/18/Madison_County_Record_20130518.pdf&amp;gt;&lt;/p&gt;&lt;p&gt;Document Title (if any): Madison County Record (May 18, 2013)&lt;/p&gt;&lt;p&gt;Score: 0.9018&lt;/p&gt;&lt;p&gt;summary: SATURDAY May 18, 2013 MADISON COUNTY MadisonCountyRecord.comRECORD&lt;/p&gt;&lt;p&gt;PUBLISHED EACH SATURDAY MADISON'S HOMETOWN NEWSPAPER SINCE 1967 25 CENTS&lt;/p&gt;&lt;p&gt;CLASSIFIEDS ONLINE POLL INSIDE Do you know a Madison resident graduating in&lt;/p&gt;&lt;p&gt;the next coming weeks? 20071207000856390 and other lands Section 19,&lt;/p&gt;&lt;p&gt;Township 3 South, Range 1 West, Huntsville Madison County, Alabama as same&lt;/p&gt;&lt;p&gt;is recorded in the office of the Judge of Probate of Madison County,&lt;/p&gt;&lt;p&gt;Alabama, in Document No.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;On Thu, Mar 27, 2014 at 6:30 PM, Charlie Arehart&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0f7e8f9-c67a-498e-89ba-b99ffc05d55a] --&gt;</description>
      <pubDate>Fri, 28 Mar 2014 12:58:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6250281?tstart=0#6250281</guid>
      <dc:date>2014-03-28T12:58:29Z</dc:date>
      <clearspace:dateToText>7 months 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6249288?tstart=0#6249288</link>
      <description>&lt;!-- [DocumentBodyStart:6eb37c75-aec0-4c55-b6a0-ceed12ea1685] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Let&amp;#8217;s start by you giving us an example of the URL value shown in the hyperlink you build. Maybe that will help explain why visiting it returns a blank page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;/charlie&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6eb37c75-aec0-4c55-b6a0-ceed12ea1685] --&gt;</description>
      <pubDate>Fri, 28 Mar 2014 01:30:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6249288?tstart=0#6249288</guid>
      <dc:date>2014-03-28T01:30:47Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Solr Collection PDF display problem</title>
      <link>https://forums.adobe.com/message/6248430?tstart=0#6248430</link>
      <description>&lt;!-- [DocumentBodyStart:7ded246a-b829-4fd3-9fb5-892057bb6913] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am having problems getting the Search collection I created to display the PDF files.&amp;nbsp; When I perform a search I am able to get the pdf file listing put when I select a PDF file to display it it does nothing.&amp;nbsp; Please help, below is the Search Action page I did&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Search Results&amp;lt;/title&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfsearch&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; name= "newspaperarchive_results"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; collection= "newspaperarchive"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; criteria= "#Form.Criteria#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; ContextHighlightBegin="&amp;lt;b&amp;gt;"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; ContextHighlightEnd="&amp;lt;/b&amp;gt;"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; ContextPassages="1"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; ContextBytes="500"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; maxrows= "100"&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;lt;h2&amp;gt;Search Results&amp;lt;/h2&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;Your search returned #newspaperarchive_results.RecordCount# file(s).&lt;/p&gt;&lt;p&gt;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfoutput query="newspaperarchive_results"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;p&amp;gt;&lt;/p&gt;&lt;p&gt;File: &amp;lt;a href="#url#"&amp;gt;#key#&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;/p&gt;&lt;p&gt;Document Title (if any): #Title#&amp;lt;br&amp;gt;&lt;/p&gt;&lt;p&gt;Summary: #Summary#&amp;lt;b&amp;gt;&lt;/p&gt;&lt;p&gt;Highlighted Summary: #context#&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/cfoutput&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/body&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7ded246a-b829-4fd3-9fb5-892057bb6913] --&gt;</description>
      <pubDate>Thu, 27 Mar 2014 20:30:32 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6248430?tstart=0#6248430</guid>
      <dc:date>2014-03-27T20:30:32Z</dc:date>
      <clearspace:dateToText>7 months 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Problem with Coldfusion 9 and Solr</title>
      <link>https://forums.adobe.com/message/6024680?tstart=0#6024680</link>
      <description>&lt;!-- [DocumentBodyStart:40a3c4dd-b8b6-4e2a-93e2-46741f3b5f06] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-family: Helvetica, Arial, sans-serif;"&gt;Hi,&lt;br/&gt;&lt;br/&gt;I have CF 9.0.1 installed, and I'm not able to define a Solr collection.&lt;br/&gt;I get this error in the Administrator: &lt;br/&gt;"An error occurred while creating the collection: org.apache.solr.common.SolrException. Check the Solr logs for more detail."&lt;br/&gt;And in the Solr log, I get this:&lt;br/&gt;"JNDI not configured for solr"&lt;br/&gt;&lt;br/&gt;Any hint?&lt;br/&gt;&lt;br/&gt;Thanks.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:40a3c4dd-b8b6-4e2a-93e2-46741f3b5f06] --&gt;</description>
      <pubDate>Fri, 17 Jan 2014 21:11:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6024680?tstart=0#6024680</guid>
      <dc:date>2014-01-17T21:11:29Z</dc:date>
      <clearspace:dateToText>9 months 4 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFINDEX - Update existing collection with new data - duplicates records</title>
      <link>https://forums.adobe.com/message/5685443?tstart=0#5685443</link>
      <description>&lt;!-- [DocumentBodyStart:5759e783-5559-4321-ba67-7bfdf19d7a41] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a collection made up of a document crawl to index pdf, word, excel etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;now i need to update the existing collection with meta data related to articles in reference to the documents, however when i run the query to update the meta data the existing records do not get updated, a new record is created&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;initial index&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfif isNumeric(idx)&amp;gt;&amp;lt;!--- directories named by year e.g.: 2009 are public ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfset sCollectionName="#aCollectionCreated[1].CollName#"&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cfindex collection="#sCollectionName#"&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; action="update"&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="path" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; key="\\192.168.168.66\media\#idx#\"&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urlpath="#sFullSeverName#/wp-content/uploads/#idx#/" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; extensions = "#lstValidFileExtensions#" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recurse="yes" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; postterms_s = "" &amp;lt;--- used in later update ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; posttermssearch_s = ""&amp;lt;--- used in later update ---&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; posttermssearch_t = ""&amp;lt;--- used in later update ---&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/cfif&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;which creates about 1800 records&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;later afrer some manipulation nd cleanup (soem files need to be removed) i run&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfindex &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; query="getTermsMembers"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; collection="#sCollectionName#"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; action="Update"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="Custom"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; key="KEY_LOOKUP"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; body="url"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; postterms_s = "terms"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; posttermssearch_s = "terms_search"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; posttermssearch_t = "terms_search"&lt;/p&gt;&lt;p&gt;&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i have confirmed that teh collection key and the value in KEY_LOOKUP are the same, but after running this block the number of records in teh collection doubles&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;CF10, Solr&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1) is what i am trying to do possible?&lt;/p&gt;&lt;p&gt;2) what am i doing wrong?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5759e783-5559-4321-ba67-7bfdf19d7a41] --&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:33:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5685443?tstart=0#5685443</guid>
      <dc:date>2013-09-16T13:33:23Z</dc:date>
      <clearspace:dateToText>1 year 2 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CF9 - Solr collection of database - Summaries are prepended with PK UID of record</title>
      <link>https://forums.adobe.com/message/5013913?tstart=0#5013913</link>
      <description>&lt;!-- [DocumentBodyStart:0bd669f6-824f-409f-81c5-3ffc7f32446c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello, everyone.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've got a CF9 server and created a few Solr collections from within CFAdmin, then used CFINDEX to update the collection with database records.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;No matter what I do, when trying to access the Summary the data is prepended with the PK Unique ID of each record.&amp;nbsp; Is there a way to prevent this behaviour?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;^_^&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bd669f6-824f-409f-81c5-3ffc7f32446c] --&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:12:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5013913?tstart=0#5013913</guid>
      <dc:date>2013-01-22T18:12:30Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFindex generating http 500 internal server error</title>
      <link>https://forums.adobe.com/message/5013910?tstart=0#5013910</link>
      <description>&lt;!-- [DocumentBodyStart:8c26cb44-6f85-4476-9044-077a71479bb9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I would recommend removing ".cfm" from the list of files to index.&amp;nbsp; We had that in one of our collections, and before we knew it searches were returning summaries that included SQL code, alerting everyone to things like database schema, etc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;^_^&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c26cb44-6f85-4476-9044-077a71479bb9] --&gt;</description>
      <pubDate>Tue, 22 Jan 2013 18:09:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/5013910?tstart=0#5013910</guid>
      <dc:date>2013-01-22T18:09:14Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: CFindex generating http 500 internal server error</title>
      <link>https://forums.adobe.com/message/4992377?tstart=0#4992377</link>
      <description>&lt;!-- [DocumentBodyStart:450613da-38a9-4630-9467-1efc53550ea4] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;As another addendum, I tried indexing these same files on our new server which is running CF10, and it ran without a hitch so it seems to be a CF9 problem.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:450613da-38a9-4630-9467-1efc53550ea4] --&gt;</description>
      <pubDate>Mon, 14 Jan 2013 16:39:10 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4992377?tstart=0#4992377</guid>
      <dc:date>2013-01-14T16:39:10Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>CFindex generating http 500 internal server error</title>
      <link>https://forums.adobe.com/message/4992023?tstart=0#4992023</link>
      <description>&lt;!-- [DocumentBodyStart:08fc0042-e5a4-46e0-834d-0bb4d626eced] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I'm currently on CF 9 and moving to 10 shortly so I've tried the "migrate" from Verity to SOLR.&amp;nbsp; That created directories/files, but didn't move the data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then tried to index what I normally index to Verity, but with the slightly modified syntax.&amp;nbsp; It runs briefly and gives a http 500 internal server error.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried just logging onto the server and running the index from the CF administrator.&amp;nbsp; Same problem.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I tried re-creating the collection from scratch.&amp;nbsp; No joy there either.&amp;nbsp; &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;CFINDEX ACTION="refresh" COLLECTION="seisolr" KEY="D:\UTEWebsite\Francais\" TYPE="path" URLPATH="&lt;a class="jive-link-external-small" href="http://www.ute-sei.org/Francais/" rel="nofollow"&gt;http://www.ute-sei.org/Francais/&lt;/a&gt;" EXTENSIONS=".htm, .html, .cfm, .pdf, .doc" RECURSE="yes" language="French"&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Some additional info.&amp;nbsp; Looking at the log files I find: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;"Error","jrpp-952","01/14/13","10:21:41","EventV3","org/apache/pdfbox/pdmodel/PDDocument The specific sequence of files included or processed is: D:\UTEWebsite\admin\indexwebsite.cfm, line: 15 "&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried removing the .pdf from the list but it didn't fix the problem.&amp;nbsp; I have way too many files to rename all of the PDFs.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:08fc0042-e5a4-46e0-834d-0bb4d626eced] --&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:42:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4992023?tstart=0#4992023</guid>
      <dc:date>2013-01-14T14:42:08Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Weird SOLR error - missing required field_title</title>
      <link>https://forums.adobe.com/message/4987848?tstart=0#4987848</link>
      <description>&lt;!-- [DocumentBodyStart:0222bd49-c8ad-4938-84ad-5a68272c0c4e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I've got a FW/1 app deploying on CF9/Windows/Apache.&amp;nbsp;&amp;nbsp; Production is a cluster of 4 servers.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Code works fine on my local development machine, and when I push to our staging server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When I push to production I get the following error when it trys to refresh my collection:&lt;/p&gt;&lt;pre&gt;Original exception in onApplicationStart

The action public:main.default failed.

Document_61_missing_required_field_title Document_61_missing_required_field_title request: http://127.0.0.1:8983/solr/myproject/update?commit=true&amp;amp;waitFlush=false&amp;amp;waitSearcher=false&amp;amp;wt=javabin&amp;amp;version=1

(org.apache.solr.common.SolrException)
&lt;/pre&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This code WAS working on production.&amp;nbsp; This week a few of our servers were impacted by the CF security hack. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have done the following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Restarted SOLR&lt;/li&gt;&lt;li&gt;Deleted and recreated the collections in CFAdmin&lt;/li&gt;&lt;li&gt;Renamed the collection&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Just curious if anyone has seen this error before?&amp;nbsp;&amp;nbsp; At this point I'm a bit stumped.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Jim&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0222bd49-c8ad-4938-84ad-5a68272c0c4e] --&gt;</description>
      <pubDate>Sat, 12 Jan 2013 01:40:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4987848?tstart=0#4987848</guid>
      <dc:date>2013-01-12T01:40:31Z</dc:date>
      <clearspace:dateToText>1 year 10 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Shipped drivers and DIH</title>
      <link>https://forums.adobe.com/message/4935722?tstart=0#4935722</link>
      <description>&lt;!-- [DocumentBodyStart:71f98476-0046-47af-a769-3a43391089f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We want to test DIH in Solr connecting to a MS SQL Server.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First we followed the steps described in the Help section "Indexing using Data import Handler" (&lt;a class="jive-link-external-small" href="http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-1acb57941353e8b4f85-7ffd.html" rel="nofollow"&gt;http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518-1acb57941353e8b4 f85-7ffd.html&lt;/a&gt;).&lt;/p&gt;&lt;p&gt;For connecting to MS SQL we would definitely prefer to use those drivers shipped with CF. As far as we could find our, for MS SQL this is the Macromedia Driver, so we switched the settings in data-config.xml to:&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;driver="macromedia.jdbc.MacromediaDriver" url="jdbc:macromedia:sqlserver://foo:1433;databaseName=bar"&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;We also added a lib/-subfolder into the folder of the corresponding collection where we did put the macromedia_drivers.jar so Solr could find the driver.&lt;/p&gt;&lt;p&gt;However, executing a fullimport fails. &lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;SCHWERWIEGEND: Exception while processing: Mandator document : SolrInputDocument[{}]:org.apache.solr.handler.dataimport.DataImportHandlerException: Unable to execute query: select *&amp;nbsp; from Mandators Processing Document # 1&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DataImportHandlerException.wrapAndThrow(DataImportHand lerException.java:72)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.&amp;lt;init&amp;gt;(JdbcDataSource .java:253)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:210)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource.getData(JdbcDataSource.java:39)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.SqlEntityProcessor.initQuery(SqlEntityProcessor.java:5 9)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.SqlEntityProcessor.nextRow(SqlEntityProcessor.java:73)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.EntityProcessorWrapper.nextRow(EntityProcessorWrapper. java:238)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DocBuilder.buildDocument(DocBuilder.java:596)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DocBuilder.doFullDump(DocBuilder.java:268)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DocBuilder.execute(DocBuilder.java:187)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DataImporter.doFullImport(DataImporter.java:359)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DataImporter.runCmd(DataImporter.java:427)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.DataImporter$1.run(DataImporter.java:408)&lt;/p&gt;&lt;p&gt;Caused by: macromedia.jdbc.MacromediaDriver$InvalidLicenseException: Der Gebrauch der Macromedia JDBC-Treiber ist eingeschrдnkt. Die Treiber dьrfen nur mit Macromedia-Serverprodukten verwendet werden. Prьfen Sie bitte, ob Ihre Lizenz die erforderlichen Treiber unterstьtzt.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at macromedia.jdbc.MacromediaDriver.unlock(Unknown Source)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:161)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource$1.call(JdbcDataSource.java:128)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource.getConnection(JdbcDataSource.java:363)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource.access$200(JdbcDataSource.java:39)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.solr.handler.dataimport.JdbcDataSource$ResultSetIterator.&amp;lt;init&amp;gt;(JdbcDataSource .java:240)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 11 more&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Which indicates insufficient license priveliges.&lt;/p&gt;&lt;p&gt;We are running ColdFusion 10,282462 Developer Edition on Windows 7. We can successfully connect to the same database within our CF-apps and thus would have expected new DIH-actions of cfindex should be able to connect to the same databases with the same shipped drivers, too.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anyone any thoughts how to fix this issue?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71f98476-0046-47af-a769-3a43391089f1] --&gt;</description>
      <pubDate>Thu, 20 Dec 2012 09:14:59 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4935722?tstart=0#4935722</guid>
      <dc:date>2012-12-20T09:14:59Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Maximum number of cores</title>
      <link>https://forums.adobe.com/message/4897345?tstart=0#4897345</link>
      <description>&lt;!-- [DocumentBodyStart:403a69c1-9b2b-44c8-b265-986e6f800106] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using solr4.0, i have created 10 cores in solr. I want to know how many maximum number of cores can be created in solr.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:403a69c1-9b2b-44c8-b265-986e6f800106] --&gt;</description>
      <pubDate>Wed, 05 Dec 2012 04:49:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4897345?tstart=0#4897345</guid>
      <dc:date>2012-12-05T04:49:46Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>migrating solr 3.6 to solr4.0</title>
      <link>https://forums.adobe.com/message/4894555?tstart=0#4894555</link>
      <description>&lt;!-- [DocumentBodyStart:6faf4430-cbf5-48cf-b15a-78bd827cbe72] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi, &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I had solr3.6 installed on my system, now i am migrating my solr3.6 to solr4.0. but i am getting the error &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;SEVERE: Unable to create core: collection1 &lt;/p&gt;&lt;p&gt;java.io.IOException: Can't find resource 'solrconfig.xml' in classpath or 'solr/collection1/conf/', cwd=/opt/tomcat/bin &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i don't know how to resolve this. Please help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6faf4430-cbf5-48cf-b15a-78bd827cbe72] --&gt;</description>
      <pubDate>Tue, 04 Dec 2012 06:28:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4894555?tstart=0#4894555</guid>
      <dc:date>2012-12-04T06:28:24Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to get maximum value of a field from an Indexed file in solr</title>
      <link>https://forums.adobe.com/message/4874766?tstart=0#4874766</link>
      <description>&lt;!-- [DocumentBodyStart:91ae940c-d648-49b3-88f0-6b5b9f951ade] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Are you needing the ID so you know what the next contentid should be when assigned?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:91ae940c-d648-49b3-88f0-6b5b9f951ade] --&gt;</description>
      <pubDate>Mon, 26 Nov 2012 17:56:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4874766?tstart=0#4874766</guid>
      <dc:date>2012-11-26T17:56:14Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How do you use docBoost in CFIndex</title>
      <link>https://forums.adobe.com/message/4874762?tstart=0#4874762</link>
      <description>&lt;!-- [DocumentBodyStart:e3c0e175-fb2c-498c-82d9-c284f208df44] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;While you can hardcode a value in the docBoost field as listed above, pointing it to a column in a query doesn't work.&amp;nbsp; It does not throw an error but nothing is added to the collection.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e3c0e175-fb2c-498c-82d9-c284f208df44] --&gt;</description>
      <pubDate>Mon, 26 Nov 2012 17:53:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4874762?tstart=0#4874762</guid>
      <dc:date>2012-11-26T17:53:26Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to get maximum value of a field from an Indexed file in solr</title>
      <link>https://forums.adobe.com/message/4870380?tstart=0#4870380</link>
      <description>&lt;!-- [DocumentBodyStart:9f73f918-f11b-41b7-9fd5-efa3f345ec7e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p class="message-text"&gt; I have indexed an XML file in solr, which&amp;nbsp; looks like: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;doc&amp;gt;&lt;br/&gt;&amp;lt;str name="body"&amp;gt;ABC&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;str name="contentid"&amp;gt;282307&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;str name="docuid"&amp;gt;121422&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;/doc&amp;gt;&lt;br/&gt;&amp;lt;doc&amp;gt;&lt;br/&gt;&amp;lt;str name="body"&amp;gt;MNO&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;str name="contentid"&amp;gt;272307&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;str name="docuid"&amp;gt;188422&amp;lt;/str&amp;gt;&lt;br/&gt;&amp;lt;/doc&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;this file has around 100000 documents. what is the way to get maximum value from the field value "contentid" parsing the whole file.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.nabble.com/" rel="nofollow"&gt;&lt;img src="http://static.nabble.com/images/banner_small2.png" style="border: 1px solid #bbb;"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9f73f918-f11b-41b7-9fd5-efa3f345ec7e] --&gt;</description>
      <pubDate>Sat, 24 Nov 2012 12:45:13 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4870380?tstart=0#4870380</guid>
      <dc:date>2012-11-24T12:45:13Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How do you use docBoost in CFIndex</title>
      <link>https://forums.adobe.com/message/4862827?tstart=0#4862827</link>
      <description>&lt;!-- [DocumentBodyStart:73837d60-30c6-450d-a039-549c5426f08a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm trying to use docBoost with CFIndex and whenever I use it, none of the documents get added to the index.&amp;nbsp; It doesn't throw an error but nothing gets added or updated in the collection.&amp;nbsp; Here is an example:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;lt;cfindex &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;query="getFiles"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;collection="#variables.documentCollection#" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;urlpath="URLPath" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;action="UPDATE" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;key="keyPath"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;category="categories"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;title="Title"&lt;/p&gt;&lt;p&gt; &lt;strong&gt; docboost="3"&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;productID_i="SecurityProdID"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;restrictContractor_b="restrictContractor"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;release_s="version"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;added_dt="addedDate"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;updated_dt="last_revision"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;altTitle_t="Title"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;boosted_i="prefValue"&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;type="FILE" &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;status="searchStatus" /&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, if I leave out docBoost the documents index fine.&amp;nbsp; Anyone?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:73837d60-30c6-450d-a039-549c5426f08a] --&gt;</description>
      <pubDate>Tue, 20 Nov 2012 22:53:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/4862827?tstart=0#4862827</guid>
      <dc:date>2012-11-20T22:53:01Z</dc:date>
      <clearspace:dateToText>1 year 12 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

