Can we have location indexed as a field into solr through ManifoldCF

2012-05-03 Thread Swapna Vuppala
Hi, Am using ManifoldCF to crawl Windows Share repository and index documents from them into Solr. I have got a requirement where I want the location of the document to be indexed as a field in Solr. Can we achieve this from ManifoldCF ? For example, when I define a Windows Share repository

MCF Crawler UI doesn't load

2012-05-01 Thread Swapna Vuppala
Hi, Till recently, I have been using ManifoldCF 0.4 version with Tomcat 7.0 and it used to work perfectly fine. Am trying to switch to ManifoldCF 0.5 version and I have built from source and configured everything that I did for earlier version. But am not able to browse to the page

Re: Link to ManifoldCF release 0.4 is not working

2012-02-07 Thread Swapna Vuppala
://people.apache.org/~kwright; the 0.4-incubating artifacts are all still there. Karl On Tue, Feb 7, 2012 at 3:58 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi, I see that a new release ManifoldCF 0.4 is available. But the download link provided at page http://incubator.apache.org/connectors

Programmatic Interaction with ManifoldCF

2012-01-03 Thread Swapna Vuppala
Hi, Am looking for the best way to interact with ManifoldCF programmatically for my purposes. My target is to develop a small tool (command-line) which can read a XML file to get the list of locations that have to be crawled, and create repository connections and jobs that use the created

Re: Problem crawling windows share

2011-12-11 Thread Swapna Vuppala
it goes. Karl On Wed, Dec 7, 2011 at 6:10 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi Karl, Thanks for the detailed reply. As per your suggestion, I tried connecting to the problematic server via windows using a machine that is not in the domain. On supplying

Re: Authority Connection works unpredictably

2011-11-24 Thread Swapna Vuppala
and fixing it so quickly. Thanks and Regards, Swapna. On Wed, Nov 23, 2011 at 4:33 PM, Swapna Vuppala swapna.kollip...@gmail.comwrote: Hi Karl, Am using trunk code, which I got couple of weeks back. I'll try to apply the patch and see. Thanks and Regards, Swapna. On Wed, Nov 23, 2011 at 4:25 PM

Re: Authority Connection works unpredictably

2011-11-23 Thread Swapna Vuppala
on your setup. A stack trace should tell me everything. Thanks, Karl On Wed, Nov 23, 2011 at 12:58 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi Karl, Even after reducing the max connections to 3, the connection fails abruptly for me. Currently, the domain

Re: Authority Connection works unpredictably

2011-11-22 Thread Swapna Vuppala
the cache lifetime parameter. What others factors do you think that can cause this to fail ? Thanks and Regards, Swapna. On Tue, Nov 22, 2011 at 11:56 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: OK.. Thanks for the information On Mon, Nov 21, 2011 at 6:31 PM, Karl Wright daddy

Re: Authority Connection works unpredictably

2011-11-21 Thread Swapna Vuppala
, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi, I seem to have some problem with Authority Connection. When I define an Authority Connection specifying all the parameters like Domain Controller, username, password etc, the connection status shows Connection Working and everything

Re: Authority Connection works unpredictably

2011-11-21 Thread Swapna Vuppala
at a time. What is the max connections parameter for your authority connection? Try reducing it to no more than 3-4 and see if that helps. Karl On Mon, Nov 21, 2011 at 5:34 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi Karl, I think I see many domain controllers

Re: Authority Connection works unpredictably

2011-11-21 Thread Swapna Vuppala
has apparently decided to deprecate one of them (can't remember which), and thus you need support for both. Karl On Mon, Nov 21, 2011 at 6:39 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi Karl, Yes, my Active Directory authority connection is configured to talk to only one

Re: Problem crawling windows share

2011-11-16 Thread Swapna Vuppala
form of your login credentials. Can you determine which scenario you are seeing? Karl On Mon, Nov 14, 2011 at 3:11 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi, I have been using windows share repository connection to crawl and get data from a particular server

Authority Connection works unpredictably

2011-11-16 Thread Swapna Vuppala
Hi, I seem to have some problem with Authority Connection. When I define an Authority Connection specifying all the parameters like Domain Controller, username, password etc, the connection status shows Connection Working and everything works fine, crawling and sending docs to solr, using

Problem crawling windows share

2011-11-14 Thread Swapna Vuppala
Hi, I have been using windows share repository connection to crawl and get data from a particular server (server 1). Its working perfectly fine. However, am having trouble when I try with data from another server (server 2). When I define a repository connection of type windows share and specify

Re: Using Active Directory

2011-10-19 Thread Swapna Vuppala
the security field definitions from schema.xml so i can confirm. Karl Sent from my Nokia phone -Original Message- From: Swapna Vuppala Sent: 19/10/2011, 3:30 AM To: connectors-user@incubator.apache.org Subject: Re: Using Active Directory Hi, I used the Authority Connection while

Trouble accessing mcf-api-service

2011-10-10 Thread Swapna Vuppala
Hi, Am able to access and use ManifoldCF crawler (configured on my windows machine on Tomcat). But am not able to access http://localhost:8080/mcf-api-service/json. (was trying to refer last section at http://www.searchworkings.org/blog/-/blogs/344989). It says* {error:Unrecognized resource.}* I

Re: Trouble accessing mcf-api-service

2011-10-10 Thread Swapna Vuppala
I could resolve the issue by following commands at http://incubator.apache.org/connectors/programmatic-operation.html#Control+by+Servlet+API Thanks and Regards, Swapna. On Mon, Oct 10, 2011 at 12:18 PM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Hi, Am able to access and use

Re: config files for ManifoldCF

2011-10-05 Thread Swapna Vuppala
registered. There are scripts for all of these, which require you to set MCF_HOME and JAVA_HOME environment variables first. Karl On Tue, Oct 4, 2011 at 4:15 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Thanks Karl and Piergiorgio, I need one more clarification, but that's

Re: config files for ManifoldCF

2011-10-05 Thread Swapna Vuppala
I used this property name=org.apache.manifoldcf.synchdirectory value=c:/mysynchdir/ Thanks and Regards, Swapna. On Wed, Oct 5, 2011 at 4:05 PM, Karl Wright daddy...@gmail.com wrote: What do you have set for your synch directory? Karl On Wed, Oct 5, 2011 at 6:09 AM, Swapna Vuppala

Re: config files for ManifoldCF

2011-10-04 Thread Swapna Vuppala
at the quick-start instructions. Karl On Sun, Oct 2, 2011 at 1:43 PM, Piergiorgio Lucidi piergior...@apache.org wrote: Hi Swapna, 2011/10/2 Swapna Vuppala swapna.kollip...@gmail.com Hi, Am new to using ManifoldCF and I have got couple of doubts about using it. Am interested

Re: config files for ManifoldCF

2011-10-04 Thread Swapna Vuppala
variables first. Karl On Tue, Oct 4, 2011 at 4:15 AM, Swapna Vuppala swapna.kollip...@gmail.com wrote: Thanks Karl and Piergiorgio, I need one more clarification, but that's regarding deploying ManifoldCF on Tomcat. I have built ManifoldCF 0.3 and have been running it so far on Jetty

config files for ManifoldCF

2011-10-02 Thread Swapna Vuppala
Hi, Am new to using ManifoldCF and I have got couple of doubts about using it. Am interested in knowing about what are the config files that are used in ManifoldCF, where they are located and how they are used. Also, I was wondering where all the information about output connection definitions,