Re: ManifoldCF database model

2018-10-29 Thread Gustavo Beneitez
le History for one of the > documents you expect to have been deleted to see how it was handled. > > Thanks, > Karl > > > On Mon, Oct 29, 2018 at 11:06 AM Gustavo Beneitez < > gustavo.benei...@gmail.com> wrote: > > > Hi Karl, > > > > after seve

Re: ManifoldCF database model

2018-10-29 Thread Gustavo Beneitez
., 17 oct. 2018 a las 14:40, Gustavo Beneitez (< gustavo.benei...@gmail.com>) escribió: > Ok thanks! > > El mié., 17 oct. 2018 a las 14:27, Karl Wright () > escribió: > >> Ok, the schema is described in ManifoldCF In Action. >> >> https://github.com/Daddy

Re: ManifoldCF database model

2018-10-17 Thread Gustavo Beneitez
Ok thanks! El mié., 17 oct. 2018 a las 14:27, Karl Wright () escribió: > Ok, the schema is described in ManifoldCF In Action. > > https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs > > Karl > > > On Wed, Oct 17, 2018 at 7:41 AM Gustavo Beneitez < &

Re: ManifoldCF database model

2018-10-17 Thread Gustavo Beneitez
rt. > > Thanks, > Karl > > > On Tue, Oct 16, 2018 at 11:51 AM Gustavo Beneitez < > gustavo.benei...@gmail.com> wrote: > > > Hi all, > > > > how do you do? I was wandering if there is any technical document about > > what is the meaning of ea

ManifoldCF database model

2018-10-16 Thread Gustavo Beneitez
Hi all, how do you do? I was wandering if there is any technical document about what is the meaning of each table in database, the relationship between documents, repositories, jobs and any other output connector (some kind of a database model). We are facing some "garbage issues", jobs are

Re: High performance issues with Elastic Connector

2018-09-17 Thread Gustavo Beneitez
36 47.104 >= 138.832 java.util.LinkedList 1.452 46.464 >= 128.624 org.apache.tomcat.util.modeler.AttributeInfo 845 40.560 >= 109.608 --------

Re: High performance issues with Elastic Connector

2018-09-17 Thread Gustavo Beneitez
> Karl > > > On Mon, Sep 17, 2018 at 7:49 AM Gustavo Beneitez < > gustavo.benei...@gmail.com> > wrote: > > > Hi Karl, > > > > I reviewed the UI and there are a total of > > ElasticSearch 100 > > Seems not so many connections... > > &

Re: High performance issues with Elastic Connector

2018-09-17 Thread Gustavo Beneitez
kept around. The number of instances will max out at the > number of connections you allow in the UI when defining the connection. > How many did you allocate? > > Karl > > > On Mon, Sep 17, 2018 at 6:23 AM Gustavo Beneitez < > gustavo.benei...@gmail.com> > wrote: > &g

High performance issues with Elastic Connector

2018-09-17 Thread Gustavo Beneitez
Hi there, I was indexing in production several intranet websites and I realized the performance was becoming poor (no tomcat restart for two weeks). After a few thoughts about what is going on I decided to create a dump file and review it with eclipse MAT and I observed that the class Leak

Re: Kafka and logstash integration

2018-09-10 Thread Gustavo Beneitez
rom other folks in the community :) > > Cheers, > PJ > > > > > Il giorno mar 4 set 2018 alle ore 09:50 Gustavo Beneitez < > gustavo.benei...@gmail.com> ha scritto: > > > Hello Karl, > > > > is there any kind of integration in the roadm

Kafka and logstash integration

2018-09-04 Thread Gustavo Beneitez
Hello Karl, is there any kind of integration in the roadmap between manifoldCF and Kafka or LogStash technologies? We are trying to expand replications with several technologies in mind. Thanks!

Re: Create a new ACTIVITY_FETCH from a transformation

2018-07-26 Thread Gustavo Beneitez
quot; of the document must be identified at the root level (that is, > in the Repository Connector). > > I'm therefore afraid there is no good mapping from ManifoldCF concepts to > what you want to do without writing your own Repository Connector. > > Karl > > > On Thu, Jul 2

Create a new ACTIVITY_FETCH from a transformation

2018-07-25 Thread Gustavo Beneitez
Hi all, I need to extract and analyse crawled urls because they may contain certain parameters such as "?redirectURL=" that could point to new Documents to be fetched and indexed. First I was trying to create a subclass that extends public class RedirectExtractor extends