Ahmet, please post your dih script in a message (not as an attachment).
- Original Message -
| From: "James Dyer"
| To: solr-user@lucene.apache.org
| Sent: Friday, August 31, 2012 12:53:50 PM
| Subject: RE: LineEntityProcessor process only one file
|
| No, it should process
No, it should process all of the files that get listed. I'm taking a look at
the issue you opened, SOLR-3779. This is also similar to SOLR-3307, although
that was reported as a bug with "threads" in 3.6, which is no longer a feature
in 4.0.
James Dyer
E-Commerce Systems
Ingram Content Group
(
It creates one field with the line as a string. 'rawLine'
http://www.lucidimagination.com/search/link?url=http://wiki.apache.org/solr/DataImportHandler
To make other fields from the contents of the string, you can use the
RegexTransformer to pull text out of the string.
On Thu, Jun 28, 2012 at 9:
LineEntityProcessor outputs the entire line in a field called "rawLine". You
then need to write a transformer that will parse out the data. But see
https://issues.apache.org/jira/browse/SOLR-2549 for enhancements that will
parse the data without needing a transformer, if the data is in fixed-w
You really haven't posted enough details for people to guess as to what
your problem might be (in particuar: the actaul examples of your configs,
and any log messages during hte import)
please consult this wiki page and then post a followup with more
details...
https://wiki.apache.org