HI Brian

thank you for help. Where are you from?

Regards Thomas

-----Ursprüngliche Nachricht-----
Von: Brian Carmalt [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 13. Juni 2008 11:43
An: solr-user@lucene.apache.org
Betreff: Re: AW: My First Solr

No, you do not have to reindex. You do have to restart the server.

The bf has fields listed that are not in your document: popularity,
price. delete the bf field, you do not need it unless you want to use
boost functions.


Brian

Am Freitag, den 13.06.2008, 10:36 +0200 schrieb Thomas Lauer:
> ok,
>
> my dismax
>
>   <requestHandler name="dismax" class="solr.DisMaxRequestHandler" >
>     <lst name="defaults">
>      <str name="echoParams">explicit</str>
>      <float name="tie">0.01</float>
>      <str name="qf">
>         beschreibung^0.5 ordner^1.0 register^1.2 Benutzer^1.5 guid^10.0 
> mandant^1.1
>      </str>
>      <str name="pf">
>         beschreibung^0.2 ordner^1.1 register^1.5 manu^1.4 manu_exact^1.9
>      </str>
>      <str name="bf">
>         ord(poplarity)^0.5 recip(rord(price),1,1000,1000)^0.3
>      </str>
>      <str name="fl">
>         guid,beschreibung,mandant,Benutzer
>      </str>
>      <str name="mm">
>         2&lt;-1 5&lt;-2 6&lt;90%
>      </str>
>      <int name="ps">100</int>
>      <str name="q.alt">*:*</str>
>     </lst>
>   </requestHandler>
>
> must i make a reindex?
>
> I seek with this url
> http://localhost:8983/solr/select?indent=on&version=2.2&q=bonow&start=0&rows=10&fl=*%2Cscore&qt=dismax&wt=standard&explainOther=&hl.fl=
>
> The response is:
> HTTP Status 400 - undefined field text
> --------------------------------------------------------------------------------
> type Status report
> message undefined field text
> description The request sent by the client was syntactically incorrect 
> (undefined field text).
>
>
> Regards Thomas
>
>
> -----Ursprüngliche Nachricht-----
> Von: Brian Carmalt [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 13. Juni 2008 09:50
> An: solr-user@lucene.apache.org
> Betreff: Re: My First Solr
>
> http://wiki.apache.org/solr/DisMaxRequestHandler
>
> In solrconfig.xml there are example configurations for the DisMax.
>
> Sorry I told you the wrong name, not enough coffee this morning.
>
> Brian.
>
>
> Am Freitag, den 13.06.2008, 09:40 +0200 schrieb Thomas Lauer:
>
>
>
> __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3182 
> (20080612) __________
>
> E-Mail wurde geprüft mit ESET NOD32 Antivirus.
>
> http://www.eset.com
>

Reply via email to