Re: simple matches not catching at query time

2017-04-12 Thread Mikhail Khludnev
> > D1 > > {"id":"1" > > "manufacturer_split_syn" : "vendor"} > > > > Are you expecting this to match ? > > because it shouldn't ... > > > > let's try to formulate the problem in this way, with less explaining and > > more step by step : > > > > Original Query : > > Parsed Query: > > Document indexed : > > Terms in the index : > > > > Cheers > > > > > > > > - > > --- > > Alessandro Benedetti > > Search Consultant, R&D Software Engineer, Director > > Sease Ltd. - www.sease.io > > -- > > View this message in context: http://lucene.472066.n3.nabble > > .com/simple-matches-not-catching-at-query-time-tp4329337p4329475.html > > Sent from the Solr - User mailing list archive at Nabble.com. > > > -- Sincerely yours Mikhail Khludnev

Re: simple matches not catching at query time

2017-04-12 Thread John Blythe
atch ? > because it shouldn't ... > > let's try to formulate the problem in this way, with less explaining and > more step by step : > > Original Query : > Parsed Query: > Document indexed : > Terms in the index : > > Cheers > > > > - > --- > Alessandro Benedetti > Search Consultant, R&D Software Engineer, Director > Sease Ltd. - www.sease.io > -- > View this message in context: http://lucene.472066.n3.nabble > .com/simple-matches-not-catching-at-query-time-tp4329337p4329475.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: simple matches not catching at query time

2017-04-12 Thread alessandro.benedetti
;D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/simple-matches-not-catching-at-query-time-tp4329337p4329475.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: simple matches not catching at query time

2017-04-11 Thread Mikhail Khludnev
John, Here I mean a query, which matches a doc, which it expected to be matched by the problem query. https://cwiki.apache.org/confluence/display/solr/Common+Query+Parameters#CommonQueryParameters-TheexplainOtherParameter On Tue, Apr 11, 2017 at 11:32 PM, John Blythe wrote: > first off, i don't

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
first off, i don't think i have a full handle on the import of what is outputted by the debugger. that said, if "...PhraseQuery(manufacturer_split_syn:\"vendor vendor\")" is matching against `vendor_coolmed | coolmed | vendor`, then 'vendor' should match. the query analyzer is keywordtokenizer, pa

Re: simple matches not catching at query time

2017-04-11 Thread Mikhail Khludnev
John, How do you suppose to match any of "parsed_filter_queries":[" MultiPhraseQuery(manufacturer_syn_both:\"(vendor_vendor_us vendor) vendor\")", "PhraseQuery(manufacturer_split_syn:\"vendor vendor\")" against vendor_coolmed | coolmed | vendor ? I just can't see any chance to match them. One po

Re: simple matches not catching at query time

2017-04-11 Thread John Blythe
hi, erick. appreciate the feedback. 1> i'm sending the terms to solr enquoted 2> i'd thought that at one point and reran the indexing. i _had_ had two of the fields not indexed, but this represented one pass (same analyzer) from two diff source fields while 2 or 3 of the other 4 fields _were_ see

Re: simple matches not catching at query time

2017-04-11 Thread Erick Erickson
&debug=query is your friend. There are several issues that often trip people up: 1> The analysis tab pre-supposes that what you put in the boxes gets all the way to the field in question. Trivial example: I put (without quotes) "erick erickson" in the "name" field in the analysis page and see that

simple matches not catching at query time

2017-04-11 Thread John Blythe
hi everyone. i recently wrote in ('analysis matching, query not') but never heard back so wanted to follow up. i'm at my wit's end currently. i have several fields that are showing matches in the analysis tab. when i dumb down the string sent over to query it still gives me issues in some field ca