Re: Solr question

2012-11-05 Thread mkaran
It seems this is exactly what i need. From this tutorial http://www.solrtutorial.com/custom-solr-functionquery.html it would seem the main thing that i have to do is implement a DocValues class which gets (Map context, IndexReader reader) and provides methods which return a score for the document

Re: Solr question

2012-10-30 Thread Otis Gospodnetic
Hi/bok Mladen, Could function queries help you here? Have a look at http://wiki.apache.org/solr/FunctionQuery Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Tue, Oct 30, 2012 at 10:26 AM, mkaran wrote: >

Re: Solr question regarding handlers and escaping

2012-10-25 Thread Jack Krupansky
Could you provide a little more detail. I'm not sure if you are simply describing behavior you didn't expect or like, or whether there might be an actual problem. -- Jack Krupansky -Original Message- From: sameera somisetty Sent: Wednesday, October 24, 2012 6:47 PM To: solr-user@luce

Re: Solr question regarding handlers and escaping

2011-01-09 Thread Burak
On 01/09/2011 04:05 PM, Ahmet Arslan wrote: >> ���1. Certain requests can be sent to >> different paths (handlers?). For >> � � � example, the MoreLikeThis component >> can being sent to either >> � � � /select or /mlt. >> >> I have found these two links in the Solr wiki: >> >> http://localhost:898

Re: Solr question regarding handlers and escaping

2011-01-09 Thread Ahmet Arslan
>    1. Certain requests can be sent to > different paths (handlers?). For >       example, the MoreLikeThis component > can being sent to either >       /select or /mlt. > > I have found these two links in the Solr wiki: > > http://localhost:8983/solr/mlt?q=id:UTF8TEST&mlt.fl=manu,cat&mlt.mindf=

RE: Solr question

2009-09-03 Thread SEZNEC Bruno
rik.hatc...@gmail.com] > Envoyé : jeudi 3 septembre 2009 13:40 > À : solr-user@lucene.apache.org > Objet : Re: Solr question > > > On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: > > > Hi, > > > > Following solr tuto, > > I send doc to solr by re

RE: Solr question

2009-09-03 Thread SEZNEC Bruno
voyé : jeudi 3 septembre 2009 13:40 > À : solr-user@lucene.apache.org > Objet : Re: Solr question > > > On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: > > > Hi, > > > > Following solr tuto, > > I send doc to solr by request : > > curl > > >

Re: Solr question

2009-09-03 Thread Erik Hatcher
On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: Hi, Following solr tuto, I send doc to solr by request : curl 'http://localhost:8983/solr/update/extract?literal.id=doc1&uprefix=attr_&map . content=attr_content&commit=true' --F "myfi...@oxiane.pdf" 023717 Reply seems OK, content is in the

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
DOH I just found a source that said that wildcards are not supported in the dismax request handler!! h is there any other way to boost my last-name wtihout using a dismax request handler? I tried adding a field boost in my insert document and add omitNorms to false to my last-name field, b

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
hey thanks for this info. So I've got it almost to where I want my search to be :) I've changed my schema and solrconfig in the following ways: in my schema I have 5 fields 2 of which are first-name and last-name. I have the text field and I copy last-name and first-name into it so that by def

Re: solr question

2007-07-21 Thread Chris Hostetter
: case then I'd make my qf to be "last-name^2.0 first-name". I'm not realy : sure what "fq" param is for, could anyone explain? note the Parameters section of the DisMaxRequestHandler wiki page ... particulararly where it links over to "In addition to the CommonQueryParameters..." http://wiki.ap

Re: solr question

2007-07-21 Thread Bertrand Delacretaz
On 7/21/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote: ... the user could enter the following combinations of words: ... ...where the second instance is either OR . ... The dismax handler can indeed search terms in several fields, but I'd also suggest, as an alternative, copying all n