Author: sevein
Date: Fri Feb 10 08:09:31 2012
New Revision: 10843

Log:
Use UnIndexed, regarding to issue 2248 (thanks MJ)

Modified:
   trunk/lib/QubitSearch.class.php

Modified: trunk/lib/QubitSearch.class.php
==============================================================================
--- trunk/lib/QubitSearch.class.php     Fri Feb 10 00:03:24 2012        (r10842)
+++ trunk/lib/QubitSearch.class.php     Fri Feb 10 08:09:31 2012        (r10843)
@@ -564,7 +564,7 @@
     else
     {
       $doc->addField(Zend_Search_Lucene_Field::UnIndexed('levelOfDescription', 
null));
-      $doc->addField(Zend_Search_Lucene_Field::Keyword('levelOfDescriptionId', 
null));
+      
$doc->addField(Zend_Search_Lucene_Field::UnIndexed('levelOfDescriptionId', 
null));
     }
 
     // Repository

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to