On Wed, May 11, 2011 at 2:24 PM, Robert Naczinski
wrote:
> 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
Sorry: While Ahmet has done his best to help you out, you are
not providing enough details f
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.
> Can I configure with this components native solr or must I
> write own
> Indexer that use
> org.apache.solr.handler.dataimport.FileListEntityProcessor?
You can use native solr. All things are configured in xml files,
data-config.xml, schema.xml etc.
There are examples in the directory example-
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
> 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.
Probably you can use DIH, there are different DataSource implementations.
http://wiki.apache.org/solr/DataImportHandler#DataSource
For exam
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