Errata for Introduction to Search with Sphinx
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 28
Bigint attributes |
Bigint attributes (sql_attr_bitint directive)
should be:
Bigint attributes (sql_attr_bigint directive)
Note from the Author or Editor: Confirmed, there is a typo and it should read "sql_attr_bigint" instead of "sql_attr_bitint" indeed. Thank you!
|
Anonymous |
Jul 24, 2012 |
|
| PDF |
Page 49
2nd paragraph |
Hi,
it's a very small one :
"It defines that a byte value of 64 (a.k.a 41 in hex, or 0x41 for brevity) its an uppercase A..."
Actually it's a byte value of 65, not 64.
Regards,
Arnaud
Note from the Author or Editor: Thanks, it should read 65 indeed.
|
Arnaud Gadal |
Jun 01, 2011 |
|
| PDF |
Page 108
first listing |
In book:
sql_query_post_index = DELETE FROM sphinxcounters \
WHERE tablename='documents_delta_tmp'
sql_query_post_index = UPDATE sphinxcounters \
SET tablename='documents_delta' \
WHERE tablename='documents_delta_tmp'
I think that two 'sql_query_post_index' need to be swapped or first line may be changed to.
Note from the Author or Editor: The first sql_query_post_index = DELETE FROM ... line should indeed be changed to read:
sql_query_post_index = DELETE FROM sphinxcounters \
WHERE tablename='documents_delta'
Thanks for pointing this out!
|
Vadim Horyakov |
May 06, 2011 |
|