Re: solr war -> osgi

2012-12-03 Thread Iwan Hanjoyo
> Has anyone had any experience repackaging the solr war for osgi? And while > I'm at it, has anyone done this in geronimo 3.0? > > Hi Marcos, Start glassfish web server. Put solr war file inside the autodeploy folder. Finally, you need to find the solr home folder location. Different operating sy

Re: How to change Solr UI

2012-12-03 Thread Iwan Hanjoyo
> > > Note that Velocity _can_ be used for user-facing code, but be very sure you > secure your Solr. If you allow direct access, a user can easily enter > something like http:// > /update?commit=true&stream.body=*:*. > And all your documents will be gone. > > Hi Erickson, Thank you for the input.

Re: News clustering

2012-12-03 Thread Iwan Hanjoyo
Hi Stanislaw, I see. Thank you for the reference. Kind regards, Hanjoyo On Tue, Dec 4, 2012 at 12:37 AM, Stanislaw Osinski wrote: > > I mean measuring the similarity between the document in each cluster. > > Also, difference between document on one cluster with another cluster. > > > > I saw t

Re: News clustering

2012-12-03 Thread Iwan Hanjoyo
Hi Stanislaw, I mean measuring the similarity between the document in each cluster. Also, difference between document on one cluster with another cluster. I saw the sample code ClusteringQualityBencmark.java However, I do not know how to make use of it for assessing my Solr Clustering performance

Re: How to change Solr UI

2012-12-03 Thread Iwan Hanjoyo
Hi Romita, In my opinion, if you are new to Solr, you can start learning from Solritas. Solritas uses Apache Velocity, a templating language, CSS and JQuery to manage it looks and behavior. Besides that you can write a custom SearchComponent inside the /browse SearchHandler to add more functionali

Re: News clustering

2012-12-03 Thread Iwan Hanjoyo
Hi Stanislaw Osinski, Was the picture generated using Lingo 3G algorihtms? I saw some sub-clusters inside it. Nice pic :) I am interested to learn it. How long is the Lingo 3G trial period? Is there any way to programmatically measure the performance of Carrot2 clustering algorithm? thanx cheer

Re: News clustering

2012-12-03 Thread Iwan Hanjoyo
Hi Stanislaw Osinski, On Mon, Dec 3, 2012 at 6:13 PM, Stanislaw Osinski wrote: > One of our clients uses Solr's search results clustering for grouping news. > Instead of the default Carrot2 algorithm that ships with Solr they use a > commercial one, but Carrot2 should give you decent clusters to

Re: Apache Nutch 1.5.1 + Apache Solr 4.0

2012-11-11 Thread Iwan Hanjoyo
Hi Steiner, I found a video tutorial on Nutch 1.4 + Solr 3.4.0 (on Windows). It do solve my error. Hope it do for yours too. Here is the link: Running Nutch and Solr on Windows Tutorial: Part 1 http://www.youtube.com/watch?v=baxhI6Wkov8 Running Nutch and Solr on Windows Tut

find a way to solr netbeans

2012-10-12 Thread Iwan Hanjoyo
Hi list, Any one know the how-to integration solr with netbeans? The reasons I want to have solr in netbeans: + to avoid the long classpath configuration in the environment variables + avoid complicated steps (especially when starting and restarting the glassfish server), + help with debugging t

Re: solr1.4 code Example

2012-10-09 Thread Iwan Hanjoyo
you can download the code directly from here http://www.solrenterprisesearchserver.com/ http://solrenterprisesearchserver.s3-website-us-east-1.amazonaws.com/downloads/5883-solr-enterprise-search2.zip regards, Hanjoyo

Re: successfully move to glassfish but got error accessing Velocity sample code

2012-10-02 Thread Iwan Hanjoyo
Hello list, I finally solved the problem. I miss the configuration of solr jar files in the solrconfig.xml file. thank you. Kind regards, Hanjoyo On Mon, Oct 1, 2012 at 8:58 PM, Iwan Hanjoyo wrote: > Hello all, > > First, after extracting apache-solr-3.6.1.zip file, I can run a

Re: move solr.war to Glassfish and got error running http://host:port/ProjectName/browse

2012-10-02 Thread Iwan Hanjoyo
Hello list, I finally solved the problem. I miss the configuration of solr jar file in the solrconfig.xml file. thank you. Kind regards, Hanjoyo On Tue, Oct 2, 2012 at 5:57 PM, Iwan Hanjoyo wrote: > Hello list, > > > > On Sun, Sep 30, 2012 at 6:43 PM, Iwan Hanjoyo wrote:

Re: move solr.war to Glassfish and got error running http://host:port/ProjectName/browse

2012-10-02 Thread Iwan Hanjoyo
Hello list, On Sun, Sep 30, 2012 at 6:43 PM, Iwan Hanjoyo wrote: > Hello all, > > I used older Solr 3.6.1 version. > I created a new web project (called SolrRedo) on Netbeans 7.1.1 running on > Glassfish Web Server > Then I moved sources from the solr.war sample code (t