Hi Simon,

Looks like something wrong in the index.

That's possible it doesn't load terms dictionary index correctly.
It may affect search performance.

Could you send your index for testing?

With best regards,
   Alexander Veremyev.

Simon Mundy wrote:
Hi Alexander

Lucene has been working a treat for me and I've adopted Shahar's spider to create a full web spidering solution. So far so good!

But I notice that during spidering Zend_Search_Lucene gets a bit 'chatty' and throws a lot of NOTICES like so:-

PHP Notice: Uninitialized string offset: 64 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 110 PHP Notice: Uninitialized string offset: 65 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 118 PHP Notice: Uninitialized string offset: 66 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 177 PHP Notice: Uninitialized string offset: 67 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 185 PHP Notice: Uninitialized string offset: 68 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 193 PHP Notice: Uninitialized string offset: 69 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 202 PHP Notice: Uninitialized string offset: 70 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 224 PHP Notice: Uninitialized string offset: 67 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 110 PHP Notice: Uninitialized string offset: 68 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 118 PHP Notice: Uninitialized string offset: 69 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 177 PHP Notice: Uninitialized string offset: 70 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 185 PHP Notice: Uninitialized string offset: 71 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 193 PHP Notice: Uninitialized string offset: 72 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 202 PHP Notice: Uninitialized string offset: 73 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 224 PHP Notice: Uninitialized string offset: 94 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 110 PHP Notice: Uninitialized string offset: 95 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 118 PHP Notice: Uninitialized string offset: 96 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 177 PHP Notice: Uninitialized string offset: 97 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 185 PHP Notice: Uninitialized string offset: 98 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 193 PHP Notice: Uninitialized string offset: 99 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 202 PHP Notice: Uninitialized string offset: 100 in /path/to/library/Zend/Search/Lucene/Index/DictionaryLoader.php on line 224

I'm using release 1.0.0 - there's no real harm in it (searches are working just fine) but wanted to know if there is anything I need to do to suppress these. PHP has 256MB allocated to it.

Kind regards

--

Simon Mundy | Director | PEPTOLAB

""" " "" """""" "" "" """"""" " "" """"" " """"" "  """""" "" "
202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000
Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 4124
http://www.peptolab.com <http://www.peptolab.com/>


Reply via email to