I was asking about the field definitions from the schema.

It would also be helpful to see the debug info from the query. Just add
debug=true to see how the query and params were executed by solr and how
the calculation was done for each result.

On Thu, Oct 26, 2017 at 1:33 PM ruby <rshoss...@gmail.com> wrote:

> ok. Shouldn't pf be applied on top of bq=? that way among the object_types
> boosted, if one has "Manufacturing" then it should be listed first?
>
> following are my objects:
>
>
> <doc>
> <id>1</id>
> <object_name>Configuration</object_name>
> <object_type>typeA<object_type>
> <object_desc>Manufacturing</object_desc>
> <Catch_all_copy_field> <--catch all field where contents of all fields get
> copied to
> </doc>
>
> <doc>
> <id>2</id>
> <object_name>Manufacturing</object_name>
> <object_type>typeA<object_type>
> <object_desc>xyz</object_desc>
> <Catch_all_copy_field> <--catch all field where contents of all fields get
> copied to
> </doc>
>
> I'm hoping to get id=2 first then get id=1 but I'm not seeing that. is my
> understanding of qf= not correct?
>
>
>
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>

Reply via email to