Guest User

Untitled

a guest
Jun 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2. // Zend_Search_Lucene has special analyzer for numbers.
  3. Zend_Search_Lucene_Analysis_Analyzer::setDefault(
  4. new Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive()
  5. );
Add Comment
Please, Sign In to add comment