Hi Ahmet,
Thanks for the reply.
I had attached the Analysis report of the query George*
It is found to be split into terms *George** and *George* by the
WordDelimiterFilterFactory and the LowerCaseFilterFactory converts it to *
george** and *george*
When I indexed *George *it was also finally a
Hi,
I use *dismax* and have specified my fields to be boosted in the qf
parameter in solrconfig.xml. What I understand is that in the search URL
also I can specify these qf value by doing the addition &qf=field1^100
field2^200 which can override the boost specified to each field in
solrconfig.xml.
Thanks Eric, Chris!
I tried the Query Elevation and it seems to be working fine for me.
Best Rgds,
Mark.
On Mon, Apr 5, 2010 at 7:40 PM, Chris Hostetter wrote:
>
> : If that's the case, you could copy the magic keyword to a different field
> : (say magic_keyword) and boost it right into orbit a
hi,
I found elevate query working fine with dismax handler when i added the
searchComponent to my Dismax RH.
Couldn't find the desired results when trying with the standard
RequestHandler. Hope it works just like that with the Standard RH also.
Thanks and Rgds,
Mark.
Hi Eric,
Thanks many for your mail!
Please find attached the debugQuery results.
Thanks!
Mark
On Mon, Apr 5, 2010 at 7:38 PM, Erick Erickson wrote:
> What do you get back when you specify &debugQuery=on?
>
> Best
> Erick
>
> On Mon, Apr 5, 2010 at 7:31 PM, Mark Fletc
Hi,
I am using the dismax handler.
I have a field named *myfield* which has a value say XXX.YYY.ZZZ. I have
boosted myfield^20.0.
Even with such a high boost (in fact among the qf fields specified this
field has the max boost given), when I search for XXX.YYY.ZZZ I see my
record as the second one
Hi,
Suppose I search for the word *international. *A particular record (say *
recordX*) I am looking for is coming as the Nth result now.
I have a requirement that when a user queries for *international *I need
recordX to always be the first result. How can I achieve this.
Note:- When user searc
vent-driven parser) could
> > suddenly start requiring over 13G of memory... Oh my aching head!
> >
> > Your specific error might even be dependent upon GCing, which will
> > cause it to break differently, sometimes, maybe..
> >
> > So do break things up and tr
Hi Hoss,
Thankyou so much for your time.
Regarding the last one I myself got confused when I posed the question. I
got it after your reply. I think I was actually looking for some thing like
the debugQuery="on" option, which I found later.
Best Regards,
Mark.
On Tue, Mar 23, 2010 at 6:56 PM, Ch
Hi,
I am using dismax handler. I have it set up in my solrconfig.xml.
I have *not* used default="true" while setting it up (the standard still
has default="true")
*I haven't mentioned value for mm*
In my schema.xml I have set the default operator to be AND.
When I query I use the following in m
Thanks Marcus!
I got it.
BR,
Mark.
On Fri, Mar 19, 2010 at 5:50 AM, Markus Jelsma wrote:
>
> On Thursday 18 March 2010 17:47:45 Mark Fletcher wrote:
> > Hi,
> >
> > Thanks for the mail. I had tried the WIKI.
> >
> > My doubts remaining were mainly:
ect. The backslash is just for escaping otherwise
> meaningful characters.
>
>
> [1]:
> http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory
>
>
> Cheers,
>
> On Thursday 18 March 2010 17:10:56 Mark Fletcher wrote:
> > Hi,
> >
>
Hi,
Just needed some help to understand the following synonym mappings:-
1. aaa =>
does it mean:-
if the user queries for aaa it is replaced with and documents
matching are searched for
or does it mean
if the user queries for aaa, documents with aaa as well a
15, 2010 at 4:15 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Mon, Mar 15, 2010 at 6:12 AM, Mark Fletcher
> wrote:
>
> >
> > I wanted to configure one core as Master and one core as slave.
> > This is my existing configuration:-
> >
> > In
Hi,
I wanted to configure one core as Master and one core as slave.
This is my existing configuration:-
In my SOLR_HOME I have conf/schema.xml, conf/solrconfig.xml and the others
when no core was present
Also in my SOLR_HOME are solr.xml and coreA created using the CREATE command
for cores
I ha
Hi All,
Thank you for the very valuable suggestions.
I am planning to try using the Master - Slave configuration.
Best Rgds,
Mark.
On Mon, Mar 8, 2010 at 11:17 AM, Mark Miller wrote:
> On 03/08/2010 10:53 AM, Mark Fletcher wrote:
>
>> Hi Shalin,
>>
>> Thank you
Mar 8, 2010 at 7:38 PM, Mark Fletcher <
> mark.fletcher2...@gmail.com> wrote:
>
>>
>> I ran the SWAP command. Now:-
>> COREX has the dataDir pointing to the updated dataDir of COREY. So COREX
>> has the latest.
>> Again, COREY (on which the update regular
m> wrote:
> Hi Mark,
>
> On Sun, Mar 7, 2010 at 6:20 PM, Mark Fletcher
> wrote:
>
> >
> > I have created 2 identical cores coreX and coreY (both have different
> > dataDir values, but their index is same).
> > coreX - always serves the request when a us
--
From: Mark Fletcher
Date: Sat, Mar 6, 2010 at 9:17 AM
Subject: index merge
To: solr-user@lucene.apache.org
Cc: goks...@gmail.com
Hi,
I have a doubt regarding Index Merging:-
I have set up 2 cores COREX and COREY.
COREX - always serves user requests
COREY - gets updated with the latest
Hi,
I have a doubt regarding Index Merging:-
I have set up 2 cores COREX and COREY.
COREX - always serves user requests
COREY - gets updated with the latest values (dataDir is in a different
location from COREX)
I tried merging coreX and coreY at the end of COREY getting updated with the
latest d
Hi,
Users pls ignore this mail. I am just sending a test mail to check whether
my user id is okay.
The mails I am sending to this group is bouncing from yesterday.Pls excuse
me for any inconvenience.
Thanks and Rgds,
Mark
Hi,
Can someone pls suggest how to use this command as a part of linux script:
*
http://localhost:8983/solr/admin/cores?action=mergeindexes&core=core0&indexDir=/opt/solr/core1/data/index&indexDir=/opt/solr/core2/data/index
*
Will just adding *curl* at the beginning help..
I tried this but it gi
ning the ant command is it fine if we just download those 4 extra
jars and put it in lib in addition to the clustering jars and the usualy
solr jars???
Thanks!
Mark.
On Tue, Feb 23, 2010 at 9:55 AM, Koji Sekiguchi wrote:
> Mark Fletcher wrote:
>
>> Hi,
>>
>> I dow
Hi,
I downloaded the latest version of SOLR. From the contrib/clustering
directory ran *ant get-libraries*. It is not building!.
Finally I manually downloaded colt, nni, pcj, simple xml and solr-common 1.3
jars and put them in the lib and restarted SOLR. It is giving me the
following err:-
*Erro
24 matches
Mail list logo