You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sohan Kalsariya <so...@gmail.com> on 2014/03/25 06:30:38 UTC

Semantic search with python numpy and Solr

I am beginner with solr, started playing with solr for last one month.

I am building a search mechanism for the http://allevents.in and i want to
implement semantic search with solr, when someone search events in our
website. And the back-end is in php(solarium-client). So can you please
guide me for the semantic search with solr?
I have gone through the article at "
http://java.dzone.com/articles/semantic-search-solr-and "

So how should i proceed further to implement semantic search with solr and
specifically with my site(allevents.in) ?
Will it give me results like :
if someone search : "music events in new york", then it should also give
results like "dj night in new york", "concerts in new york "  and other
related results.
Is it possible?
Can anyone here please guide me or suggest me some material or example of
semantic search from the above article?

-- 
Regards,
*Sohan Kalsariya*

Re: Semantic search with python numpy and Solr

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
Didn't you ask exactly this question two weeks ago and got some
replies that you need to do more domain analysis? Did you have any
progress since and do you have more precise Solr-specific questions?

Regards,
   Alex.
P.s. http://www.brainyquote.com/quotes/quotes/a/alberteins133991.html
Personal website: http://www.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all
at once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD
book)


On Tue, Mar 25, 2014 at 12:30 PM, Sohan Kalsariya
<so...@gmail.com> wrote:
> I am beginner with solr, started playing with solr for last one month.
>
> I am building a search mechanism for the http://allevents.in and i want to
> implement semantic search with solr, when someone search events in our
> website. And the back-end is in php(solarium-client). So can you please
> guide me for the semantic search with solr?
> I have gone through the article at "
> http://java.dzone.com/articles/semantic-search-solr-and "
>
> So how should i proceed further to implement semantic search with solr and
> specifically with my site(allevents.in) ?
> Will it give me results like :
> if someone search : "music events in new york", then it should also give
> results like "dj night in new york", "concerts in new york "  and other
> related results.
> Is it possible?
> Can anyone here please guide me or suggest me some material or example of
> semantic search from the above article?
>
> --
> Regards,
> *Sohan Kalsariya*