I haven't been through this tutorial before, but from a quick look I
see two issues:
1) If you don't see schema.xml file in the directory, that means it
uses dynamic schema instead (called managed-schema). Try copying your
file and replacing managed-schema file.
2) It talks about "collection1". That used to be a default collection,
so you did not need to use collection name in the URL. I can't
remember when that changed, but probably has by 5.5. So, you should be
able to use any other names but ensure that all URLs referencing it
include collection name. Specifically, "http://localhost:8983/solr"; is
assuming the default collection feature. Instead, it should be
http://localhost:8983/solr/collectionname everywhere.
3) Do you actually have an otherwise-working core/collection in the
solr/server/solr/mycollection1? Did you create it with some command
(e.g. bin/solr create_core -c mycollection1?)?

If you are still having problems, we may need a bit more specific
details on the error messages and command lines used (especially the
full expanded URL commands that hit Solr itself). Also, if you are on
Windows, this may be worth mentioning in the follow-up messages. Some
commands are not available on Windows, such as bin\post (instead
post.jar is used).

Regards,
   Alex.
----
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/


On 28 July 2016 at 23:22, Musshorn, Kris T CTR USARMY RDECOM ARL (US)
<kris.t.musshorn....@mail.mil> wrote:
> CLASSIFICATION: UNCLASSIFIED
>
> I am trying to integrate nutch 1.12 with solr 5.5.2.
>
> In the setup documents from here... 
> https://wiki.apache.org/nutch/NutchTutorial it says to replace the schema.xml 
> file in the core with the schema.xml from nutch.
>
> The install of solr does not have a schema.xml file anywhere.
>
> I moved the schema.xml from nutch to \solr\server\solr\mycollection1\conf\ 
> and tried to index into solr from the tutorial and got errors.
>
> I really need some pro help here.
>
> I tried to post the same question to the nutch list but have not gotten any 
> responses.
>
> Thanks,
> Kris
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kris T. Musshorn
> FileMaker Developer - Contractor - Catapult Technology Inc.
> US Army Research Lab
> Aberdeen Proving Ground
> Application Management & Development Branch
> 410-278-7251
> kris.t.musshorn....@mail.mil
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> CLASSIFICATION: UNCLASSIFIED

Reply via email to