Re: how are you using Solr?

2010-09-26 Thread Titash Neogi
We are building a knowledge networking app that is powered using Solr. Right now in alpha - will be in beta by end of year. www.bibkosh.com Markus Jelsma wrote: http://wiki.apache.org/solr/PublicServers http://www.lucidimagination.com/developer/Community/Application-Showcase-Wiki -Or

How to enable solr MoreLikeThis

2010-10-09 Thread Titash Neogi
Hello all, I am trying to follow the documentation given here http://wiki.apache.org/solr/MoreLikeThisHandler to enable MoreLikeThis in my application. However, when I execute any URL such as the one below /solr/mlt?stream.body=social media in india&mlt.fl=content&mlt.mintf=0 I get a 404 err

Re: How to enable solr MoreLikeThis

2010-10-10 Thread Titash Neogi
Thanks. This worked. Really appreciate the pointer. ~ Titash Ahmet Arslan wrote: list

RE: Embedded Server and Webapp using same Index???

2010-05-01 Thread Titash Neogi
You could even do the indexing via csv update handler. Something like this - http://:/solr/update/csv?commit=true&separator=~&escape="&stream .contentType=text/plain;charset=utf-8&stream.file= via a backend process. This lets the document be available for searching as soon as the commit happens.