i want the php code of a elementary text search engine
Moderator: General Moderators
i want the php code of a elementary text search engine
hi everyone!
i wish you are well !
can you help me?
i need a simple text search engine(elementary) to search whole of the internet.it could be searched with 2 language! farsi & english.anybody has it's php source ? ...
with the bests
i wish you are well !
can you help me?
i need a simple text search engine(elementary) to search whole of the internet.it could be searched with 2 language! farsi & english.anybody has it's php source ? ...
with the bests
-
nickvd
- DevNet Resident
- Posts: 1027
- Joined: Thu Mar 10, 2005 5:27 pm
- Location: Southern Ontario
- Contact:
You didnt get a response to your earlier thread because what you are asking for is not exactly feasible... there is far too much involved to create a search engine similar to yahoo/google.
Even if you did find someone interested, I'll be willing to bet you wont have the funds to pay for such a project (I'm leaning towards the 5-6 figure mark...)
Even if you did find someone interested, I'll be willing to bet you wont have the funds to pay for such a project (I'm leaning towards the 5-6 figure mark...)
i know building a search engine is very difficult but i want a searcher would be simple....without boolean expressions ; dedicated sever; ....nickvd wrote:You didnt get a response to your earlier thread because what you are asking for is not exactly feasible... there is far too much involved to create a search engine similar to yahoo/google.
Even if you did find someone interested, I'll be willing to bet you wont have the funds to pay for such a project (I'm leaning towards the 5-6 figure mark...)
it is too far from google & yahoo...
my idea is a elementary searcher that searchs 10 top links 4 example!
i can not pay money for it's source .... because i thought perhaps you have such source like this....
what's your idea about my mean ?
regs
exactly!Todd_Z wrote:Guys, he's obviously looking for a script to download, im sure after 15/20 minutes of google searching he'll be able to find something
[continuing to hate people]
i'd agree with you! i searched my target by google engine some weeks ago but i did not find the simple one............
everyone help me?
what's the microsoft index service? is this useful 4 me?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
If you have the idea that you could easily write a script to search the internet you've completely underestimated the task. There are several billion pages of content online these days, searching them is incredibly difficult even if you ignore boolean terms and you only want the top 10 results.
You best bet would be syndicate search results from an existing engine (eg Google) using their API. Easier, but still not trivial if you're working outside of English.
You best bet would be syndicate search results from an existing engine (eg Google) using their API. Easier, but still not trivial if you're working outside of English.