Re: Related Search

2007-11-27 Thread Cool Coder
Take a look at this thread http://www.gossamer-threads.com/lists/lucene/java-user/54996 There was a need to get all related topics for any selected topic. I have taken help of lucene-sand-box wordnet project to get all synoms of user selected topics. I am not sure whether wordnet project w

Re: Heritrix and Solr

2007-11-22 Thread Cool Coder
I have some sort of same requirement where I need to move to a good crawler. Currently I am using a custom crawler, I mean my own crawler to crawl some public domains and uses Lucene to index all downloaded pages. After doing lots of research I came across JSpider with Lucene. ALso I was looki

RE: Solr and security

2007-10-24 Thread Cool Coder
Original Message----- From: Cool Coder [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:17 PM To: solr-user@lucene.apache.org Subject: Solr and security Hi Group, As far as I know, to use solr, we need to deploy it as a server and communicate to solr using http protocol. How about it

Solr and security

2007-10-24 Thread Cool Coder
Hi Group, As far as I know, to use solr, we need to deploy it as a server and communicate to solr using http protocol. How about its security? i.e. how can we ensure that it only accepts request from predefined set of users only. Is there any way we can specify this in solr or so

Re: Solr deployment in tomcat

2007-10-09 Thread Cool Coder
It worked. Thanks a lot. I just updated value attrb of tag of solr.xml. Maybe you should update wiki for Unix as well as Windows examples. - Original Message From: Jérôme Etévé <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, October 9, 2007 6:49:38 AM Subject: R

Solr deployment in tomcat

2007-10-08 Thread Cool Coder
Hello Group, Does anyone able to deploy solr.war @ tomcat. I just tried to deploy it as per wiki and it gives bunch of exceptions and I dont think those exceptions have any relevance with the actual cause. I was wondering if there is any speciaf configuration needed? The exce