Re: Connect Solr and Nutch in Ubuntu 18

2018-10-05 Thread Timeka Cobb
No problem and sorry about that!

On Fri, Oct 5, 2018 at 11:50 AM Sebastian Nagel
 wrote:

> Hi Timeka,
>
> > because Solr is missing the
> > files from its packet for it to work.
>
> There are many Solr versions available and it easily may happen that the
> description in the Wiki is outdated or not applicable for your combination
> of Nutch and Solr.
>
> Please try to give as much information as possible to identify the problem,
> - versions of Nutch and Solr
> - which files are missing resp. which commands given in the wiki fail
>
> Thanks,
> Sebastian
>
>
>
>
> On 10/05/2018 03:26 PM, Timeka Cobb wrote:
> > I see that but I'm the instructions they say to create resources and the
> > command line Nutch Wiki offers doesn't work because Solr is missing the
> > files from its packet for it to work..I will try again. Thank ya so much
> > for ya help 
> >
> > On Fri, Oct 5, 2018, 4:48 AM govind nitk  wrote:
> >
> >> Info given is not sufficient to figure out the problem.
> >>
> >> 1. You need to add indexer-solr to the plugins list.
> >> 2. Check "solr index properties" in nutch-default.xml ( It has lot of
> >> properties)
> >>
> >> check out - https://wiki.apache.org/nutch/NutchTutorial for detailed
> >> explanation.
> >>
> >>
> >>
> >> On Fri, Oct 5, 2018 at 3:41 AM Timeka Cobb  wrote:
> >>
> >>> Hello there! Does anyone know how to connect the 2 for the core..Ive
> >> looked
> >>> high and low also checking the Wiki which doesn't help me at all..can
> >>> anyone give some help in regards to this pretty please..I have all the
> >>> components but don't know how to connect it all
> >>>
> >>> I'm using Ubuntu 18  Bionic Beaver
> >>>
> >>
> >
>
>


Re: Alternatives to Solr

2018-10-05 Thread Timeka Cobb
Thank you so very much

On Fri, Oct 5, 2018, 3:41 PM Yash Thenuan Thenuan 
wrote:

> You can use elasticsearch.
>
> On Sat, 6 Oct 2018, 00:58 Timeka Cobb,  wrote:
>
> > Hello folks! Does anyone know of a good alternative to Solr? Im asking
> this
> > becasue Ive been trying to connect the 2 and its been so frustrating.
> > The Nutch Wiki is extremely unreliable when it comes to Solr and every
> site
> > I go to for info leads me nowhere. Does anyone know of something else I
> can
> > use? I want to to create simple search engine crawling a few whole
> websites
> > thats all. Thank you
> >
> > Timeka Cobb
> >
>


Alternatives to Solr

2018-10-05 Thread Timeka Cobb
Hello folks! Does anyone know of a good alternative to Solr? Im asking this
becasue Ive been trying to connect the 2 and its been so frustrating.
The Nutch Wiki is extremely unreliable when it comes to Solr and every site
I go to for info leads me nowhere. Does anyone know of something else I can
use? I want to to create simple search engine crawling a few whole websites
thats all. Thank you

Timeka Cobb


Connect Solr and Nutch in Ubuntu 18

2018-10-04 Thread Timeka Cobb
Hello there! Does anyone know how to connect the 2 for the core..Ive looked
high and low also checking the Wiki which doesn't help me at all..can
anyone give some help in regards to this pretty please..I have all the
components but don't know how to connect it all

I'm using Ubuntu 18  Bionic Beaver


Re: Connect Solr and Nutch in Ubuntu 18

2018-10-05 Thread Timeka Cobb
I see that but I'm the instructions they say to create resources and the
command line Nutch Wiki offers doesn't work because Solr is missing the
files from its packet for it to work..I will try again. Thank ya so much
for ya help 

On Fri, Oct 5, 2018, 4:48 AM govind nitk  wrote:

> Info given is not sufficient to figure out the problem.
>
> 1. You need to add indexer-solr to the plugins list.
> 2. Check "solr index properties" in nutch-default.xml ( It has lot of
> properties)
>
> check out - https://wiki.apache.org/nutch/NutchTutorial for detailed
> explanation.
>
>
>
> On Fri, Oct 5, 2018 at 3:41 AM Timeka Cobb  wrote:
>
> > Hello there! Does anyone know how to connect the 2 for the core..Ive
> looked
> > high and low also checking the Wiki which doesn't help me at all..can
> > anyone give some help in regards to this pretty please..I have all the
> > components but don't know how to connect it all
> >
> > I'm using Ubuntu 18  Bionic Beaver
> >
>


Nutch integration with Solr

2018-09-30 Thread Timeka Cobb
Hello! I've installed Nutch 1.15 and Solr 7.4 very recently. I've looked at
the section to connect the 2 but have an extreme hard time understanding.
Can someone help me with connecting the 2..I want to crawl entire websites
and add a search engine to my site. Thank ya kindly 

Blessings,
Timeka Cobb


Re: Nutch integration with Solr

2018-10-01 Thread Timeka Cobb
Also I totally agree Sir Sebastian they could be much more detailed so that
newbies like me can understand better

On Mon, Oct 1, 2018, 10:35 AM Sebastian Nagel
 wrote:

> Hi Timeka,
>
> you mean the steps given in
>   https://wiki.apache.org/nutch/NutchTutorial#Setup_Solr_for_search ?
>
> The "nutch" core is defined only by a directory
>${APACHE_SOLR_HOME}/server/solr/configsets/nutch
> which must contain the correct schema in the conf/ subfolder.
>
> Commands to setup Solr and copy the schema are given in the tutorial
> as Unix/Linux commands.
>
> Could you tell us what is confusing. Agreed, the description could be
> more detailed.
>
> Thanks,
> Sebastian
>
> On 10/01/2018 03:29 PM, Timeka Cobb wrote:
> > Thank you for the answer but I still think I'm missing things..on Wiki
> > where is says to install Solr I don't understand the directions given
> that
> > lead up to creating a nutch core..how do I copy resources and manage
> > schema,etc..the breakdown confuses me.. Thank you again
> >
> > Timeka
> >
> > On Mon, Oct 1, 2018, 7:12 AM Sebastian Nagel
> >  wrote:
> >
> >> Hi Timeka,
> >>
> >> well, the really short answer is: Nutch sends "documents" to Solr using
> >> the Solr4j client library. A "document" is a single web page fetched,
> >> parsed
> >> and split into indexable fields, e.g., "title", "keywords", "content".
> >>
> >> For further information you may look into
> >>
> >>
> >>
> https://wiki.apache.org/nutch/NutchTutorial#Step-by-Step:_Indexing_into_Apache_Solr
> >>
> >>   https://wiki.apache.org/nutch/IndexWriters
> >>
> >>   https://wiki.apache.org/nutch/Presentations
> >>   https://www.slideshare.net/search/slideshow?searchfrom=header=nutch
> >>
> >> For the tiny details, you may need to inspect the Nutch source code
> >> directly.
> >>
> >> Best,
> >> Sebastian
> >>
> >> On 10/01/2018 03:38 AM, Timeka Cobb wrote:
> >>> Hello! I've installed Nutch 1.15 and Solr 7.4 very recently. I've
> looked
> >> at
> >>> the section to connect the 2 but have an extreme hard time
> understanding.
> >>> Can someone help me with connecting the 2..I want to crawl entire
> >> websites
> >>> and add a search engine to my site. Thank ya kindly 
> >>>
> >>> Blessings,
> >>> Timeka Cobb
> >>>
> >>
> >>
> >
>
>


Re: Nutch integration with Solr

2018-10-01 Thread Timeka Cobb
I'm actually using Ubuntu to configure it all so that is not the issue

Example: the copy resources command- I'm already in the Solr home folder so
the command would be cp -r solr-7.4.0 /server/../../../ in terminal?

Where I see {APACHE_SOLR_HOME} or {APACHE_NUTCH_HOME} I'm suppose to say
solr-7.4.0 or nutch-1.15 in the command line in place of these?

I copy and paste what I see and I get a kickback..Im just  trying to figure
out what are the proper commands to place in terminal to get both connected
and the core to run properly.  Thanks again for all your help..it's greatly
appreciated 

Timeka

On Mon, Oct 1, 2018, 10:35 AM Sebastian Nagel
 wrote:

> Hi Timeka,
>
> you mean the steps given in
>   https://wiki.apache.org/nutch/NutchTutorial#Setup_Solr_for_search ?
>
> The "nutch" core is defined only by a directory
>${APACHE_SOLR_HOME}/server/solr/configsets/nutch
> which must contain the correct schema in the conf/ subfolder.
>
> Commands to setup Solr and copy the schema are given in the tutorial
> as Unix/Linux commands.
>
> Could you tell us what is confusing. Agreed, the description could be
> more detailed.
>
> Thanks,
> Sebastian
>
> On 10/01/2018 03:29 PM, Timeka Cobb wrote:
> > Thank you for the answer but I still think I'm missing things..on Wiki
> > where is says to install Solr I don't understand the directions given
> that
> > lead up to creating a nutch core..how do I copy resources and manage
> > schema,etc..the breakdown confuses me.. Thank you again
> >
> > Timeka
> >
> > On Mon, Oct 1, 2018, 7:12 AM Sebastian Nagel
> >  wrote:
> >
> >> Hi Timeka,
> >>
> >> well, the really short answer is: Nutch sends "documents" to Solr using
> >> the Solr4j client library. A "document" is a single web page fetched,
> >> parsed
> >> and split into indexable fields, e.g., "title", "keywords", "content".
> >>
> >> For further information you may look into
> >>
> >>
> >>
> https://wiki.apache.org/nutch/NutchTutorial#Step-by-Step:_Indexing_into_Apache_Solr
> >>
> >>   https://wiki.apache.org/nutch/IndexWriters
> >>
> >>   https://wiki.apache.org/nutch/Presentations
> >>   https://www.slideshare.net/search/slideshow?searchfrom=header=nutch
> >>
> >> For the tiny details, you may need to inspect the Nutch source code
> >> directly.
> >>
> >> Best,
> >> Sebastian
> >>
> >> On 10/01/2018 03:38 AM, Timeka Cobb wrote:
> >>> Hello! I've installed Nutch 1.15 and Solr 7.4 very recently. I've
> looked
> >> at
> >>> the section to connect the 2 but have an extreme hard time
> understanding.
> >>> Can someone help me with connecting the 2..I want to crawl entire
> >> websites
> >>> and add a search engine to my site. Thank ya kindly 
> >>>
> >>> Blessings,
> >>> Timeka Cobb
> >>>
> >>
> >>
> >
>
>


Re: Nutch integration with Solr

2018-10-01 Thread Timeka Cobb
Thank you for the answer but I still think I'm missing things..on Wiki
where is says to install Solr I don't understand the directions given that
lead up to creating a nutch core..how do I copy resources and manage
schema,etc..the breakdown confuses me.. Thank you again

Timeka

On Mon, Oct 1, 2018, 7:12 AM Sebastian Nagel
 wrote:

> Hi Timeka,
>
> well, the really short answer is: Nutch sends "documents" to Solr using
> the Solr4j client library. A "document" is a single web page fetched,
> parsed
> and split into indexable fields, e.g., "title", "keywords", "content".
>
> For further information you may look into
>
>
> https://wiki.apache.org/nutch/NutchTutorial#Step-by-Step:_Indexing_into_Apache_Solr
>
>   https://wiki.apache.org/nutch/IndexWriters
>
>   https://wiki.apache.org/nutch/Presentations
>   https://www.slideshare.net/search/slideshow?searchfrom=header=nutch
>
> For the tiny details, you may need to inspect the Nutch source code
> directly.
>
> Best,
> Sebastian
>
> On 10/01/2018 03:38 AM, Timeka Cobb wrote:
> > Hello! I've installed Nutch 1.15 and Solr 7.4 very recently. I've looked
> at
> > the section to connect the 2 but have an extreme hard time understanding.
> > Can someone help me with connecting the 2..I want to crawl entire
> websites
> > and add a search engine to my site. Thank ya kindly 
> >
> > Blessings,
> > Timeka Cobb
> >
>
>


Re: Unsubscribe from Users list

2023-01-24 Thread Timeka Cobb
Unsubscribe me from the list as well...Thank you!!

Timeka Cobb

On Tue, Jan 24, 2023, 6:14 PM Andrés Rincón Pacheco 
wrote:

> Hello,
>
> Please unsubscribe me from the users list.
>
> Thanks.
>
> Regards,
>
> Andrés Rincón
>