? .cvsignore
? 750426-remove-textTight-7.patch
? SolrPhpClient
? SolrPhpClient.r22.2009-11-09.zip
? Zend
? install-notices-668396-1.patch
Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/CHANGELOG.txt,v
retrieving revision 1.1.2.163
diff -u -p -r1.1.2.163 CHANGELOG.txt
--- CHANGELOG.txt	29 Mar 2010 01:19:54 -0000	1.1.2.163
+++ CHANGELOG.txt	29 Mar 2010 01:27:05 -0000
@@ -5,7 +5,8 @@ Apache Solr Search Integration x.x-x.x, 
 
 Apache Solr Search Integration 6.x-1.x, xxxx-xx-xx
 ------------------------------
-#751420 by Damien Tournoud, pwolanin, skwashd shorter site hash with different algorithm.
+#750426 by mkalkbrenner: remove ununsed textTight type from schema.xml.
+#751420 by Damien Tournoud, pwolanin, skwashd: shorter site hash with different algorithm.
 #742998 by pwolanin: stop catching exceptions in the solr factory function.
 #744038 by siliconmeadow: Changed Change of Drush extension command naming conventions.
 #733116 by pwolanin | drewish: Changed Implement hook_flush_caches().
Index: schema.xml
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/schema.xml,v
retrieving revision 1.1.2.1.2.34
diff -u -p -r1.1.2.1.2.34 schema.xml
--- schema.xml	16 Dec 2009 04:22:53 -0000	1.1.2.1.2.34
+++ schema.xml	29 Mar 2010 01:27:06 -0000
@@ -11,7 +11,7 @@
  http://wiki.apache.org/solr/SchemaXml
 -->
 
-<schema name="drupal-0.9.4" version="1.2">
+<schema name="drupal-0.9.5" version="1.2">
     <!-- attribute "name" is the name of this schema and is only used for display purposes.
          Applications should change this to reflect the nature of the search collection.
          version="1.2" is Solr's version number for the schema syntax and semantics.  It should
@@ -189,20 +189,6 @@
     </fieldType>
 
 
-    <!-- Less flexible matching, but less false matches.  Probably not ideal for product names,
-         but may be good for SKUs.  Can insert dashes in the wrong place and still match. -->
-    <fieldType name="textTight" class="solr.TextField" positionIncrementGap="100" >
-      <analyzer>
-        <tokenizer class="solr.WhitespaceTokenizerFactory"/>
-        <filter class="solr.SynonymFilterFactory" synonyms="synonyms.txt" ignoreCase="true" expand="false"/>
-        <filter class="solr.StopFilterFactory" ignoreCase="true" words="stopwords.txt"/>
-        <filter class="solr.WordDelimiterFilterFactory" generateWordParts="0" generateNumberParts="0" catenateWords="1" catenateNumbers="1" catenateAll="0"/>
-        <filter class="solr.LowerCaseFilterFactory"/>
-        <filter class="solr.SnowballPorterFilterFactory" language="English" protected="protwords.txt"/>
-        <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
-      </analyzer>
-    </fieldType>
-
     <!-- Edge N gram type - for example for matching against queries with results 
         KeywordTokenizer leaves input string intact as a single term.
         see: http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/
