Re: boolean query with score and with out score

2016-02-13 Thread Erik Hatcher
And the parsed query output for each is...? > On Feb 13, 2016, at 00:13, sara hajili wrote: > > i have exactly this 2 query : > query = caption:apple caption:bannana^1.0003 caption:pineapple^1.0023 > and this query > query = caption:apple caption:bannana caption:pineapple > and get different

Re: boolean query with score and with out score

2016-02-13 Thread sara hajili
i have exactly this 2 query : query = caption:apple caption:bannana^1.0003 caption:pineapple^1.0023 and this query query = caption:apple caption:bannana caption:pineapple and get different result.! On Fri, Feb 12, 2016 at 11:55 PM, Erik Hatcher wrote: > What are the parsed queries from debu

Re: boolean query with score and with out score

2016-02-12 Thread Erik Hatcher
What are the parsed queries from debug=true? Maybe it's an Or/OR thing? > On Feb 12, 2016, at 23:47, sara hajili wrote: > > hi i have a Boolean query > like this > query = caption:apple Or caption:bannana^1.0003 OR > caption:pineapple^1.0023 > and get a result like > doc1 > doc2 > doc3 > > bu