BitFunnel / mg4j-workbench

Java tools for evaluating BitFunnel performance compared to an mg4j baseline.
GNU Lesser General Public License v3.0
1 stars 2 forks source link

LuceneQueryProcessor may be querying titles instead of text #32

Open MikeHopcroft opened 7 years ago

MikeHopcroft commented 7 years ago

In LuceneQueryProcessor.java:

// field seems to be "00" for title, "01" for body.
Term term = new Term("01", termText);

The "01" configuration runs three times faster than the "00" configuration.