Example #1
0
        public List <ZRN.Graficos.TagCloud.Termo> RetornaPrincipaisTermosNoticias(FiltroNoticiasEmpresa filtro)
        {
            var RNNoticiaEmpresa = new ZRN.Empresas.Noticias(Configuracoes.ServidorElastic, Configuracoes.IndexElastic);

            return(RNNoticiaEmpresa.RetornaPrincipaisTermosNoticias(filtro));
        }
Example #2
0
        public List <ZRN.Graficos.Linha> PesquisaNoticiasPorDia(FiltroNoticiasEmpresa filtro)
        {
            var ZRNEmpresaNoticias = new Noticias(Configuracoes.ServidorElastic, Configuracoes.IndexElastic);

            return(ZRNEmpresaNoticias.PesquisaNoticiasPorDia(filtro));
        }
Example #3
0
        public List <ZRN.Empresas.NoticiasFonte> PesquisaTopFontesNoticias(FiltroNoticiasEmpresa filtro)
        {
            var ZRNEmpresa = new ZRN.Empresas.Noticias(Configuracoes.ServidorElastic, Configuracoes.IndexElastic);

            return(ZRNEmpresa.PesquisaTopFontes(filtro));
        }