: Simply trying to understand why these strings generated such scores, and as
: far as I can understand, the only difference between them is the field
: norms, as all the other results maintain themselves.
...
: Well, if this is true, the field norm for my first document should be 0.5
: (1/
Is it possible that synonyms are being added (synonym expansion) or at
least changing
the field length. I've saw this before. Check what exactly what terms
have been added.
On 23 June 2011 22:50, Alexander Ramos Jardim
wrote:
> Yes, I am using synonims in index time.
>
> 2011/6/22 lee carroll
>
Yes, I am using synonims in index time.
2011/6/22 lee carroll
> Hi are you using synonyms ?
>
>
>
> On 22 June 2011 10:30, Alexander Ramos Jardim
> wrote:
> > Hi guys,
> >
> > I am getting some doubts about how to correctly understand the debugQuery
> > output. I have a field named itemName in
Hi are you using synonyms ?
On 22 June 2011 10:30, Alexander Ramos Jardim
wrote:
> Hi guys,
>
> I am getting some doubts about how to correctly understand the debugQuery
> output. I have a field named itemName in my index. This is a text field,
> just that. When I quqery a simple ?q=itemName:iP
Hi guys,
I am getting some doubts about how to correctly understand the debugQuery
output. I have a field named itemName in my index. This is a text field,
just that. When I quqery a simple ?q=itemName:iPad , I end up with the
following query result.
Simply trying to understand why these strings