Re: Indexing Content of a Direcory

2011-05-11 Thread Robert Naczinski
Hi, we try to index logfiles. That are xmlfiles ( this can be not valid ) and text files. Unfortunately have all files not the same content Regards, Robert 2011/5/11 Ahmet Arslan : >> Can I configure with this components native solr or must I >> write own >> Indexer that use >> org.apache.solr.

Re: Indexing Content of a Direcory

2011-05-11 Thread Robert Naczinski
Thanx for your help. Can I configure with this components native solr or must I write own Indexer that use org.apache.solr.handler.dataimport.FileListEntityProcessor? Someware must I transform the inputdocuments to the schema. My iputdocuments are in different format. Robert 2011/5/11 Ahmet Ars

Indexing Content of a Direcory

2011-05-11 Thread Robert Naczinski
Hi all, i want PERIODIC ( 1x per 30s ) index the content of a directory to solr. In doing that i will to index only the new files and add it to the index. Can I use for that the standard solr, or must I write own indexer? Can I implement custom DIH. The files are readable via HTTP. Can someone

Re: Use Solr / Lucene to search in a Logfile

2011-05-06 Thread Robert Naczinski
Hi, thanks for the reply. I did not know that. Is there still a way to use Solr or Lucene? Or Apache Nutch would be not be bad. Could I maybe write a customized DIH? Greetings, Robert 2011/5/6 Otis Gospodnetic : > Loggly.com

Use Solr / Lucene to search in a Logfile

2011-05-06 Thread Robert Naczinski
Hello, we want to search large log4j logfiles withSolr / Lucene and find any lines with a special argument. ( for examle: with a defined userid ) It should be a solr indput document for each row in the file. The log file is growing continuously and the search index must be refreshed. Has already

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-25 Thread Robert Naczinski
Thanx for your help. I bound de.lvm.services.logging.PerformanceLoggingFilter in web.xml and mapped it to /admin/* . It works fine with EmbeddedSolr. I get NullPointer in some links under admin/index.jsp, but I will solve this problem. Robert 2010/8/25 Chris Hostetter : > > : we use in our appli

Re: 'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
rver:port/solr/core/admin > > you'll have this error you said... try a final slash on it > > http://server:port/solr/core/admin/ > > and will work. > > > > Lucas Frare Teixeira .ยท. > - lucas...@gmail.com > - lucastex.com.br > - blog.lucastex.com > - twit

'Error 404: missing core name in path ' in adminconsole

2010-08-24 Thread Robert Naczinski
Hello, we use in our application to the JEE EmbeddedSolrServer. It works very well. Now I wanted to create the admin JSPs. For that I have copied the JSPs from webroot Solr example. When I try to access ...admin/index.jsp , I get 'Error 404: missing core name in path' We run the application on We

Re: Wildcards queries

2010-07-06 Thread Robert Naczinski
: > On 7/6/10 8:53 AM, Robert Naczinski wrote: >> Hi, >> >> we use in our application EmbeddedSolrServer. > > Great! > >> Everything went fine. > > Excellent! > >> Now I want use wildcards queries. > > Cool! > >> >> It doe

Wildcards queries

2010-07-06 Thread Robert Naczinski
Hi, we use in our application EmbeddedSolrServer. Everything went fine. Now I want use wildcards queries. It does not work. Must be adapted for the schema.xml? Can someone help me? In wiki, I find nothing? Why do I need simple example or link. Regards, Robert

Use of EmbeddedSolrServer

2010-06-27 Thread Robert Naczinski
Hello, there is a recommendation (best practice) for the use of EmbeddedSolrServer? We use it, because we have in our application an EJB module with Message Drive Bean. Now, we create the EmbeddedSolrServer (http://wiki.apache.org/solr/Solrj # EmbeddedSolrServer) in a javax.servlet.ServletContextL

Use of EmbeddedSolrServer

2010-06-19 Thread Robert Naczinski
Hi, is there a best practice for use of EmbeddedSolrServer? Knows someone a good link besides http://wiki.apache.org/solr/Solrj # EmbeddedSolrServer Regards, Robert

Use of EmbeddedSolrServer

2010-06-11 Thread Robert Naczinski
Hello experts, we would like to use Solr in our search application. We want to index a large inventory in the database. The initial index is not a problem, but it should also updates the Db. These tables, we plan to provide you with triggers. The only problem is the Datenbnk on zOS. But we get the

Re: Wildcars in Queries

2010-05-17 Thread Robert Naczinski
How I can do that? I that distribute example I'cant use wildcards ;-( 2010/5/17 Leonardo Menezes : > Yes, also you can use '?' for a single character "wild card". > > On Mon, May 17, 2010 at 11:21 AM, Robert Naczinski < > robert.naczin...@googlemail.com>

Wildcars in Queries

2010-05-17 Thread Robert Naczinski
Hi, i'm new to solr. Can I use wilcard like '*' in my queries? Thanx, Robert