I checked my logs, but there is no reason for incomplete indexing. After dumping segment it is clear that all the contents of seed files are fetched. but in indexing stage there is a problem that none of the data didn't send to Solr. So there is no indxed data in Solr_Home/example/solr/data/index directory!
On Sun, Nov 20, 2011 at 7:23 PM, Lewis John Mcgibbney < [email protected]> wrote: > Are you familiar with crawling the web as oppose to your intranet? If so > did the Nutch Solr configuration work correctly? As you are aware the > difference in configuration between the web and your intranet should be > trivial. Please have a look at your logs and see if ALL stages of the crawl > are working as expected, especially your indexing stages. > > On Sun, Nov 20, 2011 at 1:38 PM, Ahmad Ajiloo <[email protected] > >wrote: > > > Hello > > I tried to have a Intranet Search on my documents with this guidance: > > http://wiki.apache.org/nutch/IntranetDocumentSearch > > > > In configuration part explains: "When configured correctly, there should > be > > a core located at *http://localhost:8983/solr/nutch*. You can test this > by > > accessing the administration page at * > > http://localhost:8983/solr/nutch/admin > > * where you can also verify that the schema is being correctly loaded. " > > > > I copied schema.xml from Nutch to Solr but there is no page in this > link: ( > > *http://localhost:8983/solr/nutch*) and I got this error: > > HTTP ERROR 404 > > > > Problem accessing /solr/nutch. Reason: > > > > NOT_FOUND > > > > *Powered by Jetty://* > > ---------------------------------- > > so when I get this command (> ./bin/nutch crawl urls -dir crawl -depth 2 > > -solr http://localhost:8983/solr/nutch) No data will send to Solr ! > > > > > > -- > *Lewis* >

