Hmm, “and” is missing from the individual terms but present in the phrase.

    "rawquerystring":"once and again",
    "querystring":"once and again",
    
"parsedquery":"(+(+DisjunctionMaxQuery(((concept_ai_concepts_names_default:once)^2.0
 | (question:once)^2.0 | subjectNames:once | (bookTitle_text:once)^4.0)) 
+DisjunctionMaxQuery(((concept_ai_concepts_names_default:again)^2.0 | 
(question:again)^2.0 | subjectNames:again | (bookTitle_text:again)^4.0))) 
DisjunctionMaxQuery(((bookTitle_text:\"once and again\")^8.0 | (question:\"once 
and again\")^4.0 | (concept_ai_concepts_names_default:\"once and again\")^4.0 | 
(subjectNames:\"once and again\")^2.0)))/no_coord",
    "parsedquery_toString":"+(+((concept_ai_concepts_names_default:once)^2.0 | 
(question:once)^2.0 | subjectNames:once | (bookTitle_text:once)^4.0) 
+((concept_ai_concepts_names_default:again)^2.0 | (question:again)^2.0 | 
subjectNames:again | (bookTitle_text:again)^4.0)) ((bookTitle_text:\"once and 
again\")^8.0 | (question:\"once and again\")^4.0 | 
(concept_ai_concepts_names_default:\"once and again\")^4.0 | 
(subjectNames:\"once and again\")^2.0)",
    "QParser":"ExtendedDismaxQParser",


wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/  (my blog)


> On Jun 28, 2017, at 9:27 PM, David Smiley <david.w.smi...@gmail.com> wrote:
> 
> Hi Walter,
> No they are not.  Does debug=query show that these words are in your parsed
> query?
> 
> On Wed, Jun 28, 2017 at 5:13 PM Walter Underwood <wun...@wunderwood.org>
> wrote:
> 
>> Is there some special casing in the highlighter to skip query syntax
>> words? The words “and” and “or” don’t get highlighted.
>> 
>> This is in 6.5.0.
>> 
>>       <str name="hl.fl">question</str>
>>       <str name="hl.encoder">html</str>
>>       <str name="hl.fragsize">440</str>
>>       <str name="hl.method">fastVector</str>
>>       <str name="hl.snippets">1</str>
>> 
>> wunder
>> Walter Underwood
>> wun...@wunderwood.org
>> http://observer.wunderwood.org/  (my blog)
>> 
>> 
>> --
> Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
> LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
> http://www.solrenterprisesearchserver.com

Reply via email to