Running a string through a simple Tokenizer, and then additional Tokenizers (vs. TokenFilters)

2011-02-10 Thread Tavi Nathanson
Hey everyone, I'm trying to do the following: 1. Run a string through a simple tokenizer (i.e. WhitespaceTokenizer) 2. Run the resultant tokens through my current tokenizer as well as StandardTokenizer, in order to isolate the tokens that are different between them. (Background: I want to do

Trouble Boosting BooleanQuery's with Multiple Clauses

2008-08-21 Thread Tavi Nathanson
I was wondering if anyone could explain the following weird behavior that I'm experiencing when boosting BooleanQuery's: When I create a TermQuery, add it as a SHOULD clause to a BooleanQuery, and boost that BooleanQuery, the boost shows up when I run IndexSearcher.explain(). However, when I add