Thank you, but what do you mean by "solr logs"?
Actually I cannot find my message in "Solr logs", which is resided in:
/logs/solr_log-%g.log
2011/6/21 Noble Paul നോബിള് नोब्ळ्
> it will be in the solr logs
>
> On Tue, Jun 21, 2011 at 2:18 PM, Alucard wrote:
>
Hi all.
I follow the steps of creating a LogTransformer in DataImportHandler wiki:
The java statement that start Solr:
java "-Dremarks=solr:8983"
"-Djava.util.logging.config.file=logging.properties" -jar start.jar
logging.properties file content
# Default global logging level:
.level = DEBU
Hi all
As far as I know, by using DIH it will read all the documents from database
(I am using SQLite v3) to memory.
Now I would like to ask if I have a lot of records (let say 7 millions), it
will put
All 7 millions record in memory, how can I avoid that?
There is a piece of documentation that