• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to code search engine in java.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I desperately need the help of java developers to help me code search engine in java. I need guidance.

with regards
Ravinder Singh
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What kind of guidance do you need?
 
Er. Ravinder Singh
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to know how to start search engine coding. And where can i find search engine code in java.
 
Marshal
Posts: 28176
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How should you start coding a search engine? First you decide what it should do. Then you should create a design for a program that does those things. Only then do you start coding.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apache Lucene is an excellent search API, and it's open source.
 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:Apache Lucene is an excellent search API, and it's open source.



Clear
,and if you want to make a big search Engine,solr also can help you.solr is architecture on the lucene.
http://lucene.apache.org/solr/
thanks!

 
Marshal
Posts: 79151
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

There is no such thing as "desperately need" here.
 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Er. Ravinder Singh wrote:I desperately need the help of java developers to help me code search engine in java. I need guidance.



That's not really how this works. What have you tried? What have you googled? Did you find anything that doesn't make sense? Did you attempt to write any code? What worked, and what didn't work? How didn't it work? Be specific, and post runnable code that demonstrates where you got stuck.

We can't really answer general "how do I do this" type questions other than to direct you to the basic tutorials and google. Ask a specific question, and we'll go from there.

But chances are you should probably try something simpler, if you have no idea how to even start.
 
Er. Ravinder Singh
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I apologize to all developers here for my inability to put questions in right way. And thanks to all developers here at ranch, for taking out some time from there precious hours to guide me.

Again .. Thanks to all.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic