Re: PatternTokenizer question

2009-11-24 Thread j philoon
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

PatternTokenizer question

2009-11-24 Thread j philoon
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,

ExtractingRequestHandler commitWithin

2009-11-23 Thread j philoon
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.