Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › (URGENT) Bug search o error
- This topic has 25 replies, 2 voices, and was last updated 5 years, 11 months ago by
livefr57.
-
AuthorPosts
-
June 12, 2020 at 2:59 pm #27832
livefr57
ParticipantHola,
Cuando la tabla indexea mas de 35 mil productos se paraliza y no crea un indice mayor a esta cantidad. Cuando llega a este numero, se vuelve a colocar el 0 y no me reconoce nada.
Por favor, revise a que se debe el fallo a que me perjudica en ventas.
June 12, 2020 at 3:22 pm #27833Ernest Marcinko
KeymasterHi,
Please use english language if possible, we cannot guarantee translating from spanish.
There is no upper limit of how many posts the plugin can index, it depends on the database only. We are regularly testing on tables with over 100 000 posts and 10 million keywords without issues. I suspect that there might be a size limit for your mysql tables, and adding new items is no longer possible.
The index size is reported to be 0, but it is actually not 0 – only the request that tries to get the size is not responding. The table must have grown so big, that the server is not able to request the table size.If there is a table limit, row limit or anything else, I would recommend increasing that. It is also possible that there is some sort of table limit size if you are using a shared host provider, you might want to ask them, if it’s the case.
Since there are plenty of posts, I would recommend a few additional measures to decrease the index size greatly:
1. Indexing the content with that amount of posts is almost redundant, first I would recommend disabling that first: https://i.imgur.com/NS3J2ws.png
2. Increasing the keyword size to 4, because the most useful keywords are 4 or higher in lenght in your case: https://i.imgur.com/fBqbd05.pngIt will help you decreasing the index table size greatly – however I still recommend checking table size limits, to make sure it’s not conflicting.
June 12, 2020 at 3:27 pm #27834livefr57
ParticipantYou cannot access this content.
June 12, 2020 at 3:40 pm #27835livefr57
ParticipantYou cannot access this content.
June 12, 2020 at 4:25 pm #27838livefr57
ParticipantYou cannot access this content.
June 13, 2020 at 8:26 am #27845Ernest Marcinko
KeymasterHi,
In the meantime I programatically increased the timeout for getting the statistics. It should take about 40 seconds to load, but everything seems to be all right: https://i.imgur.com/5K8qUZ2.png
The indexing was correct, only the number of rows was taking very long time to fetch. The statistics can be 5% off of the real rows number, it is only an approximation, as MySQL is not able to correctly count rows via a specific table command. If it sometimes returns 0, you can safely ignore that.1. The content means the post/product content field.
2. The length is the each keyword length that is found for indexing. Ex. “and” has a length of 3, thus if you have this value set to 4, then this word is not indexed.Your current configuration seems perfect to me – there are over 2.5M keywords, for 41K posts, that is more than plenty per product.
June 15, 2020 at 8:16 am #27850livefr57
ParticipantYou cannot access this content.
June 29, 2020 at 8:18 am #28131livefr57
ParticipantYou cannot access this content.
June 29, 2020 at 10:18 am #28139Ernest Marcinko
KeymasterYou cannot access this content.
June 29, 2020 at 10:52 am #28141livefr57
ParticipantYou cannot access this content.
June 29, 2020 at 11:24 am #28142Ernest Marcinko
KeymasterWhich ones does not appear? I guessed, that you mean this one, but there is no trace of string “CT1028WP2” anywhere in the content, nor in any fields, at least I cannot see it on the editor.
June 29, 2020 at 11:35 am #28143livefr57
ParticipantYou cannot access this content.
June 29, 2020 at 11:45 am #28146Ernest Marcinko
KeymasterAgain, the string “CT1028WP2” is not present in any of the two products. See editor, product 1, product 2.
Check screenshots as well, when I open the editor:
– product 1: https://i.imgur.com/oNXipqp.png
– product 2: https://i.imgur.com/m4RlUEh.pngIf this string is not present anywhere in their description or anywhere, why would the search return them as results for “CT1028WP2”?
June 29, 2020 at 12:07 pm #28148livefr57
ParticipantYou cannot access this content.
June 29, 2020 at 1:01 pm #28151Ernest Marcinko
KeymasterYes, you can use the advanced title and content fields for that.
-
AuthorPosts
- You must be logged in to reply to this topic.