.
-Original Message-
From: Ken Stanley [mailto:doh...@gmail.com]
Sent: Thursday, November 18, 2010 12:37 PM
To: solr-user@lucene.apache.org
Subject: Re: Reindex Solr Using Tomcat
On Thu, Nov 18, 2010 at 3:33 PM, Eric Martin wrote:
> Hi,
>
>
>
> I searched google and the w
Hi,
I searched google and the wiki to find out how I can force a full re-index
of all of my content and I came up with zilch. My goal is to be able to
adjust the weight settings, re-index my entire database and then search my
site and view the results of my weight adjustments.
I am using T
-user@lucene.apache.org
Subject: Re: Spell Checker
See interjected responses below
On 11/16/2010 06:14 PM, Eric Martin wrote:
> Thanks Dan! Few questions:
>
> Use a to divert your main text fields to the spell field and
> then configure your spell checker to use the "spell" field to
er 16, 2010 5:21 PM
To: solr-user@lucene.apache.org
Subject: Re: Spell Checker
See interjected responses below
On 11/16/2010 06:14 PM, Eric Martin wrote:
> Thanks Dan! Few questions:
>
> Use a to divert your main text fields to the spell field and
> then configure your spell checker
Ah, I thought I was going nuts. Thanks for clarifying about the Wiki.
-Original Message-
From: Markus Jelsma [mailto:markus.jel...@openindex.io]
Sent: Tuesday, November 16, 2010 5:11 PM
To: solr-user@lucene.apache.org
Subject: Re: Spell Checker
> Hi (again)
>
>
>
> I am looking at t
nabled handler with
spellcheck.build=true or enable spellchecker index builds during optimize.
Hope this helps,
Dan Lynn
http://twitter.com/danklynn
On 11/16/2010 05:45 PM, Eric Martin wrote:
> Hi (again)
>
>
>
> I am looking at the spell checker options:
>
>
>
>
http
Hi (again)
I am looking at the spell checker options:
http://wiki.apache.org/solr/SpellCheckerRequestHandler#Term_Source_Configura
tion
http://wiki.apache.org/solr/SpellCheckComponent#Use_in_the_Solr_Example
I am looking in my solrconfig.xml and I see one is already in use. I am kin
Hi,
Thank you! I got it working after you jarred my brain. Of course, the
location of the solr instance is arbitrary/logical to tomcat. Sheesh, I feel
kind of small, now. Anyway, I was able to clearly see my mistake from your
information.
As with all help I get from here I posted my fix/walkthrou
Hi,
I have been using Jetty on my linux/apache webserver for about 3 weeks now.
I decided that I should change to Tomcat after realizing I will be indexing
a lot of URL's and Jetty is good for small production sites as noted in the
Wiki. I am running into this error:
org.apache.solr.common.
http://wiki.apache.org/solr/DIHQuickStart
http://wiki.apache.org/solr/DataImportHandlerFaq
http://wiki.apache.org/solr/DataImportHandler
-Original Message-
From: Tri Nguyen [mailto:tringuye...@yahoo.com]
Sent: Thursday, November 11, 2010 9:34 PM
To: solr-user@lucene.apache.org
Subject: R
Hi,
I cannot find out how this is occurring:
Nolosearch/com/search/apachesolr_search/law
You can see that the John Paul Stevens result yields more description in the
search result because of the keyword relevancy, whereas, the other results
just give you a snippet of the title ba
Er, what flavor?
RHEL / CentOS
#!/bin/sh
# Starts, stops, and restarts Apache Solr.
#
# chkconfig: 35 92 08
# description: Starts and stops Apache Solr
SOLR_DIR="/var/solr"
JAVA_OPTIONS="-Xmx1024m -DSTOP.PORT=8079 -DSTOP.KEY=mustard -jar start.jar"
LOG_FILE="/var/log/solr.log"
JAVA="/usr/bin/ja
skog [mailto:goks...@gmail.com]
Sent: Sunday, November 07, 2010 12:41 PM
To: solr-user@lucene.apache.org
Subject: Re: Adding Carrot2
Carrot is already part of the Solr distributions. 1.4.1 and 3.x and the trunk.
On 11/7/10, Eric Martin wrote:
> Hi,
>
>
>
> Solr and nutch ha
Hi,
Solr and nutch have been working fine. I now want to integrate Carrot2. I
followed this tutorial/quickstart:
http://www.lucidimagination.com/blog/2009/09/28/solrs-new-clustering-capabil
ities/
I didn't see anything to adjust in my schema so I didn't do anything there.
I did add the code
(delete by query just marks
the docs as deleted).
Solr has nothing specifically for URLs, it's an engine rather than a web
crawling app
Best
Erick
On Fri, Nov 5, 2010 at 4:33 PM, Eric Martin wrote:
> Hi,
>
>
>
> I have 100k URL's in my index. I specifically cra
Hi,
I have 100k URL's in my index. I specifically crawled sits relating to law.
However, during my intitial crawls I didn't specify urlfilters so I am stuck
with extrinsic and often irrelevant URL's like twitter, etc.
Is there some way in Solr that I can run periodic URL cleanings to remov
I don't think you read the entire thread. I'm assuming you made a mistake.
-Original Message-
From: Chris Hostetter [mailto:hossman_luc...@fucit.org]
Sent: Monday, November 01, 2010 11:49 AM
To: solr-user@lucene.apache.org
Subject: Re: Solr in virtual host as opposed to /lib
: Reference
tup would effect CPU
utilizaton by Solr, let alone by nutch.
Eric Martin wrote:
> Oh. So I should take out the installations and move them to / as
> opposed to inside my virtual host of /home//www
> '
>
> -Original Message-
> From: Lance Norskog [mailto:goks...@gmail.co
host as opposed to /lib
With virtual hosting you can give CPU & memory quotas to your
different VMs. This allows you to control the Nutch v.s. The World
problem. Unforch, you cannot allocate disk channel. With two i/o bound
apps, this is a problem.
On Sun, Oct 31, 2010 at 4:38 PM, Eric Mart
p it can also result in long GC pauses),
and if you have a multi-core/multi-CPU machine, I've found the JVM argument
-XX:+UseConcMarkSweepGC to be very helpful.
Other than that, it sounds to me like you've got a nutch/hadoop issue, not a
Solr issue.
_
ow to respond when there is so little information.
Best
Erick
On Sun, Oct 31, 2010 at 5:32 PM, Eric Martin wrote:
> Is there an issue running Solr in /home/lib as opposed to running it
> somewhere outside of the virtual hosts like /lib?
>
> Eric
>
>
Is there an issue running Solr in /home/lib as opposed to running it
somewhere outside of the virtual hosts like /lib?
Eric
HI everyone,
I'm new which won't be hard to figure out after I ask this question:
I use Drupal/Solr/Nutch
http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/schema.
xml?view=markup
Solr specific:
How do I re-index for specific content only? I am starting a legal
This is not legal advice. Take this as it is. Just off my head and what I
know. I did not research this, but could, if Solr wants me to.
>From a marketing stand-point, probably.
>From a legal standpoint. They can do whatever they want with the name Solr
so long as they maintain a distance betwee
ve limited
experience in PHP, Java, Jetty etc. However, I can read code, decipher what
it is doing, and find a solution and then implement it. I just really have
no foundation for Carrot2/Solr, yet.
Any help, pointers and "look here's" would very much be appreciated.
Eric Martin
25 matches
Mail list logo