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
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