re dealing
> with are behaving as you expect. The admin/analysis page
> will help you a _lot_ here.
>
> Best,
> Erick
>
>
>
>
> On Mon, Aug 18, 2014 at 7:16 AM, Paul Rogers
> wrote:
> > Hi Guys
> >
> > I've been checking into this further and
preserveOriginal="1". Otherwise, the query
> phrase will generate an extra token which will participate in the matching
> and might cause a mismatch.
>
> -- Jack Krupansky
>
> -Original Message- From: Paul Rogers
> Sent: Monday, August 4, 2014 5:55 PM
>
your users, because they just don't
> work as expected by anyone not knowing the implementation. Either they
> deliver only partial results or they kill the performance or they even go
> OOM. If Solr committers have not done something really ingenious,
> Solr/Lucene does have the same
parameters than
> the query time WordDelimiterFilterFactory, that's a good place
> to start.
>
> WARNING: WDFF is a bit complex, you _really_ would be well
> served by spending some time with the Admin/Analysis page to
> understand the effects of these parameters...
>
> B
a bit complex, you _really_ would be well
> served by spending some time with the Admin/Analysis page to
> understand the effects of these parameters...
>
> Best,
> Erick
>
>
>
>
> On Thu, Jul 31, 2014 at 9:31 AM, Paul Rogers
> wrote:
>
> > Hi Guys
>
Hi Guys
I have a Solr application searching on data uploaded by Nutch. The search
I wish to carry out is for a particular document reference contained within
the "url" field, e.g. IAE-UPC-0001.
The problem is is that the file names that comprise the url's are not
consistent, so a url might conta
Hi
Can you not split it using oracle's string functions (as part of your
select statement)?
Something along the lines of:
SELECT .
RIGHT(LEFT(d.doc_name, (INSTR(d.doc_name, '#') - 1)),
LENGTH(LEFT(d.doc_name, (INSTR(d.doc_name, '#') - 1))) - 1) as Name,
^- (strip asterisk from fro
Hi Park
I had the same problem. I noticed one of the issues with the blocked
messages are they are HTML/Rich Text.
(FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FS_REPLICA,
HTML_MESSAGE
<-,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL
In GMail I can switch to plain text. This
Hoss
many thanks for the reply
Paul
On 8 March 2011 19:45, Chris Hostetter wrote:
>
> : 1. Why the problem occurs (has something changed between 1.4.1 and 3x)?
>
> Various pieces of code dealing with config parsing have changed since
> 1.4.1 to be better about verifying that configs are meanin
Koji
many thanks for that.
regards
Paul
On 5 March 2011 00:12, Koji Sekiguchi wrote:
>
>>
>> If this amended to read:
>>
>> true
>>
>> the solr-example starts fine.
>>
>
> Paul,
>
> It should be true.
>
> Koji
> --
> http://www.rondhuit.com/en/
>
Dear All
Following on from:
http://lucene.472066.n3.nabble.com/Problem-with-Solr-and-Nutch-integration-tp2590334p2601915.html
I'm trying to add a new request handler to solr (the branch_3x checked
out from svn. The request handler is as follows:
dismax
explicit
0.0
Hi Anurag
The request handler has been added the solrconfig file.
I'll try your attached requesthandler and see if that helps.
Interestingly enough the whole setup when I was using nutch 1.2/solr 1.4.1.
It is only since moving to nutch trunk/solr branch_3x that the problem has
occurred. I assu
Hi Anurag
Thanks for the prompt reply.
I'm following the tutorial at
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/
I have built solr and the example and added it to Tomcat as per
http://wiki.apache.org/solr/SolrTomcat
and this (solr-example) all appears to work fine (I can acces
Hi Anurag
Sorry for missing that key piece of info out. I'm running Linux (Centos
5.5).
Regards
Paul
On 28 February 2011 07:26, Anurag wrote:
> Which os u are using?
>
Hi Guys
I'm trying to integrate solr and nutch as per
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/, using the
branch_3x from svn on Tomcat 6. After adding the "nutch" requestHandler to
solrconfig.xml while the solr-example will start on accessing the admin page
I get the following
15 matches
Mail list logo