English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   project.EAB (https://eab.abime.net/forumdisplay.php?f=14)
-   -   2 things (https://eab.abime.net/showthread.php?t=2449)

Kodoichi 27 November 2001 21:59

2 things
 
1. http://www.conacom.de/fredsucks - nice 404 error

2. RCK, IIRC we had a 404 error thread. I wanted to search for '404' but the search function only accepts words with 4 letters minimum. ¦| Couldn't you make it to accept 'words' with 3 numbers?

RCK 28 November 2001 00:15

Re: 2 things
 
Quote:

Originally posted by s4murai
1. http://www.conacom.de/fredsucks - nice 404 error
Okayyyyyy... and ?
ho yes, I'll code one 404 error for abime.net one day ;)
Quote:

2. RCK, IIRC we had a 404 error thread. I wanted to search for '404' but the search function only accepts words with 4 letters minimum. ¦| Couldn't you make it to accept 'words' with 3 numbers?
...
Can you imagine the size of the datatable of one "index" of all the word of >3 char of the board ?

The actual search index is already to 303,245 entry (10 Mo).
Decreasing the word search power to 3 char would be hawfull for the actual server.

Maybe one day, but not unless huge people request.

RCK 28 November 2001 11:36

no problem :cool

LaundroMat 28 November 2001 13:21

Re: Re: 2 things
 
Quote:

Originally posted by RCK

...
Can you imagine the size of the datatable of one "index" of all the word of >3 char of the board ?

The actual search index is already to 303,245 entry (10 Mo).
Decreasing the word search power to 3 char would be hawfull for the actual server.

Maybe one day, but not unless huge people request.

:confused What does this mean? RCK, could you point me to a link explaining the use of indices for search purposes?

Thanks.

RCK 28 November 2001 13:57

This simply means that more the word you are able to search will be short (actually 4 char), more my database (searchindex) will be big !!

the actual one is arround 300000 entry, enough for the server.

Amiga1992 28 November 2001 17:50

Is the index necessary? How often is this index refreshed/updated?

RetroMan 28 November 2001 18:40

btw. most time it works using a wildcard as fourth letter (e.g. `404*` or `*404`) :D

RCK 28 November 2001 21:52

Quote:

Originally posted by Akira
Is the index necessary? How often is this index refreshed/updated?
It is updated in real time :)
And yes, you must have one tree index like this in order to get quick anwser to your search.

RCK 28 November 2001 23:04

It works like any other search engine :p

One big table with all "word" > 4 char.
One ever bigger table with all reference "thread id" <> "word" inside.

RCK 29 November 2001 01:15

note:
 
We already speak about this restriction (4 char) here:
http://eab.abime.net/showthread.php?s=&threadid=986


All times are GMT +2. The time now is 04:59.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.07461 seconds with 11 queries