Re: Search for FirstName with first Char uppercase followed by * not giving result; getting result with all lowercase and *

2011-01-30 Thread Mark Fletcher
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

dismax and qf

2010-04-10 Thread Mark Fletcher
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.

Elevate query and standard RH

2010-04-06 Thread Mark Fletcher
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.

Re: one particular doc in results should always come first for a particular query

2010-04-06 Thread Mark Fletcher
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 hossman_luc...@fucit.orgwrote: : If that's the case, you could copy the magic keyword to a different field : (say magic_keyword) and boost

one particular doc in results should always come first for a particular query

2010-04-05 Thread Mark Fletcher
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

exact match coming as second record

2010-04-05 Thread Mark Fletcher
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

Re: exact match coming as second record

2010-04-05 Thread Mark Fletcher
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 erickerick...@gmail.comwrote: What do you get back when you specify debugQuery=on? Best Erick On Mon, Apr 5, 2010 at 7:31 PM, Mark Fletcher

Re: Read Time Out Exception while trying to upload a huge SOLR input xml

2010-04-01 Thread Mark Fletcher
. HTH Erick On Thu, Apr 1, 2010 at 4:34 AM, Mark Fletcher mark.fletcher2...@gmail.comwrote: Hi, For the first time I tried uploading a huge input SOLR xml having about 1.2 million *docs* (13GB in size). After some time I get the following exception:- uThe server

dismax and q.op

2010-03-21 Thread Mark Fletcher
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 my

Re: some snynonym clarifications

2010-03-19 Thread Mark Fletcher
Thanks Marcus! I got it. BR, Mark. On Fri, Mar 19, 2010 at 5:50 AM, Markus Jelsma mar...@buyways.nl 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:- 1. If we have synonyms specified

some snynonym clarifications

2010-03-18 Thread Mark Fletcher
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

Re: some snynonym clarifications

2010-03-18 Thread Mark Fletcher
characters. [1]: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory Cheers, On Thursday 18 March 2010 17:10:56 Mark Fletcher wrote: Hi, Just needed some help to understand the following synonym mappings:- 1. aaa = does it mean

Re: create core with separate solrconfig.xml

2010-03-15 Thread Mark Fletcher
Shekhar Mangar shalinman...@gmail.com wrote: On Mon, Mar 15, 2010 at 6:12 AM, Mark Fletcher mark.fletcher2...@gmail.comwrote: 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

create core with separate solrconfig.xml

2010-03-14 Thread Mark Fletcher
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

Re: index merge

2010-03-11 Thread Mark Fletcher
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 markrmil...@gmail.com wrote: On 03/08/2010 10:53 AM, Mark Fletcher wrote: Hi Shalin, Thank you for the mail. My

Re: index merge

2010-03-08 Thread Mark Fletcher
: Hi Mark, On Sun, Mar 7, 2010 at 6:20 PM, Mark Fletcher mark.fletcher2...@gmail.comwrote: 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 user performs a search. coreY

Re: index merge

2010-03-08 Thread Mark Fletcher
, 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 regularly runs) is pointing to the old index of COREX. So this now doesnt have the most

Fwd: index merge

2010-03-07 Thread Mark Fletcher
-- From: Mark Fletcher mark.fletcher2...@gmail.com 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

test mail... my mails to solr-user@lucene.apache.org are bouncing ... sorry for any inconvenience

2010-03-06 Thread Mark Fletcher
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

index merge

2010-03-06 Thread Mark Fletcher
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

merge indexes command

2010-03-04 Thread Mark Fletcher
Hi, Can someone pls suggest how to use this command as a part of linux script: * http://localhost:8983/solr/admin/cores?action=mergeindexescore=core0indexDir=/opt/solr/core1/data/indexindexDir=/opt/solr/core2/data/index * Will just adding *curl* at the beginning help.. I tried this but it

SOLR clustering ant code not compiling

2010-02-23 Thread Mark Fletcher
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:-

Re: SOLR clustering ant code not compiling

2010-02-23 Thread Mark Fletcher
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 k...@r.email.ne.jp wrote: Mark Fletcher wrote: Hi, I downloaded the latest version of SOLR