FWIW: Based on your log description, it wounds like you are using some 
extenal index builder named "solrindex" ... the details on 
what exactly this "solrindex" app is are kind of crucial to understanding 
what/where "solrindex" is doing and where it's putting your data.

"solrindex" is not the name of any application that ships with Apache 
Solr, nor is there any class in Apache Solr named "IndexerMapReduce" ... 
so i supsect these are coming from some other project, and you may want to 
consult the documentaion/mailing list for that project to understand what 
it's doing.

A Quick google search suggests it's a Nutch class...

        https://nutch.apache.org/mailing_lists.html

: Please forgive my lack of knowledge; I'm posting for the first time!
: 
: I'm using solrindex to index and it appears all is going OK in that I'm
: receiving the following for each segment:
: 2011-10-30 20:18:06,870 INFO  solr.SolrIndexer - SolrIndexer: starting
: 2011-10-30 20:18:06,993 INFO  indexer.IndexerMapReduce - IndexerMapReduce:
: crawldb: crawl/crawldb
: 2011-10-30 20:18:06,993 INFO  indexer.IndexerMapReduce - IndexerMapReduce:
: linkdb: crawl/linkdb
: 2011-10-30 20:18:06,993 INFO  indexer.IndexerMapReduce - IndexerMapReduces:
: adding segment: crawl/segments/...
: 2011-10-30 20:20:38,933 INFO  solr.SolrIndexer - SolrIndexer: done
: 
: However, I don't see the index files in the Solr data directory. Any
: suggestions for troubleshooting this? Thanks!
: 
: --
: View this message in context: 
http://lucene.472066.n3.nabble.com/Locating-index-files-tp3496865p3496865.html
: Sent from the Solr - User mailing list archive at Nabble.com.
: 

-Hoss

Reply via email to