I think the answer to my question is contained in the wiki when discussing
the SynonymFilter, "The Lucene QueryParser tokenizes on white space before
giving any text to the Analyzer". This would indeed explain what I am
getting. Next question - can I avoid that behavior?
j phi
I have defined a comma-delimited pattern tokenizer as follows:
This appears to work fine when adding documents, since if I add a field
commafld as "word1,WORD2,word 3" I see terms in the index as expected:
"word1", "word2", and "word 3".
When I query,
Any chance of getting the ExtractingRequestHandler to use the commitWithin
parameter?
--
View this message in context:
http://old.nabble.com/ExtractingRequestHandler-commitWithin-tp26478144p26478144.html
Sent from the Solr - User mailing list archive at Nabble.com.