LoL. That's the several level of abstraction and complication above what Solr provides.
You are looking at full Natural Language Processing and things like SemEval (http://en.wikipedia.org/wiki/SemEval ). Or at least statistical and/or frame-based analysis (http://en.wikipedia.org/wiki/Frame_language). Plus, it's domain specific usually, not just point at the website and run. You may want to start from a PhD (yes, that would be the easy bit). Or you could look for heavy-duty commercial systems. Again, the keywords above would be your friends. Regards, Alex. Personal website: http://www.outerthoughts.com/ Current project: http://www.solr-start.com/ - Accelerating your Solr proficiency On Thu, Jun 19, 2014 at 4:42 PM, Vivekanand Ittigi <vi...@biginfolabs.com> wrote: > Hi, > > I'm trying to setup solr that should understand English. For example I've > indexed our company website (www.biginfolabs.com) or it could be any other > website or our own data. > > If i put some English like queries i should get the one word answer just > what Google does;queries are: > > * Where is India located. > * who is the father of Obama > > Workaround: > * Integrated UIMA,Mahout with solr > * I read the book called "Taming Text" and implemented > https://github.com/tamingtext/book. But Did not get what i want > > Can anyone please tell how to move further. It can be anything our team is > ready to do it. > > Thanks, > Vivek