Can you see the query actually presented to solr in the logs ?

maybe capture that and then run it with a debug true in the admin pages.

sorry i cant help directly with your syntax


On 7 June 2011 23:06, Alejandro Delgadillo <adelgadi...@febg.org> wrote:
> Hi,
>
> I¹m having some troubles using Solr throught Coldfusion,  the problem right
> now is that when I search for a term in a Custom field, the results
> sometimes have the value that I sent to the custom field and not to the
> field that contains the text, this is the cfsearch sintax that I¹m using:
>
> <cfsearch collection="agenda,bitacoras"
> criteria='""contents:#form.search#""AND""custom1:#form.tema#""AND""custom2:#
> form.dia#""AND""custom4:#form.anio#""AND""custom3:#form.mon#""'
> name="result" status="meta" startrow="#url.start#" maxrows="#max#"
> contextpassages="5" contexthighlightbegin="____B____"
> contexthighlightend="____BE____" suggestions="always">
>
> Every custom fields gets the value by a combo box or drop box with a list of
> option, the thing is that when the users sends a search for CUSTOM1,
> sometimes the results include the same searched value un CONTENTS...
>
> Do anyone have an idea on how to fix this?
>
> I¹ll appreciate all the help I can get.
>
> Regards.
> Alex
>

Reply via email to