Class SimpleSloppyPhraseQueryMaker

  • All Implemented Interfaces:
    QueryMaker

    public class SimpleSloppyPhraseQueryMaker
    extends SimpleQueryMaker
    Create sloppy phrase queries for performance test, in an index created using simple doc maker.
    • Constructor Detail

      • SimpleSloppyPhraseQueryMaker

        public SimpleSloppyPhraseQueryMaker()
    • Method Detail

      • prepareQueries

        protected org.apache.lucene.search.Query[] prepareQueries()
                                                           throws Exception
        Description copied from class: SimpleQueryMaker
        Prepare the queries for this test. Extending classes can override this method for preparing different queries.
        Overrides:
        prepareQueries in class SimpleQueryMaker
        Returns:
        prepared queries.
        Throws:
        Exception - if cannot prepare the queries.